How to build liboqs
for Arm Cortex-M4?
#1457
Unanswered
tarun14110
asked this question in
Q&A
Replies: 1 comment
-
I personally have no experience with cross-compiling (let alone on MacOS) but this error message seems like a standard/non-OQS-specific installation/setup problem (just looking at stackoverflow.com...). Also, have you tried with the Final suggestion: Don't use an OSX crosscompile environment, but one that we know works, namely a Linux image (via docker). See for example liboqs/.github/workflows/linux.yml Lines 133 to 142 in 9f912c9 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
How to build
liboqs
for Arm Cortex-M4 processor on MacOS? I am trying to build usingcmake -GNinja .. -DCMAKE_TOOLCHAIN_FILE=../.CMake/toolchain_armel.cmake
. I have addedset(CMAKE_C_COMPILER arm-none-eabi-gcc)
andset(CMAKE_CROSSCOMPILING_EMULATOR "qemu-system-arm;-L;/opt/homebrew/bin/")
in toolchain_armel.cmakeHere is the output of the command.
Beta Was this translation helpful? Give feedback.
All reactions