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: Question on crosstool-0.27


Iyappa Swaminathan B J - CTD, Chennai. wrote:
I am not sure if there is a seperate mailing list to discuss crosstool.
Please let me know if I need to direct this elsewhere.

crossgcc is the right list. I'll cc them on this message.


I tried setting up a PPC750 tool-chain on a redhat linux 9.0 box using the
crosstool scripts. I just started demo-ppc750.sh without any options. While
cross-tool seems to complete without any issues, I tried testing the
toolchain by using testhello.sh, but that seems to be resulting in a linker
issue, which says "powerpc-750-linux-gnu/bin/ld: cannot open crt1.o: No such
file or directory".

testhello.sh is kind of awkward to use by hand (it normally runs as part of the build). What happens if you just do it by hand? e.g. /opt/crosstool/powerpc-750-linux-gnu/gcc-3.3.3-glibc-2.3.2/bin/powerpc-750-linux-gnu-gcc hello.c Works ok here.

One point to note is, the PC I am trying to use crosstool is not directly
connected to the internet. So all those wgets were failing, and I had to
manually copy the needed packages to the downloads directory. But I dont
think this should cause any issue.

Right, that shouldn't matter.


Am I missing something here? Do you have any idea?  Would appreciate any
help from you.

You might try find /opt/crosstool -name crt1.o and see if it finds anything, just out of curiosity. It ought to find /opt/crosstool/powerpc-750-linux-gnu/gcc-3.3.3-glibc-2.3.2/powerpc-750-linux-gnu/lib/crt1.o

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