The v8 Foundation Model User Guide has a bare metal hello world example that uses semi-hosting.   The Makefile uses ARM tools, however.  Is there equivalent support for this example using a bare metal version of the gnu tools, such as gcc-linaro-aarch64-none-elf-4.8-2013.04-20130422_linux.tar.xz?  I took a look, but didn’t see a way to do this.

 

Of course, running the Linaro linux port on the v8 Foundation Model allows one to run hello world and much more, but I’m currently only interested in a bare metal target using gnu tools.

 

Thanks, Don