Comment 2 for bug 238259

Revision history for this message
Grizzly (sven-witterstein) wrote : Relates to bug report in debian and is probably about this line

# Build the module
kmk all KSRC=/usr/src/linux KVER=2.6.24-19-generic KERN_DIR=/usr/src/linux ARCH=i386
kmk[2]: Entering directory `/usr/src/modules/virtualbox-ose'

I found this: http://gcc.gnu.org/ml/gcc/2007-02/msg00510.html

-> thus there must be some inline-assembler statements which get not translated right for 64bit, as there is no info passed to m-a that he should do it for 64bit?

I compared the m-a log to the build log for the 2.6.24-18 virtualbox-ose-module. here the information, that the build is for 64bit seems to be passed correctly.

I did not figure out how to get a *.deb with the module compiled myself - just lack of knowledge of commands needed...