On Wednesday 22 August 2007, James Ausmus wrote: > (As first seen on the gentoo-user mailing list, as I wasn't being > intelligent at the moment...) > > I am using the xmerge script as defined in > http://www.gentoo.org/proj/en/base/embedded/cross-development.xml, all > I get are either: > > /usr/libexec/gcc/arm-unknown-linux-gnueabi/ld: crt1.o: No such file: > No such file or directory
keep it simple, leave configure scripts out of it
start with a basic compile/link:
$ echo 'int main(){}' > test.c
$ arm-unknown-linux-gnueabi-gcc test.c
that fail ? add -Wl,--verbose to the command
also, you forgot to actually describe your setup ... what versions of
gcc/glibc/etc... are you using
-mike
signature.asc
Description: This is a digitally signed message part.
