jeremyholleman

Results 4 comments of jeremyholleman

Thanks @saichand07. I tried your command line and got the same result. It looks like the same command as is suggested on the project page; what I was using is...

That solves the "missing mbed.h" problem. I had switched the mbed library version to 3a77 to fix that. But there is still the "multiple definitions" problem that you can see...

The problem seems to be that within CMSIS_5, there are several "collection" c files, that #include other C files. For example, 'DSP/Source/TransformFunctions/TransformFunctions.c' #includes arm_rfft_q31.c (and several other files). Then both...

Thanks! And yes. I just tried it with an older commit. It seems that TransformFunctions.c was checked in a couple weeks ago, along with a few other files that just...