Issue using I.MXRT1050 with ARM v6.7 compiler

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

Issue using I.MXRT1050 with ARM v6.7 compiler

418 Views
stuartwoodbury
Contributor I

Hello, 

I'd like to compile my code for the I.MXRT1050 with the ARM v6.7 compiler, so that I can use certain C++11 features. It looks like this compiler doesn't work with this board, but I wanted to make sure. 

I think that ARM v6.7 isn't supported because I'm running into this bug:

" error: no target architecture given; use --target=arm-arm-none-eabi or --target=aarch64-arm-none-eabi"

The second option doesn't work with -mcpu=cortex-m7, so that one's definitely out. 

The first option results in the the "no target architecture given" message. 

The ARM reference manual doesn't include any other options for --target. 

Did I miss something obvious? 

edit: yes, this: http://www.keil.com/appnotes/files/apnt_298.pdf 

0 Kudos
1 Reply

342 Views
jimmychan
NXP TechSupport
NXP TechSupport

You can select the SDK from here.

MCUXpresso SDK|NXP 

0 Kudos