On 12 September 2013 06:00, Michael Hudson-Doyle michael.hudson@linaro.org wrote:
Hi,
Thanks to the advice from this list I've managed to build GCC targeting aarch64 (thanks!).
Is there some way I can now run the tests in a Foundation model? I don't really know how this would work -- I guess using aarch64-unknown-linux-gnu-gcc etc to build binaries, scp them onto the model, run them and parse the output. Is this the sort of thing that people do?
Yip. This is how I validate the toolchain.
-Zhenqiang