CW 10.5 shows error when TSI module is added to the PEx_low_power_demo project

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

CW 10.5 shows error when TSI module is added to the PEx_low_power_demo project

1,242 次查看
dchethan
Contributor I

Hi,

 

I am trying to integrate TSI component to the PEx low power demo project. When i build the project i get the following error message.

`TSS_KeyBasicSensAutoCalibration':

TSS_KeyDetectorNormal.c:(.text+0x5f6): undefined reference to `__aeabi_idiv'

TSS_KeyDetectorNormal.c:(.text+0x614): undefined reference to `__aeabi_idiv'

TSS_KeyDetectorNormal.c:(.text+0x672): undefined reference to `__aeabi_idiv'

TSS_KeyDetectorNormal.c:(.text+0x6a6): undefined reference to `__aeabi_idiv'

TSS_KeyDetectorNormal.c:(.text+0x724): undefined reference to `__aeabi_idiv'

 

Please can you let me know what could be the reason for this error and how to fix it.

Original Attachment has been moved to: PEx_low_power_demo.zip

标签 (1)
标记 (4)
0 项奖励
回复
1 回复

982 次查看
Jorge_Gonzalez
NXP Employee
NXP Employee

Hello Chetan:

Please try this:

Go to Project -> Properties -> C/C++ Build -> Settings -> ARM Ltd Windows GCC C Linker -> General, and uncheck the options "Do not use default libraries" and "No startup or default libs".

Library_config.png

After this, you should be able to compile the project.


Regards!
Jorge Gonzalez

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

0 项奖励
回复