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

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

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

Jump to solution
1,169 Views
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 Kudos
Reply
1 Solution
1,142 Views
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

View solution in original post

0 Kudos
Reply
2 Replies
1,143 Views
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 Kudos
Reply
1,071 Views
chillinwithscb
Contributor III
Thanks. ... and I'm not using QT; not that I was asking about that.
0 Kudos
Reply