Issue using I.MXRT1050 with ARM v6.7 compiler

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 

Issue using I.MXRT1050 with ARM v6.7 compiler

980 次查看
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 项奖励
回复
1 回复

904 次查看
jimmychan
NXP TechSupport
NXP TechSupport

You can select the SDK from here.

MCUXpresso SDK|NXP 

0 项奖励
回复