This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Odd Errors On a New Install "redefinition of 'q'"

Newbie here. Trying to write a program after a very long hiatus. I'm just past installing software and may not have Keil 5 installed correctly. After a build, I get two errors, one of which is :

C:/Users/Binky/AppData/Local/Arm/Packs/ARM/CMSIS-DSP/1.14.4/Source/DistanceFunctions/arm_dtw_distance_f32.c(123): error: redefinition of 'q'
for(uint32_t q = 1; q < queryLength; q++)

Any ideas ? 

Here is my code:

0