kmackay / micro-ecc

ECDH and ECDSA for 8-bit, 32-bit, and 64-bit processors.
BSD 2-Clause "Simplified" License
1.26k stars 460 forks source link

cannot build with LLVM-embedded-toolchain-for-Arm #190

Open zxtxin opened 2 years ago

zxtxin commented 2 years ago

I build with this toolchain from arm: https://github.com/ARM-software/LLVM-embedded-toolchain-for-Arm

clang llvm does not support the inline assembly ".syntax divided"

danyhm commented 1 year ago

same here. Arm Compiler 6 which is llvm based does not compile it. did you find a solution?