ARM-software / LLVM-embedded-toolchain-for-Arm

A project dedicated to building LLVM toolchain for Arm and AArch64 embedded targets.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

--print-libgcc-file-name points to a wrong location

pkarashchenko opened this issue · comments

clang  --config armv8m.main_hard_fp_nosys --target=armv8m.main-none-eabi -mfloat-abi=hard  -march=armv8m.main+fp --print-libgcc-file-name

/opt/install/LLVMEmbeddedToolchainForArm-13.0.0/lib/clang/13.0.0/lib/baremetal/libclang_rt.builtins-armv8m.main.a

but file does not exist.

Closing as per the above commit.