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

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

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

703 Views
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

Labels (1)
Tags (4)
0 Kudos
1 Reply

443 Views
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 Kudos