This is the mail archive of the crossgcc@sources.redhat.com mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: Error: junk at end of file


Albert Antony wrote:
I am trying to build a sparc sun solaris hosted cross gcc for i686-coff
target. I have installed binutils and newlib. When I try to build gcc, I
get the following error message:
...
/usr/gnu/i686-coff-objdir/build-gcc/gcc/xgcc ... -c /usr/gnu/srcdir/gcc-3.3.2/libstdc++-v3/src/bitset.cc -o bitset.o
/var/tmp//ccmD6WRe.s: Assembler messages:
/var/tmp//ccmD6WRe.s:279: Error: junk at end of line, first unrecognized
character is `1'

That looks kinda familiar. (See http://sources.redhat.com/ml/libc-alpha/2004-05/msg00123.html http://sources.redhat.com/ml/libc-alpha/2004-05/msg00125.html, in which I had to track down a similar error message.) You should try using -save-temps and have a look at bitset.s to see what's going on around line 279. - Dan

--
My technical stuff: http://kegel.com
My politics: see http://www.misleader.org for examples of why I'm for regime change

------
Want more information?  See the CrossGCC FAQ, http://www.objsw.com/CrossGCC/
Want to unsubscribe? Send a note to crossgcc-unsubscribe@sources.redhat.com


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