public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
* more problems building gcc
@ 2000-03-06 21:32 Al Niessner
  2000-03-07  1:00 ` Martin v. Loewis
  2000-04-01  0:00 ` Al Niessner
  0 siblings, 2 replies; 4+ messages in thread
From: Al Niessner @ 2000-03-06 21:32 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: more problems building gcc
  2000-03-06 21:32 more problems building gcc Al Niessner
@ 2000-03-07  1:00 ` Martin v. Loewis
  2000-04-01  0:00   ` Martin v. Loewis
  2000-04-01  0:00 ` Al Niessner
  1 sibling, 1 reply; 4+ messages in thread
From: Martin v. Loewis @ 2000-03-07  1:00 UTC (permalink / raw)
  To: Al_Niessner; +Cc: gcc-help

> 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.

Please compile this file with --save-temps; you then get a chance to
look at sysALib.s

Regards,
Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

* more problems building gcc
  2000-03-06 21:32 more problems building gcc Al Niessner
  2000-03-07  1:00 ` Martin v. Loewis
@ 2000-04-01  0:00 ` Al Niessner
  1 sibling, 0 replies; 4+ messages in thread
From: Al Niessner @ 2000-04-01  0:00 UTC (permalink / raw)
  To: gcc-help

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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: more problems building gcc
  2000-03-07  1:00 ` Martin v. Loewis
@ 2000-04-01  0:00   ` Martin v. Loewis
  0 siblings, 0 replies; 4+ messages in thread
From: Martin v. Loewis @ 2000-04-01  0:00 UTC (permalink / raw)
  To: Al_Niessner; +Cc: gcc-help

> 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.

Please compile this file with --save-temps; you then get a chance to
look at sysALib.s

Regards,
Martin

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2000-04-01  0:00 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2000-03-06 21:32 more problems building gcc Al Niessner
2000-03-07  1:00 ` Martin v. Loewis
2000-04-01  0:00   ` Martin v. Loewis
2000-04-01  0:00 ` Al Niessner

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).