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.

TMS570LS3137-EP: Building Flash API F021 code on MULTI IDE

Part Number: TMS570LS3137-EP
Other Parts Discussed in Thread: TMS570LS3137, HALCOGEN

Hi,

We are trying to build Flash EEPROM code based on Flash API F021 on TMS570LS3137
IDE and Compiler: MULTI IDE

We tried to build source code generated through Halcogen, we get error related to
the F021_API library as shown below.


We also tried to remove the debug symbols as per the suggestiong in the below E2E,
there are errors when executing "armstrip" command.

e2e.ti.com/.../352575


Please let us know if there is any suggestions to build Flash API F021 code on MULTI IDE.

Best Regards
Paddu

  • Hello Paddu,

    Can you provide which compiler you are using? I assume it is the GHS compiler, but wanted to double check. Also, the F021 Flash API is compiled to EABI formated object files; does your compiler support this?

    Finally, have you contacted GHS directly to see what they might be able to help with? Since this isn't a TI tool, the best support will be offered by the manufacturer of the tool so I would encourage you to seek assistance through that path as well.
  • Hi Chuck Davenport,

    Thank you very much for the info.
    As per your suggestion we came to know that GHS compiler doesn't support EABI format.