You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I am trying to use CMSIS-DSP in a simple project. I added the following to prj.conf:
CONFIG_CMSIS_DSP=y
CONFIG_NEWLIB_LIBC=y
CONFIG_FPU=y
# # Set CONFIG_NEWLIB_LIBC_FLOAT_PRINTF if printf should be able to print float
CONFIG_NEWLIB_LIBC_FLOAT_PRINTF=y
Describe the bug
I am trying to use CMSIS-DSP in a simple project. I added the following to prj.conf:
In my code I am using:
This results in a linker error:
As a workaround, I downloaded CMSIS_5 repo and modified CMakeLists.txt to include the necessary files.
Environment (please complete the following information):
The text was updated successfully, but these errors were encountered: