commit | e6dd22113d15b7ba0a979a128b16cfc0ced6422e | [log] [tgz] |
---|---|---|
author | Daniel Leung <daniel.leung@intel.com> | Mon Apr 19 12:23:39 2021 -0700 |
committer | Anas Nashif <anas.nashif@intel.com> | Tue Apr 20 08:29:22 2021 -0400 |
tree | 6f02ba5f405a7932bb84c7a209b784f64e91f65c | |
parent | 335c88f4d0c81ba39bab78ae4dab180eebefe5fc [diff] |
linker: clarify CONFIG_KOBJECT_TEXT_AREA too small message The assert error message when CONFIG_KOBJECT_TEXT_AREA is too small is confusing. Probably the original idea is for the linker to substitue CONFIG_KOBJECT_TEXT_AREA with the actual value. However, linker does not do that. So change the message to say that the kconfig value needs to be increased. Fixes #34387 Signed-off-by: Daniel Leung <daniel.leung@intel.com>