Link DSP Library

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

Link DSP Library

跳至解决方案
1,137 次查看
2541162274
Contributor II
Hello! I added the DSP library according to the Moth link,Using CMSIS-DSP with MCUXpresso SDK and IDE 
 but there was such a problem in the build variables:
 I didn't see the result added in the previous step in the setting librarise, 
and I still get an error if I manually add the following compilation. 
See the figure below for details.
pastedImage_1.png

pastedImage_2.png

pastedImage_3.png

pastedImage_5.png


If I add the library manually, there will be many errors in the build.

pastedImage_6.png

标签 (1)
0 项奖励
回复
1 解答
893 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Jason William,

Yes, you need add the lib manually.

 In the "Value" of Define a new build variable, please add  C:\FRDM-K64\CMSIS .

 In the Add libraries :

Libraries(-l) :   arm_cortexM4lf_math

Library search path(-L) :   "${SDK_2.2_frdm-k64f_CMSIS_PATH }\Lib\GCC"

I test on my side , it can work well.

Hope it helps,

  


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

在原帖中查看解决方案

0 项奖励
回复
1 回复
894 次查看
Alice_Yang
NXP TechSupport
NXP TechSupport

Hello Jason William,

Yes, you need add the lib manually.

 In the "Value" of Define a new build variable, please add  C:\FRDM-K64\CMSIS .

 In the Add libraries :

Libraries(-l) :   arm_cortexM4lf_math

Library search path(-L) :   "${SDK_2.2_frdm-k64f_CMSIS_PATH }\Lib\GCC"

I test on my side , it can work well.

Hope it helps,

  


Have a great day,
TIC

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复