Cross-Compiling Linux Hello World Application #124
Answered
by
lhanlyu
Future-Electronics-Design-Center
asked this question in
How to
-
If I am using the Yocto build environment for my Linux distribution targeting the MPFS Icicle kit, how do I setup build environment for a Makefile-based Hello World application? Thanks, |
Beta Was this translation helpful? Give feedback.
Answered by
lhanlyu
Jul 11, 2022
Replies: 1 comment 5 replies
-
You can build you application on your target with the 'mpfs-dev-cli' image. For example look at the sample applications installed on your target icicle-kit: i.e. /opt/microchip/gpio |
Beta Was this translation helpful? Give feedback.
5 replies
Answer selected by
hughbreslin
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
You can build you application on your target with the 'mpfs-dev-cli' image. For example look at the sample applications installed on your target icicle-kit: i.e. /opt/microchip/gpio
You will see the source files and make file.