Other Parts Discussed in Thread: SYSCONFIG, C2000WARE
Hello,
I tried to add the IQMath library with Sysconfig Plug in.
I started from a clean project (no compilation problem)
I added an IqMath, as I would do for a peripheral:
When building the sysconfig file, the IQmath library is automatically added to my includes files
I expected that IQMathLib.h would be included in board.h, generated by SysConfig, but it does not seem.
Ayway, if I try to build the project, an error occurs:
Can somebody explain to me how to add IQMath Library with Sysconfig without building error ?
Do I have to include IQMathLib.h in my project by myself, or did I miss something in files Sysconfig generated ?
Thank you for your help.
Vincent
Edit: I saw that sysconfig generates C2000Ware_librairies.h. This includes IQmathLib.h. Including C2000Ware_librairies.h at the beginning of my code and call C2000Ware_librairies_init() does not resolve my problem, ouf course
The returned message is:
error #10016-D: --abi=coffabi not supported when producing ELF output files