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: building arm-elf with newlib


AKubbat wrote:
I have tried to build arm-elf cross-compiler and use Bills Gatliff's
script and the following components to build a version of ARM-ELF
(using newlib) :
BINUTILSDISTO=binutils-2.15
GCCDISTO=gcc-2.95.3
NEWLIBDISTO=newlib-1.11.0

Host : Redhat 9, i686, latest patches.
Host gcc version 3.3.2,


...
/tmp/ccEugNg3.s: Assembler messages:
/tmp/ccEugNg3.s:889: Error: junk at end of line, first unrecognized
character is `,'
>
I made sure I'm using the patched binutils. So I installed binutils2.15
with that patch -- both native & cross-compiled (arm-elf). And during
compilation of the arm-elf GCC I also see the output "patch read.c"

Also the $PATH points first to my new version and than to /usr/local/bin (which I also have update) which arm-elf-as which as confirm that
as -v states the new version 2.15


As I mentioned before, everything works fine regardless of GCC & BINUTIL
version when I do not use --enable-languages=c,c++ but only c

Please run with -save-temps and have a look at the .i. Maybe there will be something obvious at line 889.

Sorry I can't give more help right now, I'm 'on vacation' from crosstool...

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