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 5815419 commit 353c6fbCopy full SHA for 353c6fb
modules/hal_rpi_pico/bootloader/CMakeLists.txt
@@ -45,8 +45,8 @@ target_include_directories(boot_stage2 PUBLIC
45
46
target_link_options(boot_stage2 PRIVATE
47
"-nostartfiles"
48
- "--specs=nosys.specs"
49
- "LINKER:--script=${boot_stage_dir}/boot_stage2.ld"
+ "--specs=picolibc.specs"
+ "-T${boot_stage_dir}/boot_stage2.ld"
50
)
51
52
# The second stage bootloader is compiled without kconfig definitions.
0 commit comments