I disabled CPP Exceptions and added
add_compile_definitions(PICO_CXX_DISABLE_ALLOCATION_OVERRIDES=1)
so I could build the project without linker errors and this seems to have fixed the issue.
Thanks so much for your help.
add_compile_definitions(PICO_CXX_DISABLE_ALLOCATION_OVERRIDES=1)
so I could build the project without linker errors and this seems to have fixed the issue.
Thanks so much for your help.
Statistics: Posted by slammers — Mon Nov 17, 2025 6:41 pm