I have done the following
1)Followed the instructions in the new "Getting started with Raspberry Pi Pico-series" October version
2) Did the blink example - all works ok.
3) Tried the multicore example (as that's where I am heading). Used the wizard to create the project and selected multicore from the list.
4) I get the following error:
C:/Users/Andre/.pico-sdk/sdk/2.0.0/src/rp2_common/pico_crt0/crt0.S: Assembler messages:
C:/Users/Andre/.pico-sdk/sdk/2.0.0/src/rp2_common/pico_crt0/crt0.S:228: Error: selected processor
does not support `cbz r0,1f' in Thumb mode
[61/62] Building C object CMakeFiles/hello_mult...k/2.0.0/src/rp2_common/pico_printf/printf.c.obj
ninja: build stopped: subcommand failed.
From CMakeFileList.txt
set(sdkVersion 2.0.0)
set(toolchainVersion 13_2_Rel1)
set(picotoolVersion 2.0.0)
Board set to PicoW
I have made no manual edits - purely relied on the plugin for config etc.
Thoughts ?
Andrew
1)Followed the instructions in the new "Getting started with Raspberry Pi Pico-series" October version
2) Did the blink example - all works ok.
3) Tried the multicore example (as that's where I am heading). Used the wizard to create the project and selected multicore from the list.
4) I get the following error:
C:/Users/Andre/.pico-sdk/sdk/2.0.0/src/rp2_common/pico_crt0/crt0.S: Assembler messages:
C:/Users/Andre/.pico-sdk/sdk/2.0.0/src/rp2_common/pico_crt0/crt0.S:228: Error: selected processor
does not support `cbz r0,1f' in Thumb mode
[61/62] Building C object CMakeFiles/hello_mult...k/2.0.0/src/rp2_common/pico_printf/printf.c.obj
ninja: build stopped: subcommand failed.
From CMakeFileList.txt
set(sdkVersion 2.0.0)
set(toolchainVersion 13_2_Rel1)
set(picotoolVersion 2.0.0)
Board set to PicoW
I have made no manual edits - purely relied on the plugin for config etc.
Thoughts ?
Andrew
Statistics: Posted by StubbletUK — Wed Oct 30, 2024 2:33 pm