This is the mail archive of the
gcc@gcc.gnu.org
mailing list for the GCC project.
Re: Not successfully built ecgs
- To: Tilo Schwarz <tilo dot schwarz at dbag dot ulm dot DaimlerBenz dot COM>
- Subject: Re: Not successfully built ecgs
- From: Toon Moene <toon at moene dot indiv dot nluug dot nl>
- Date: Mon, 3 Aug 98 21:41:31 +0200
- Cc: egcs at cygnus dot com
- Organization: Moene Computational Physics, Maartensdijk, The Netherlands
- References: <9808011322.AA17837@hobbes.dbag.ulm.DaimlerBenz.COM>
> Thanks for working at this compiler! (Is this the correct
> mail address to report a build problem?)
Well, ideally you'd sent it to egcs-bugs if it didn't build, but
anyhow ...
> Unpacking, configuring, building, following the
> m68k-*-nextstep* - specific notes:
^^^^^^^^^^^^^^^^
Oopa, sorry, I only saw this after Carlo Wood made a remark about it ;-)
./xgcc -B./ -dumpspecs > tmp-specs
mv tmp-specs specs
echo "__foo () {}" > dummy.c
./xgcc -B./ -DIN_GCC -g -I./include -c dummy.c
/tmp/cc011730.s:1:Junk character 47.
/tmp/cc011730.s:1:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:2:Junk character 47.
/tmp/cc011730.s:2:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:3:Junk character 47.
/tmp/cc011730.s:3:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:4:Junk character 47.
/tmp/cc011730.s:4:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:5:Junk character 47.
/tmp/cc011730.s:5:Rest of line ignored. 1st junk character valued 32 ( ).
/tmp/cc011730.s:6:Junk character 47.
/tmp/cc011730.s:6:Rest of line ignored. 1st junk character valued 32 ( ).
gnumake[1]: *** [libgcc1.null] Error 1
gnumake[1]: Leaving directory
`/Users/tschwarz/Library/nobackup/egcs-1.0.3a/objdir/gcc'
gnumake: *** [bootstrap] Error 2
If I Recall Correctly, I had this problem due to some NEXT utility
entering binary 0's into "specs.h". Vi will tell you if you try to
edit this file ... Remove them by selecting the one line in this
file with the mouse, delete the line and (re)insert the mouse'd
contents in its place. Proceed by typing "make bootstrap".
Success,
Toon Moene.