Part Number: TMS320F28P650DK
Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Tool/software:
Hello,
I'm facing with a issue when I want to add the FPUfastRTS library to my project with SysConfig when I already used the c28x_fpu_dsp_library added with SysConfig too.
When I do that, the linker can't find a c28x_fpu_dsp_library.lib compatible with my project but without the FPUfastRTS library, the linker found a c28x_fpu_dsp_library.lib compatible.
My project is setup on fpu32, tmu1.
I found 3 ways to solve this issue but any of them can use SysConfig.
The first is to add the FPUfastRTS library manually in the project 
The second is to rename the c28x_fpu_dsp_library_eabi.lib into c28x_fpu_dsp_library.lib.
And the third one is to edit the c2000ware_libraries.cmd.genlibs file (automatically generated by SysConfig) and use inside c28x_fpu_dsp_library_eabi.lib instead of c28x_fpu_dsp_library.lib

So, what can I do to add the FPUfastRTS library and the c28x_fpu_dsp_library.lib into my project by using SysConfig ?
Thanks in advance