[coldfire-gnu-discuss] library libc.a
Daniel Jacobowitz
dan at codesourcery.com
Tue Jan 9 20:46:31 UTC 2007
On Tue, Jan 09, 2007 at 08:24:27PM +0100, Philippe ROUVEYROL wrote:
> m68k-elf-ld -o release.elf $(OBJS_C) $(OBJS_S) -lc -Trelease.ld
You should use m68k-elf-gcc to link, in most cases, not m68k-elf-ld.
If you use gcc, it will add libc automatically - and also libgcc, which
contains the functions you are missing.
--
Daniel Jacobowitz
CodeSourcery
More information about the coldfire-gnu-discuss
mailing list