[cfe-dev] Cannot compile code in arm64 machine (original) (raw)

Andrzej Warzynski via cfe-dev cfe-dev at lists.llvm.org
Sun Dec 20 11:06:30 PST 2020


Which flang are you using? The error that you are getting suggests that it's not the one from llvm-project:

https://github.com/llvm/llvm-project/blob/main/flang/tools/f18/flang

-Andrzej

On 20/12/2020 01:51, Arnamoy Bhattacharyya via cfe-dev wrote:

Hello;

I am trying to compile fortran code in a arm64 machine. I built LLVM using the -DLLVMTARGETSTOBUILD="ARM;X86;AArch64" option. But when I type: flang --target=arm64 appft.f -o appft I get the following error: clang-10: error: unknown argument: '-fc1' clang-10: error: unknown argument: '-triple' clang-10: error: no such file or directory: 'aarch64'

Can you please tell me how to resolve this? Thank you very much


cfe-dev mailing list cfe-dev at lists.llvm.org https://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-dev



More information about the cfe-dev mailing list