arm arm-none-eabi build configs.c error #42459
Replies: 4 comments 1 reply
-
When Lines 187 to 193 in f882d43 But as it can be seen from the help text, the default value should come from the board defconfig. |
Beta Was this translation helpful? Give feedback.
-
@tejlmand |
Beta Was this translation helpful? Give feedback.
-
Then #41393 is not a bug. Per default, use the information from devicetree. Examples: zephyr/soc/arm/nxp_imx/rt/Kconfig.defconfig.series Lines 114 to 116 in bd4ddec zephyr/soc/xtensa/esp32/Kconfig.soc Lines 23 to 25 in bd4ddec |
Beta Was this translation helpful? Give feedback.
-
This is not a bug, more a question on how a new SoC must be implemented. |
Beta Was this translation helpful? Give feedback.
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
Describe the bug
log
arm-none-eabi Version:10.3.1
It seems that CONFIG_FLASH_SIZE and CONFIG_FLASH_BASE_ADDRESS must be configured


Otherwise, the generated configuration file is very strange
If CONFIG_XIP=n
Then you must write the following configuration
CONFIG_FLASH_SIZE=0
CONFIG_FLASH_BASE_ADDRESS=0x0
Beta Was this translation helpful? Give feedback.
All reactions