code generation options for v8 compilers

2013-08-16 Thread Padgett Don-B43265
Is there a way to generate A32 code with the gcc-linaro-aarch64- compilers? I looked at the bare metal and linux 2013.07 versions, but didn't see a way to do this. Also, the compiler doesn't complain about -mcpu=cortex-a53 or -mcpu=cortex-a57, but I get unknown cpu errors from the assembler fo

RE: Semi-hosting on v8 Foundation Model using gnu tools

2013-05-21 Thread Padgett Don-B43265
2:47 PM To: Padgett Don-B43265 Cc: linaro-toolchain@lists.linaro.org Subject: Re: Semi-hosting on v8 Foundation Model using gnu tools Don, On 17/05/13 20:57, Padgett Don-B43265 wrote: > The v8 Foundation Model User Guide has a bare metal hello world example > that uses semi-hosting. The Ma

Semi-hosting on v8 Foundation Model using gnu tools

2013-05-19 Thread Padgett Don-B43265
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