Other Parts Discussed in Thread: TMS320F280049, SYSCONFIG, C2000WARE
Tool/software:
Hello,
I’m trying to use the Solar Library together with TI’s DSP FFT library on the TMS320F280049, but I’m running into an ABI conflict:
-
When I enable only the Solar Library, I must set the compiler’s
--abi
option fromeabi
tocoffab
. -
When I configure only the DSP FFT library in SysConfig, I have to switch
--abi
to eabi, which then breaks the Solar Library.
It looks like I need to rebuild the Solar Library in eabi format, but I can’t find any source files in the Solar Library’s CLA folder. Could someone advise how to regenerate or rebuild the Solar Library for the eabi ABI,and point me to where its source code is located?