+++ Kalai Narayanan-SSI [2013-01-30 01:21 +0000]:
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 ?
I don't believe there is. Install one toolchain for each architecture you want to target.
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.
It's a very different instruction set, so I doubt it. Arbitrary convesion between instruction sets is possible but tricky. Things like qemu effectively do this (no qemu support for 64-bit arm available yet), but probably not in a way useful to you.
Wookey