Migration guide for switching MIMMXRT1170-EVKB SDK from 2.15 to 2.16?

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

Migration guide for switching MIMMXRT1170-EVKB SDK from 2.15 to 2.16?

ソリューションへジャンプ
251件の閲覧回数
VassiliN
Contributor III

I have working c++ projects based on SDK 2.15 for MIMMXRT1170-EVKB. 

When I upgraded to SDK 2.16 I got the following warning

 

VassiliN_0-1723485633754.png

Now my projects stopped compiling with a list of issues, that might be related to the

-ffreestanding option or not.

 

VassiliN_1-1723486076005.png

Is there release notes/migration guide for c++ projects from SDK 2.15 to 2.16? 

 

 

1 解決策
210件の閲覧回数
Sam_Gao
NXP Employee
NXP Employee

Hi,

  • Changelog: 'SDK_2_16_000_MIMXRT1170-EVKB\docs\MCUXpresso SDK ChangeLog_MIMXRT1176.pdf'
  • Release Notes: 'SDK_2_16_000_MIMXRT1170-EVKB\docs\MCUXpresso SDK Release Notes for MIMXRT1170-EVKB.pdf'

B.R,Sam

元の投稿で解決策を見る

2 返答(返信)
211件の閲覧回数
Sam_Gao
NXP Employee
NXP Employee

Hi,

  • Changelog: 'SDK_2_16_000_MIMXRT1170-EVKB\docs\MCUXpresso SDK ChangeLog_MIMXRT1176.pdf'
  • Release Notes: 'SDK_2_16_000_MIMXRT1170-EVKB\docs\MCUXpresso SDK Release Notes for MIMXRT1170-EVKB.pdf'

B.R,Sam

247件の閲覧回数
VassiliN
Contributor III

Never mind. I just read gcc about -ffreestanding, removed -ffreestanding option from my projects, now they compile OK. 

 

0 件の賞賛
返信