Cross compile and debugging of imx7d application

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

Cross compile and debugging of imx7d application

1,015 次查看
maash
Contributor II

Hi.

We are using IM7D picopi board with yocto. Currently we add libraries in yocto recepie and some we compile on target. However we would like to cross compile the applications in separate workstation and there doesn't seem to be any instructions regarding the workflow on imx7d.

Also is there more convenient way to add libraries than adding them on yocto build?

标签 (2)
标记 (3)
0 项奖励
3 回复数

742 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Matti,

You can cross compile for the i.MX7 by extracting the toolchain for this processor.

You can extract the toolchain by running the same command within the yocto environment:

$ bitbake meta-toolchain

It would result on a script that you can run to install the toolchain with the settings for your machine.

I hope this information helps!

Regards,

0 项奖励

742 次查看
maash
Contributor II

Hi Gusarambula.

Thanks. This is good starting point!

Is there perhaps related tutorial about environment setup, debugging and such? I would like to get eclipse environment and debugger working.

-Matti

0 项奖励

742 次查看
gusarambula
NXP TechSupport
NXP TechSupport

Hello Matti,

There is a document that may be helpful, although it's not very recent the principles still stand:

https://community.nxp.com/docs/DOC-172840 

I hope this helps!

Regards,

0 项奖励