Re: R: problem with GCJ while running java code
Andrew Haley <[email protected]>
| Newsgroups | gmane.comp.gcc.java.devel |
|---|---|
| Message-ID | <[email protected]> |
[email protected] wrote: >> and with correct ld in path? How come you have a binutils >> install directory with as but no ld, anyway? > > Yeah ld is also in the same PATH: > > which as > > /root/tmp/buildroot/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/bin/as > > which ld > > /root/tmp/buildroot/build_arm/staging_dir/usr/arm-linux-uclibcgnueabi/bin/ld > > That's very strange... > > I've tried adding to PATH arm-linux-uclibcgnueabi-ld (it is placed in /root/tmp/buildroot/build_arm/staging_dir/usr/bin/arm-linux-uclibcgnueabi-ld)...Now ld seems to be found (!!!?) but I get the following error: This is getting truly weird. You didn't need to rebuild gcc. All you needed to do was have target as and ld in you path when running gcj. Andrew.