Thanks. Is this going to be like this / is there any future plan to use a single toolchain that can generate 32 / 64 bit code depending upon flags passed on commandline ?
This might not be related to the toolchain - but wanted to find out if there is any script that would convert assembly files written for aarch32 into aarch64.
-Kalai
-----Original Message----- From: Mans Rullgard [mailto:mans.rullgard@linaro.org] Sent: Tuesday, January 29, 2013 5:18 PM To: Kalai Narayanan-SSI Cc: linaro-toolchain@lists.linaro.org Subject: Re: Newbie question
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.
-- Mans Rullgard / mru