eren-terzioglu commented on PR #16995: URL: https://github.com/apache/nuttx/pull/16995#issuecomment-3270950685
> @eren-terzioglu seems like some debug symbols are missing: > > ## ==================================================================================== > Configuration/Tool: esp32c6-devkitc/wifi > 2025-09-09 13:17:40 > Cleaning... Configuring... Building NuttX... % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 % Total % Received % Xferd Average Speed Time Time Time Current Dload Upload Total Spent Left Speed > > 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 > > 27 340k 27 96574 0 0 162k 0 0:00:02 --:--:-- 0:00:02 162k 0 0 0 0 0 0 0 0 --:--:-- --:--:-- --:--:-- 0 100 340k 100 340k 0 0 551k 0 --:--:-- --:--:-- --:--:-- 6643k > > 100 496k 100 496k 0 0 753k 0 --:--:-- --:--:-- --:--:-- 1616k chip/esp-hal-3rdparty/components/ulp/lp_core/lp_core.c: In function 'ulp_lp_core_run': Error: chip/esp-hal-3rdparty/components/ulp/lp_core/lp_core.c:109:38: error: 'CONFIG_ULP_NORESET_UNDER_DEBUG' undeclared (first use in this function) 109 | lp_core_ll_rst_at_sleep_enable(!(CONFIG_ULP_NORESET_UNDER_DEBUG && esp_cpu_dbgr_is_attached())); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ chip/esp-hal-3rdparty/components/ulp/lp_core/lp_core.c:109:38: note: each undeclared identifier is reported only once for each function it appears in chip/esp-hal-3rdparty/components/ulp/lp_core/lp_core.c: In function 'ulp_lp_core_stop': Error: chip/esp-hal-3rdparty/components/ulp/lp_core/lp_core.c:177:41: error: 'CONFIG_ULP_NORESET_UNDER_DEBUG' undeclared (first use in this function) 177 | lp_core_ll_rst_at_sleep_enable(!CONFIG_ULP_NORESET_UNDER_DEBUG); | ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ make[1]: *** [Makefile:144: chip/esp-hal-3rdparty/components/ulp/l p_core/lp_core.o] Error 1 make[1]: Target 'libarch.a' not remade because of errors. make: *** [tools/LibTargets.mk:170: arch/risc-v/src/libarch.a] Error 2 make: Target 'all' not remade because of errors. /github/workspace/sources/nuttx/tools/testbuild.sh: line 385: /github/workspace/sources/nuttx/../nuttx/nuttx.manifest: No such file or directory [1/1] Normalize esp32c6-devkitc/wifi Working on it, thanks for reporting. -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
