lua-users home
lua-l archive

[Date Prev][Date Next][Thread Prev][Thread Next] [Date Index] [Thread Index]


That's what i thought. So what is the difference between the libc with the m68k-elf tools and the libc in uClibc?


Mike


David Given wrote:

On Tuesday 23 August 2005 14:59, Michael Broughton wrote:
[...]
/usr/local/m68k-elf/bin/ld.real: cannot open crt0.o: No such file or
directory

crt0.o is the C run-time system; the bit that glues the system's entry point to your main() function. It's part of your libc, and you should have one with the m68k-elf libc --- if it's not being used automatically, then your cross-compiler's not set up properly.

Yes, cross-compilation using gcc is an absolute pig's ear and a pain to get right...