PICO 2W compile error #16749
Unanswered
ctimmer
asked this question in
RP2040 / Pico
Replies: 1 comment
-
The version 8.3.1 of the compiler is pretty old. Try a recent compiler version. |
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
-
I was compiling the latest micropython clone at this step:
make BOARD=RPI_PICO2_W
Close to the end of the compile, this error displayed:
/usr/lib/gcc/arm-none-eabi/8.3.1/include/arm_acle.h:178:9: error: target CPU does not support ARMv8-M Security Extensions #pragma GCC target ("arch=armv8-a+crc")
Is there some setting I missed?
This was on a PI400
Curt
Beta Was this translation helpful? Give feedback.
All reactions