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.
Hello,
I tried to use the CLA math libraries but I'm facing to a problem.
As described in the documentation, I included the library and the CLADATAROM symbols library. (properties ->linker-> file search)
I used the cla2_math_library_datarom_fpu32_eabi.lib library from C:\ti\C2000Ware_2_01_00_00_Software\libraries\math\CLAmath\c28\lib as I used :
Then I used the symbols library F28004x_CLADATROM_Symbols_fpu32.lib from C:\ti\C2000Ware_2_01_00_00_Software\libraries\boot_rom\f28004x\revB\rom_symbol_libs\CLA_Data_ROM
When I compile I got some error from the linker because the library seems to be TI-COFF. I could not find a CLA DATA ROM symbol library in EABI.
Is it the right way to une the CLA DATA ROM? Where could I found the CLA DATA ROM symbol library compile in EABI?
Thanks for your help
Yann
Yann,
I am looking into this and will get back to you before end of day Wednesday US Central time.
Regards,
Lori
Yann,
I've confirmed with the software team that the ELF build is missing. It will be included in the next C2000Ware update which is scheduled for ~March 20th. Until then, you can include the tables themselves in your application. I understand this is not ideal and regret the inconvenience.
Regards
Lori
Thanks for your answer.
OK, I will use the RAM library and update it later.
Regards,
Yann