Skip to content

Cross-compile cmake "Hello ARM!" project and run with qemu-arm

License

Notifications You must be signed in to change notification settings

WojciechMigda/hello-arm

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

Build Status

Simple "Hello ARM!" app for ARM architecture.

To cross-compile it and run on Ubuntu:

$ cd .build && cmake .. -DCMAKE_TOOLCHAIN_FILE=../toolchain.cmake && make
$ cd app && qemu-arm -L /usr/arm-linux-gnueabihf ./hello-arm

About

Cross-compile cmake "Hello ARM!" project and run with qemu-arm

Topics

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published