32 bit appplication on 64 bit linux not working

listed in answer

32 bit appplication on 64 bit linux not working
0 votes, 0.00 avg. rating (0% score)

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