32 bit appplication on 64 bit linux not working
listed in answer
ANSWER:
It’s trying to build a kernel module. You cannot use a i386 module on a x86_64 system. What you are trying will never work. Get the x86_64 object files instead. And don’t forget to install the kernel headers.
by Ignacio Vazquez-Abrams from http://unix.stackexchange.com/questions/36149

New Comments