cancel
Showing results for 
Search instead for 
Did you mean: 

DSP libraries

orn
Associate II
Posted on October 15, 2012 at 10:55

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 directory

Target not created

#dsp-libraries
21 REPLIES 21
frankmeyer9
Associate II
Posted on October 16, 2012 at 12:17

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.

orn
Associate II
Posted on October 16, 2012 at 14:47

thanks, I'll try in this way, if I succeed, I will describe the procedure in a post 🙂