baremetal-hi
baremetal-hi copied to clipboard
A trivial baremetal app that prints "Hi".
Demonstrate how to use Craftr to support multiple platforms.
But it is working on my machine, I'm guessing there are some dependency missing to create info files. ``` make[3]: Leaving directory `/home/travis/tmp/binutils/build/bfd/po' make[3]: Entering directory `/home/travis/tmp/binutils/build/bfd/po' make[3]: Nothing to...
The new add_custom_target(run ..) in CMakeList.txt works perfectly if the -G "Unix Makefiles" generator is used. But with -G "Ninja" the "ninja run" command executes qemu-system-arm but it appears stdin...