Rafael Avila de Espindola <rafael.espindola <at> gmail.com> writes:> But only if explicitly told to do so. It should search the bfd-plugins > directory automatically. Is the nm you are using installed in /usr/bin?> Cheers, > Rafael >It seems like I also had one in /usr/local/bin with the same version and it was the default to be used. Now I copied my bfd-plugins folder to /usr/local/lib and nm does not require the plugin option anymore. However the linker still cannot find the symbols. Thanks for the pointers, Istvan
Rafael Ávila de Espíndola
2011-Jun-16 15:30 UTC
[LLVMdev] Difficulties in using gold plugin. (
> It seems like I also had one in /usr/local/bin with the same version and it was > the default to be used. Now I copied my bfd-plugins folder to /usr/local/lib and > nm does not require the plugin option anymore. However the linker still cannot > find the symbols.Have you recreated the .a files? Does "nm -s" prints the archive symbol map?> Thanks for the pointers, > Istvan >Cheers, Rafael
> Have you recreated the .a files? Does "nm -s" prints the archive symbol map? >I delete and recreate the .a file every time. nm output the same thing both with and without the "-s" option. It seems to be the list of symbols in the format shown in the first post. Istvan
Possibly Parallel Threads
- [LLVMdev] Difficulties in using gold plugin. (
- [LLVMdev] Difficulties in using gold plugin. (
- [LLVMdev] Difficulties in using gold plugin. ("ar" not working properly)
- [LLVMdev] Difficulties in using gold plugin. (
- [LLVMdev] Difficulties in using gold plugin. ("ar" not working properly)