[solved] Can't link CMSIS arm math with IDE 1.6.10

I have tried to put the famous line: "build.variant.path" etc that i used successfully in previous IDE in the "platform.txt" (is this a "natural" way to include a lib for the linker? :o ) and nothing works.

Any hint will be awarded.

I fixed it by copying the used function .c file from CMSIS folder to my project folder.

i.e. arm_sin_f32.c

Also i had to add the #define ARM_MATH_CM3 in the start of arm_sin_f32.c

The CMSIS link is included in the new IDE by default.

(I use Atmel Studio 7, i haven't checked in the IDE)

Yeahh!