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]

glibc 2.3.2 compilation ERROR- Error: junk at end of line, firstunrecognized character is `,'


Hi,
I have a cross toolchain for ARM-Xscale built with crosstool-0.28-rc37.
Gcc-3.4.0, binutil 2.15, glibc-2.3.3, linux-2.6.8. It is working fine
for target.

	My problem is that target has glibc-2.3.2 and I am not in position to
change it to 2.3.3. So I want a cross compiler that uses glibc-2.3.2.
 I have two options now,
	1. Use glibc-2.3.2 and rebuild toolchain. (How much difficult it can
be? )
	2.Compile just glibc-2.3.2 for target with above configuration and
compile programs to not include standard lib using -nostdlib option and
to include files only from glibc-2.3.2. (Is this possible ?)
	Please tell me which alternative will be better to use?

	Also I am getting errors while compiling glibc-2.3.2 with above
toolchain. 

/tmp/ccKlLQvc.s:3: Error: junk at end of line, first unrecognized
character is `,'
/tmp/ccKlLQvc.s:5: Error: junk at end of line, first unrecognized
character is `,'
make[2]: ***
[/home/tushar/xspamArm/tools/build/glibc-2.3.2/intl/localealias.o] Error
I have seen patches for that on google
( http://sources.redhat.com/ml/crossgcc/2004-06/msg00099.html )
which need to be applied to read.c in binutil and I have verified that
they are applied. But still 
its giving error.
	
Thanks,
Tushar





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