Re: how to use different linker

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

 



On 11/7/06, Rajeev Bansal <rajeevb@xxxxxxxxxx> wrote:
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.
>

i was looking at a one pass process than two , yes i have tried that
it works for me.

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