Re: Linking Libraries?

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

 



Gre7g Luterman <gre7g.luterman@xxxxxxxxx> writes:

> When I try to link, m68k-elf-ld.exe isn't finding all those stdlib goodies...

You should link with m68k-elf-gcc, not with m68k-elf-ld.

Try using that -v option with m68k-elf-gcc.  That will show you
precisely how it is invoking m68k-elf-ld.  If you don't see -lc there,
then add it at the end of the m68k-elf-gcc line.  You may need to use
-lc -lgcc -lc.

Ian

[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux