-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Closed
Copy link
Labels
area: POSIXPOSIX API LibraryPOSIX API Libraryarea: QEMUQEMU EmulationQEMU EmulationbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
Tests
tests/posix/xsi_realtime/portability.posix.xsi_realtimetests/posix/xsi_realtime/portability.posix.xsi_realtime.minimaltests/posix/xsi_realtime/portability.posix.xsi_realtime.newlibtests/posix/xsi_realtime/portability.posix.xsi_realtime.picolibc
report RAM overflow.
Observed for qemu_cortex_m3/ti_lm3s6965
To Reproduce
Steps to reproduce the behavior:
- go to your zephyr dir
- call
$ZEPHYR_BASE/scripts/twister -T tests/posix/xsi_realtime -p qemu_cortex_m3/ti_lm3s6965 -v --inline-logs --overflow-as-errors - See console output with error
Expected behavior
Valid console output
Impact
Not clear
Logs and console output
opt/zephyr-sdk/arm-zephyr-eabi/bin/lib/gcc/arm-zephyr-eabi/12.2.0/arm-zephyr-eabi/bin/ld.bfd: zephyr/zephyr_pre0.elf section `bss' will not fit in region `RAM'
opt/zephyr-sdk/arm-zephyr-eabi/bin/lib/gcc/arm-zephyr-eabi/12.2.0/arm-zephyr-eabi/bin/ld.bfd: region `RAM' overflowed by 39304 bytes
collect2: error: ld returned 1 exit status
ninja: build stopped: subcommand failed.
Environment (please complete the following information):
- OS: Ubuntu 20.04.1 LTS
- Toolchain Zephyr SDK 0.17.0
- Commit SHA or Version used:
v4.1.0-3474-gee940cb6dcba
Metadata
Metadata
Assignees
Labels
area: POSIXPOSIX API LibraryPOSIX API Libraryarea: QEMUQEMU EmulationQEMU EmulationbugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugpriority: lowLow impact/importance bugLow impact/importance bug