LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   compile error under Wind River (https://www.linuxquestions.org/questions/linux-newbie-8/compile-error-under-wind-river-751371/)

linuxsior 08-30-2009 10:27 PM

compile error under Wind River
 
while compiling something withing Wind River, I got a error message as following:
< error: code model ‘kernel’ not supported in the 32 bit mode
< sorry, unimplemented: 64-bit mode not compiled in

Anyone have met this before? If you have any idea about this, it's a big favor for me, thanks a lot.

djeikyb 08-31-2009 04:25 PM

My compiling experience is ./configure; make; make install ; ) That said, I'd expect there to be a reference to a code line, or for you to know which block of code it refers to. I'd expect that block of code to have a reference to some 64-bit only stuff (whether it really is only 64-bit, or someone forgot to include the 32-bit version).


All times are GMT -5. The time now is 06:30 PM.