On 30 January 2013 00:57, Kalai Narayanan-SSI kalai.rajah@ssi.samsung.com wrote:
Hi, I have a few armv7 assembly tests. I'm trying to compile these using the linaro aarch64 toolchain and I'm getting errors.
Is there any specific flag that I have to pass to enable backward compatibility to allow v7 assembly to be compiled for a v8 model?
Use a normal arm toolchain for 32-bit code. The aarch64 toolchain is for 64-bit only.