How to point to new gcc libs (instead of default gcc)

Elden Crom EldenC@TucsonEmbedded.com
Wed Feb 3 16:27:00 GMT 2010


As was said, your ldd is not reporting as it would in the target; shared
libs are a dynamic process after all.

If you need to use a different set of libs than was built with the cross
compiler then you can use -nostdlib and/or -nodefaultlibs But your
probably making your life complicated!


--
For unsubscribe information see http://sourceware.org/lists.html#faq



More information about the crossgcc mailing list