From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Niessner To: gcc-help@gcc.gnu.org Subject: more problems building gcc Date: Mon, 06 Mar 2000 21:32:00 -0000 Message-id: <38C494DF.56E23E0F@bigfoot.com> X-SW-Source: 2000-03/msg00024.html Well, I am taking Martin's suggestion and am trying to recompile the VxWorks system using my build of 2.91.66. After modifying the Makefiles for VxWorks to point to my compiler and not the old 2.7.2 version I get this error: powerpc-wrs-vxworks-gcc -ansi -nostdinc -O2 -fvolatile -fno-builtin -fno-for-scope -I/h -I. -I/home/niessner/VxWorks/mv2304.54.egcs//target/config/all -I/home/niessner/VxWorks/mv2304.54.egcs//target/h -I/home/niessner/VxWorks/mv2304.54.egcs//target/src/config -I/home/niessner/VxWorks/mv2304.54.egcs//target/src/drv -DMV2300 -DTARGET_DIR="\"mv2304\"" -P -x assembler-with-cpp -c -o sysALib.o sysALib.s /tmp/ccuPSzPA.s: Assembler messages: /tmp/ccuPSzPA.s:4655: Error: operand out of range (57343 not between -32768 and 32767) make: *** [sysALib.o] Error 1 I would look at the output and try to determine where this number is coming from etc, but it is in one of the tmp files generated by the compiler/assembler. The odd thing is that it is the right number of bits, just not signed correctly. Oh, and that number, 57343, is not defined in sysALib.s. All and any help is much appreciated. Al Niessner From mboxrd@z Thu Jan 1 00:00:00 1970 From: Al Niessner To: gcc-help@gcc.gnu.org Subject: more problems building gcc Date: Sat, 01 Apr 2000 00:00:00 -0000 Message-ID: <38C494DF.56E23E0F@bigfoot.com> X-SW-Source: 2000-q1/msg00334.html Message-ID: <20000401000000.zHmQLT2kZX-8HPFIDQU3-Lf6Qjxqvcs8y8vo9Ymy7Es@z> Well, I am taking Martin's suggestion and am trying to recompile the VxWorks system using my build of 2.91.66. After modifying the Makefiles for VxWorks to point to my compiler and not the old 2.7.2 version I get this error: powerpc-wrs-vxworks-gcc -ansi -nostdinc -O2 -fvolatile -fno-builtin -fno-for-scope -I/h -I. -I/home/niessner/VxWorks/mv2304.54.egcs//target/config/all -I/home/niessner/VxWorks/mv2304.54.egcs//target/h -I/home/niessner/VxWorks/mv2304.54.egcs//target/src/config -I/home/niessner/VxWorks/mv2304.54.egcs//target/src/drv -DMV2300 -DTARGET_DIR="\"mv2304\"" -P -x assembler-with-cpp -c -o sysALib.o sysALib.s /tmp/ccuPSzPA.s: Assembler messages: /tmp/ccuPSzPA.s:4655: Error: operand out of range (57343 not between -32768 and 32767) make: *** [sysALib.o] Error 1 I would look at the output and try to determine where this number is coming from etc, but it is in one of the tmp files generated by the compiler/assembler. The odd thing is that it is the right number of bits, just not signed correctly. Oh, and that number, 57343, is not defined in sysALib.s. All and any help is much appreciated. Al Niessner