-
Notifications
You must be signed in to change notification settings - Fork 8.4k
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: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
The test tests/net/lib/coap_server/common/net.coap.server.secure fails.
Observed for nrf54l15dk/nrf54l15/cpuflpr.
To Reproduce
Steps to reproduce the behavior:
- go to your zephyr dir
- call
./scripts/twister -s net.coap.server.secure -p nrf54l15dk/nrf54l15/cpuflpr -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/riscv64-zephyr-elf/bin/lib/gcc/riscv64-zephyr-elf/12.2.0/riscv64-zephyr-elf/bin/ld.bfd: zephyr/zephyr_pre0.elf section `text' will not fit in region `RAM'
/opt/zephyr-sdk/riscv64-zephyr-elf/bin/lib/gcc/riscv64-zephyr-elf/12.2.0/riscv64-zephyr-elf/bin/ld.bfd: region `RAM' overflowed by 109456 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-2843-g9c9c08
Additional information:
Probably introducedy by commit b596b13
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: nRFNordic nRFxNordic nRFxpriority: lowLow impact/importance bugLow impact/importance bug
Type
Projects
Status
Done