Re: how to use different linker

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

 



Hi Satya,

Generate the object file using the gcc compiler, you can use the -c option to generate the object file. Now you can try to run linker on that, if the gcc has generate the object file which your linker can understand, you can link the file(s) and get the binary file out of it.
Hope it will work for you.

Thanks
-Rajeev

satyaakam goswami wrote:
hi,
    how can i use a different version of ld than what gcc was built
with natively.

Satya






[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