2012-10-15 01:55 AM
I need to use DSP libraries such as BasicMathFunctions, but I have a lot of error messages, you might describe the procedure to include these libraries??
error messages like:.. \ main.c (18): error: ♯ 5: can not open source input file ''ARMCM4.h'': No such file or directoryTarget not created #dsp-libraries2012-10-16 03:17 AM
If it is easier for you, try to use the precompiled libs in .../Libraries/CMSIS/Lib/ARM/
They are built with the Keil compiler, so linking in should not be a problem. I had no success doing this with Crossworks, so I used the source code for my project.2012-10-16 05:47 AM
thanks, I'll try in this way, if I succeed, I will describe the procedure in a post :)