This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Compiler: LIBBFD



Tool/software: TI C/C++ Compiler

Hi,

Is there a porting of LIBBFD on windows?

Which version does TI use in all the windows version of the tools (objdump.exe, etc.)?

Dave

  • TI itself does not use libbfd nor does it provide objdump. The TI toolset provides an alternate "object file dump" utility (e.g. armofd) which uses a proprietary library. For EABI, the object file is a standard ELF file and generic tools like objdump will be able to parse the file.

    GCC does support some compilers for TI targets. I do not know whether they actually implement libbfd or not. I'll have to ask around.