Replies: 1 comment 3 replies
-
Some liboqs configurations need an emulator during cross-compilation. The toolchain file you're using looks for You can use a different emulator by editing the toolchain file: set(CMAKE_CROSSCOMPILING_EMULATOR "qemu-arm-static;-L;/usr/arm-linux-gnueabihf/") Alternatively, you can compile a configuration that doesn't need an emulator. Just pass |
Beta Was this translation helpful? Give feedback.
3 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hi everybody.
I have problems with building liboqs library on my Raspberry Pi 4 with armv 7l processor (i suppose it is 32-bit arch.). I am trying to build library with
cmake -GNinja -DCMAKE_TOOLCHAIN_FILE=../.CMake/toolchain_armhf.cmake -DOQS_USE_OPENSSL=OFF ..
I get error with:
.CMake/detect_gcc_clang_intrinsics.c returned exit code:
PLEASE_FILL_OUT-FAILED_TO_RUN
Can you please help me with this ?
Thank you very much.
Beta Was this translation helpful? Give feedback.
All reactions