Question
Building CMSIS DSP_LIB for GCC
Posted on June 18, 2012 at 13:32
I am using the STM32F4 family with Atollic TrueStudio and would like to use the CMIS DSP_Lib for my application. The STM32F4xx_DSP_StdPeriph_Lib_V1.0.1 directory as provided by ST does not appear to have pre-built GCC libraries.
There is an ARM directory with files such as arm_cortexM4lf_math.lib but the GCC directory is empty. Under the source directory there is a GCC folder with uvproj files but I am not using Kiel. Any advice for building GCC binaries view Atollic TrueStudio would be greatly appreciated. The libraries Attolic provides are of the lib*.a variety. John