Link DSP Library

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 
1,774件の閲覧回数
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 解決策
1,530件の閲覧回数
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 返信
1,531件の閲覧回数
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 件の賞賛
返信