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

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

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

Jump to solution
250 Views
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 Solution
209 Views
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

View solution in original post

2 Replies
210 Views
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

246 Views
VassiliN
Contributor III

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

 

0 Kudos
Reply