-
Couldn't load subscription status.
- Fork 8.1k
Closed
Copy link
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: ESP32Espressif ESP32Espressif ESP32priority: highHigh impact/importance bugHigh impact/importance bug
Description
Describe the bug
Multiple esp32 boards' tests and samples fail to link with undefined section `tdata'
Affects at least: ttgo_t8c3, xiao_esp32c3, icev_wireless , stamp_c3, esp32c3_luatos_core, esp32c3_devkitm
To Reproduce
For ex:
- mkdir build; cd build
- cmake -GNinja -DBOARD=ttgo_t8c3 ../tests/kernel/common/ -DCONFIG_MINIMAL_LIBC=y
- ninja
- See error
Expected behavior
no link errors
Impact
Many (hundredths) of CI build failures in the weekly CI run. Likely to trigger also in PRs CI.
Logs and console output
https://github.com/zephyrproject-rtos/zephyr/runs/26572698834
zephyr-sdk-0.16.8/riscv64-zephyr-elf/bin/../lib/gcc/riscv64-zephyr-elf/12.2.0/../../../../riscv64-zephyr-elf/bin/ld.bfd:zephyr/linker_zephyr_pre0.cmd:612: undefined section `tdata' referenced in expression
collect2: error: ld returned 1 exit status
Environment (please complete the following information):
- OS: Linux CI
- Toolchain (e.g Zephyr SDK, ...): 0.16.8
- Commit SHA or Version used: Main as of now 18ebfe5
Additional context
Issue introduced by b38d430
Metadata
Metadata
Assignees
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: ESP32Espressif ESP32Espressif ESP32priority: highHigh impact/importance bugHigh impact/importance bug