How to develop a C++ Linux app for i.MX 8M nano?

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

How to develop a C++ Linux app for i.MX 8M nano?

跳至解决方案
1,165 次查看
chillinwithscb
Contributor III

There's a doc "Developing an Application for the i.MX Devices on the Linux Platform" from 2010 about using Eclipse to develop an C++ app for Linux. But, Eclipse sucks and is not used much anymore. Seem like a dead tool; at least dead to me

I did read about a tool called MCUXpresso that's for vscode. But maybe that's only for MCU development; not linux development. True?

There is one process that I'm familiar with. That's to create a cross-compiler via yocto to build my C++ app and also to package it into an image. Also, can build an executable via the cross-compiler and scp it to the target. Is this the only way to develop a C++ app for an NXP imx8?

0 项奖励
回复
1 解答
1,138 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

That's correct is the only way to build a c++ application, but you can download the QTcreator to build c++ and qt application as well.

Regards

在原帖中查看解决方案

0 项奖励
回复
2 回复数
1,139 次查看
Bio_TICFSL
NXP TechSupport
NXP TechSupport

Hello,

That's correct is the only way to build a c++ application, but you can download the QTcreator to build c++ and qt application as well.

Regards

0 项奖励
回复
1,067 次查看
chillinwithscb
Contributor III
Thanks. ... and I'm not using QT; not that I was asking about that.
0 项奖励
回复