You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
when kobject text area is greater than CONFIG_KOBJECT_TEXT_AREA, there will be "linker_pass_final.cmd:1130 cannot move location counter backwards (from 0000000060014bf8 to 0000000060014bd6) collect2: error: ld returned 1 exit status" error happen. Zephyr should prompt CONFIG_KOBJECT_TEXT_AREA should be larger instead of backwards location counter.
The text was updated successfully, but these errors were encountered:
when kobject text area is greater than CONFIG_KOBJECT_TEXT_AREA,
there will be location counter backwards, change it to assert to
prompt configuring CONFIG_KOBJECT_TEXT_AREA larger.
Fixes: zephyrproject-rtos#16307.
Signed-off-by: Wentong Wu <[email protected]>
when kobject text area is greater than CONFIG_KOBJECT_TEXT_AREA,
there will be location counter backwards, change it to assert to
prompt configuring CONFIG_KOBJECT_TEXT_AREA larger.
Fixes: zephyrproject-rtos#16307.
Signed-off-by: Wentong Wu <[email protected]>
when kobject text area is greater than CONFIG_KOBJECT_TEXT_AREA, there will be "linker_pass_final.cmd:1130 cannot move location counter backwards (from 0000000060014bf8 to 0000000060014bd6) collect2: error: ld returned 1 exit status" error happen. Zephyr should prompt CONFIG_KOBJECT_TEXT_AREA should be larger instead of backwards location counter.
The text was updated successfully, but these errors were encountered: