Hi I am trying to find out the GCC equivalent of armclang compiler option --target=aarch64-arm-none-eabi which instructs the compiler to generate A64 instructions?
Asked
Active
Viewed 592 times
0
-
You probably need to get a specific version of GCC that has been built to target that ABI. – Michael Jul 09 '21 at 09:20
-
If you want to build for aarch64, there is GCC toolchain intended for that. Different toolchains also depending on type of OS you are gonna build for, Win, Linux, none. https://developer.arm.com/tools-and-software/open-source-software/developer-tools/gnu-toolchain/gnu-a/downloads – user3124812 Jul 09 '21 at 12:24