We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6f856ee commit d7c26e6Copy full SHA for d7c26e6
cmake/preload/toolchains/pico_arm_cortex_m33_clang.cmake
@@ -1,7 +1,7 @@
1
set(CMAKE_SYSTEM_PROCESSOR cortex-m33)
2
3
# these are all the directories under LLVM embedded toolchain for ARM (newlib or pibolibc) and under llvm_libc
4
-set(PICO_CLANG_RUNTIMES armv8m.main_soft_nofp armv8m.main-unknown-none-eabi)
+set(PICO_CLANG_RUNTIMES armv8m.main_soft_nofp armv8m.main_soft_nofp_unaligned armv8m.main-unknown-none-eabi)
5
6
set(PICO_COMMON_LANG_FLAGS "-mcpu=cortex-m33 --target=armv8m.main-none-eabi -mfloat-abi=softfp -march=armv8m.main+fp+dsp")
7
set(PICO_DISASM_OBJDUMP_ARGS --mcpu=cortex-m33 --arch=armv8m.main+fp+dsp)
0 commit comments