-
Notifications
You must be signed in to change notification settings - Fork 8.4k
Labels
bugThe issue is a bug, or the PR is fixing a bugThe issue is a bug, or the PR is fixing a bugplatform: ADIAnalog Devices, Inc.Analog Devices, Inc.priority: lowLow impact/importance bugLow impact/importance bug
Description
Describe the bug
When building the tests/drivers/memc/ram/ -T drivers.memc.stm32_fmc_nor_psram
for the adi_eval_adin1110ebz target,
there is warning which makes the building fail
~/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: warning: orphan section `DT_N_S_memory_20040000_P_zephyr_memory_region_STRING_TOKEN' from `app/libapp.a(main.c.obj)' being placed in section `DT_N_S_memory_20040000_P_zephyr_memory_region_STRING_TOKEN'
~/zephyr-sdk-0.16.8/arm-zephyr-eabi/bin/../lib/gcc/arm-zephyr-eabi/12.2.0/../../../../arm-zephyr-eabi/bin/ld.bfd: warning: orphan section `DT_N_S_memory_10000000_P_zephyr_memory_region_STRING_TOKEN' from `app/libapp.a(main.c.obj)' being placed in section `DT_N_S_memory_10000000_P_zephyr_memory_region_STRING_TOKEN'
According to the testcase.yaml, the adi_eval_adin1110ebz can run the test drivers.memc.stm32_fmc_nor_psram
To Reproduce
Steps to reproduce the behavior:
- west build -p -b adi_eval_adin1110ebz tests/drivers/memc/ram/ -T drivers.memc.stm32_fmc_nor_psram
or twister -b -p adi_eval_adin1110ebz -T tests/drivers/memc/ram - See error
Expected behavior
build without warning
Impact
Makes CI fail especially on #89707
Environment (please complete the following information):
- OS: (e.g. Linux, MacOS, Windows) ubuntu
- Toolchain (e.g Zephyr SDK, ...) 0.16.8
- Commit SHA : 9a409d6
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: ADIAnalog Devices, Inc.Analog Devices, Inc.priority: lowLow impact/importance bugLow impact/importance bug