P.expert not compiling ITOA

キャンセル
次の結果を表示 
表示  限定  | 次の代わりに検索 
もしかして: 

P.expert not compiling ITOA

617件の閲覧回数
nishantsood
Contributor III

Hi Guys,

So, I'm working with CAN and Uart here, I have 2 projects:

1) project created from examples that is the flexcan_encrypted_s32k144 and,

2) A custom project created with Processor expert added.

Note: 1) Both of the projects have EAR SDK 0.8.6 SDKs against which they are being compiled.

          2) Same chunk of code is working fine in the flexcan_encryp example based project but the same is NOT WORKING on custom project with added PE

          3) ITOA is not getting compiled (says "undefined reference to ITOA"!!)

          4) All the components are configured correctly, interrupts, clocks, can controllers, lpuart etc (even I copied and "generated code" all times!)

When the same SDK is being with same setup and same code used why am I getting all these differences in  execution!?

1 返信

480件の閲覧回数
martin_kovar
NXP Employee
NXP Employee

Hello,

EWL library, which is by default used in the projects does not support this function. You must switch your project into NewLib. Please check the figure below

pastedImage_1.png

Regards,

Martin