How to build Native ARM compiler

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

How to build Native ARM compiler

994 次查看
Raana
Contributor III

Dear All,

Currently, I'm working with i.Mx6 SODIMM custom board. (OS: Linux - Yocto)

There, I want to build the Native ARM compiler to compile my application on my target board itself.

Is it possible?

If it so, can any one share the procedure to build that.

Thanks in Advance.

Best Regards,

J.P.Raja

标签 (3)
0 项奖励
回复
1 回复

848 次查看
Carlos_Musich
NXP Employee
NXP Employee

Hi Raana,

First add the following packet in your <build_dir>/conf/local.conf file

IMAGE_INSTALL_append += "\

packagegroup-sdk-target \

"

The build (bitbake) your image.

Finally, when your image is up and running in your custom board you can use the command below to build.

arm-poky-linux-gnueabi-g++ fileName -o outputFileName


Regards,
Carlos

-----------------------------------------------------------------------------------------------------------------------
Note: If this post answers your question, please click the Correct Answer button. Thank you!
-----------------------------------------------------------------------------------------------------------------------

0 项奖励
回复