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 for these options. It looks like it is the case today that there is just generic v8 code generation and more
specialized code generation will come later. Is that right?
Thanks, Don