WojciechMigda / hello-arm

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

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

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

License:MIT License


Languages

Language:CMake 96.1%Language:C++ 3.9%