 
					
				
		
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.
 
If I add the library manually, there will be many errors in the build.
Solved! Go to Solution.
 
					
				
		
 Alice_Yang
		
			Alice_Yang
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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!
-----------------------------------------------------------------------------------------------------------------------
 
					
				
		
 Alice_Yang
		
			Alice_Yang
		
		
		
		
		
		
		
		
	
			
		
		
			
					
		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!
-----------------------------------------------------------------------------------------------------------------------
