-
Notifications
You must be signed in to change notification settings - Fork 8.3k
Labels
area: ARCARC ArchitectureARC Architecturearea: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: Memory ProtectionbugThe 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
I found this when trying to build frdm_k64f/tests/drivers/build_all/test_build_sensors_a_m
In file included from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/arch/arm/cortex_m/scripts/linker.ld:21:0,
from /home/buildslave/src/github.com/zephyrproject-rtos/zephyr/arch/arm/soc/nxp_kinetis/k6x/linker.ld:31:
/home/buildslave/src/github.com/zephyrproject-rtos/zephyr/include/linker/linker-defs.h:115:2: error: #error "Max supported kernel objects is 32."
#error "Max supported kernel objects is 32."
^~~~~
32 is unreasonably small limit of the number of .o files for a real-world application.
SebastianBoe
Metadata
Metadata
Assignees
Labels
area: ARCARC ArchitectureARC Architecturearea: ARMARM (32-bit) ArchitectureARM (32-bit) Architecturearea: Memory ProtectionbugThe 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