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,241件の閲覧回数
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 返信

981件の閲覧回数
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 件の賞賛
返信