LinuxQuestions.org

LinuxQuestions.org (/questions/)
-   Linux From Scratch (https://www.linuxquestions.org/questions/linux-from-scratch-13/)
-   -   gcc-3.3.1 compile errors (https://www.linuxquestions.org/questions/linux-from-scratch-13/gcc-3-3-1-compile-errors-151632/)

RTT 02-28-2004 03:33 PM

gcc-3.3.1 compile errors
 
My host OS is slackware-9.1

Error as follows:

Code:

stage1/xgcc -Bstage1/ -B/tools/i586-pc-linux-gnu/bin/  -g -O2 -DIN_GCC  -W -Wall -Wwrite-strings -Wstrict-prototypes -Wmissing-prototypes -Wtraditional -pedantic -Wno-long-long  -DHAVE_CONFIG_H    -I. -I. -I../../gcc-3.3.1/gcc -I../../gcc-3.3.1/gcc/. -I../../gcc-3.3.1/gcc/config -I../../gcc-3.3.1/gcc/../include -c insn-recog.c \
  -o insn-recog.o
/tmp/ccNxxSuF.s: Assembler messages:
/tmp/ccNxxSuF.s:49089: Error: invalid char '[' beginning operand 1 `[%edi]'
/tmp/ccNxxSuF.s:63267: Error: invalid char '[' beginning operand 1 `[%eax]'
/tmp/ccNxxSuF.s:64636: Error: invalid char '[' beginning operand 1 `[%esi+4]'
/tmp/ccNxxSuF.s:65939: Error: invalid char '[' beginning operand 1 `[%edx+4]'
/tmp/ccNxxSuF.s:67188: Error: invalid char '[' beginning operand 2 `[%edi]'
/tmp/ccNxxSuF.s:72299: Error: invalid char '[' beginning operand 1 `[%ebx]'
/tmp/ccNxxSuF.s:73694: Error: invalid char '[' beginning operand 1 `[%edx]'
/tmp/ccNxxSuF.s:81284: Error: invalid char '[' beginning operand 1 `[%ebx]'
/tmp/ccNxxSuF.s:86064: Error: invalid char '[' beginning operand 1 `[%ebp+12]'
/tmp/ccNxxSuF.s:87758: Error: invalid char '[' beginning operand 1 `[%ebp-16]'
make[2]: *** [insn-recog.o] Error 1
make[2]: Leaving directory `/sources/gcc-build/gcc'
make[1]: *** [stage2_build] Error 2
make[1]: Leaving directory `/sources/gcc-build/gcc'
make: *** [bootstrap] Error 2
lfs@muh:/sources/gcc-build$

Would it be a really bad thing to do if i didn't compile it with the bootstrap option and hope that it compiles correctly first time around?

:(

bnice 02-28-2004 06:53 PM

Why don't you go one better and download the slackware package to upgrade to 3.3.3?


All times are GMT -5. The time now is 03:27 AM.