Important changes to forums and questions
All forums and questions are now archived. To start a new conversation or read the latest updates go to forums.mbed.com.
10 years, 3 months ago.
arm_bitreversal2.S
I am trying to import the latest version of the CMSIS DSP libraries (4.0.1) into the mbed environment. There seems to be a small issue with getting things to compiler (I have sucessfully gotten things to work offline).
/media/uploads/emh203/cmsis_401.zip
This zip file has the DSP section of the CMSIS library. I created a new empty program (used the K64F as the target) and upload the zip file.
In the folder "TransformFunctions" there is a file :arm_bitreversal2.s
The compiler emits a lot of errors related to seciton placements, illegal directives, etc.
Is it possible for the online tools to build with assemby?
This file is needed by ARM_CFFT_f32.c and ARM_RFFT_FACT_F32.c. If I get rid of those files I can get things to compile.
Can you please look into this?