This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]

more problems building gcc



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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]