Zephyr SDK 0.15.0 Migration Issues #530
Replies: 40 comments 47 replies
-
A number of networking test/samples show this issue (not specific SDK 0.15.0, but native posix on fedora with gcc-12.x):
|
Beta Was this translation helpful? Give feedback.
-
net_core.c:
Seen with test: |
Beta Was this translation helpful? Give feedback.
-
tests:
|
Beta Was this translation helpful? Give feedback.
-
test:
|
Beta Was this translation helpful? Give feedback.
-
test:
|
Beta Was this translation helpful? Give feedback.
-
test:
|
Beta Was this translation helpful? Give feedback.
-
test:
|
Beta Was this translation helpful? Give feedback.
-
tests
|
Beta Was this translation helpful? Give feedback.
-
test:
|
Beta Was this translation helpful? Give feedback.
-
test
|
Beta Was this translation helpful? Give feedback.
-
result of |
Beta Was this translation helpful? Give feedback.
-
samples/posix/eventfd/sample.posix.eventfd
|
Beta Was this translation helpful? Give feedback.
-
tests/kernel/common/kernel.common and other kernel tests on pan1770_evb (Nordic platforms)
|
Beta Was this translation helpful? Give feedback.
-
tests/kernel/common/kernel.common on olimex_esp32_evb (ESP32 platforms)
|
Beta Was this translation helpful? Give feedback.
-
tests/kernel/common/kernel.common.picolibc
|
Beta Was this translation helpful? Give feedback.
-
cbprintf and logging test failures on qemu_nios2 e.g. tests/lib/cbprintf_package/libraries.cbprintf_package_cpp
|
Beta Was this translation helpful? Give feedback.
-
samples/philosophers/sample.kernel.philosopher.coop_only on qemu_riscv32
|
Beta Was this translation helpful? Give feedback.
-
tests/subsys/portability/cmsis_rtos_v2/portability.cmsis_rtos_v2 on qemu_nios2
|
Beta Was this translation helpful? Give feedback.
-
tests/kernel/condvar/condvar_api/kernel.condvar and many other kernel tests on qemu_x86_nopae, qemu_x86_tiny, qemu_x86_virt,
|
Beta Was this translation helpful? Give feedback.
-
samples/net/openthread/coprocessor/sample.net.openthread.coprocessor and many other tests on tlsr9518adk80d
|
Beta Was this translation helpful? Give feedback.
-
samples/synchronization/sample.kernel.synchronization on rpi_pico
|
Beta Was this translation helpful? Give feedback.
-
samples/philosophers/sample.kernel.philosopher.coop_only on qemu_xtensa
|
Beta Was this translation helpful? Give feedback.
-
cbprintf and logging test failures on qemu_xtensa e.g. tests/lib/cbprintf_package/libraries.cbprintf_package_cpp
|
Beta Was this translation helpful? Give feedback.
-
tests/subsys/portability/cmsis_rtos_v2/portability.cmsis_rtos_v2 on qemu_xtensa
|
Beta Was this translation helpful? Give feedback.
-
samples/philosophers/sample.kernel.philosopher.coop_only on qemu_cortex_a53
|
Beta Was this translation helpful? Give feedback.
-
samples/posix/eventfd/sample.posix.eventfd on qemu_cortex_a53
|
Beta Was this translation helpful? Give feedback.
-
tests/kernel/interrupt/arch.interrupt on qemu_cortex_a53
|
Beta Was this translation helpful? Give feedback.
-
cbprintf and logging test failures on qemu_cortex_a53 e.g. tests/lib/cbprintf_package/libraries.cbprintf_package_cpp
|
Beta Was this translation helpful? Give feedback.
-
samples/boards/esp32/flash_encryption/sample.board.esp32 on esp32
|
Beta Was this translation helpful? Give feedback.
-
setup.sh fails on SUSE Leap 15.4. $OSTYPE=linux not linux-gnu. Changing line 188 to linux*) worked. |
Beta Was this translation helpful? Give feedback.
-
Please report any issues you find migrating to the Zephyr SDK 0.15.0 here.
Beta Was this translation helpful? Give feedback.
All reactions