LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux - Newbie (https://www.linuxquestions.org/questions/linux-newbie-8/)
-   -   make config error (https://www.linuxquestions.org/questions/linux-newbie-8/make-config-error-811764/)

jb2013 06-02-2010 02:25 PM

make config error
 
can someone help me with below problem? Thanks.


make config
HOSTCC scripts/basic/fixdep
/tmp/cco9zYqo.s: Assembler messages:
/tmp/cco9zYqo.s:16: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:17: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:20: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:35: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:37: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:38: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:74: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:87: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:90: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:97: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:100: Error: suffix or operands invalid for `push'
/tmp/cco9zYqo.s:110: Error: suffix or operands invalid for `pop'

EricTRA 06-02-2010 02:30 PM

Hello and Welcome to LinuxQuestions,

Can you provide some more information? Like what are you compiling, program, version? On what OS, which Linux distro, version? Hardware architecture, 32bit, 64bit? The more information you provide, the sooner someone will be able to pinpoint the problem and provide you with an answer.

Kind regards,

Eric

jb2013 06-02-2010 02:58 PM

Can you provide some more information? Like what are you compiling, program, version?
<<< just want to run "make menuconfig" or "make config" to check the kernel configuration.
On what OS, which Linux distro, version? Hardware architecture, 32bit, 64bi
<<<<- fedora based, linux kernel 2.6.27. trying to compile on linux server. not sure if linux server is running 32bit or 64 bit. how to check that?

Thanks.

John VV 06-02-2010 03:02 PM

Quote:

fedora based,linux kernel 2.6.27
seeing as 2.6.33 is current

if fedora FIRST and the VERY first thing to do is this
Code:

yum update

EricTRA 06-02-2010 03:04 PM

Hi,

Which kernel did you download to compile? Did you install the necessary dependencies in order to compile a kernel, like build-essentials, linux-headers, ...? Type in console:
Code:

uname -a
to find out what you're running and post it here. There are other ways to find out what's configured in your kernel and what modules are loaded then compiling it. I don't know about Fedora, but look in your /boot directory if it contains config files. If it does then that file would list what's compiled in your kernel. The command 'lsmod' will show you what kernel modules are loaded.

Kind regards,

Eric


All times are GMT -5. The time now is 09:22 AM.