Hi Experts,
Does arm eabi gnu-linux supports the compilation for v8 architecture (both baremetal and application) or specific gcc tools needs to be used for the cross compilation ?
Regards,
Techguyz
Hi,
The compilers I linked are little-endian (at least, they should be).
See this page for a list of all cross compilers hosted by Linaro. The ones with 'be' in the names are the big-endian ones, whereas the ones I linked were little-endian.
Ash.