mirror of
https://github.com/RIOT-OS/RIOT.git
synced 2024-12-29 04:50:03 +01:00
416e8ce8e6
With the new toolchain version required to fix issue #13133, the compilation of `examples/posix_socket` fails due to a C linkage error in `atomic_base.h`. The reason is that including `drivers/include/mtd.h` in `boards/esp32/board_common.h` inside the `extern C` block finally leads to including `atomic_base.h` inside the `extern C` block which in turn to the C linkage error for the template definitions in this file. |
||
---|---|---|
.. | ||
freertos | ||
sys | ||
adc_arch.h | ||
adc_ctrl.h | ||
c11_atomics_compat_cpu.hpp | ||
can_esp.h | ||
can_params.h | ||
cpu_conf.h | ||
cpu.h | ||
esp_common_log.h | ||
esp_common.h | ||
exceptions.h | ||
gpio_arch.h | ||
irq_arch.h | ||
log_module.h | ||
periph_cpu.h | ||
sdk_conf.h | ||
stdio.h | ||
syscalls.h | ||
thread_arch.h | ||
tools.h | ||
xtensa_conf.h |