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