This is the mail archive of the gcc@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]

Re: Not successfully built ecgs


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


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