I have got TWR-K20D72M and I am trying to compile the I have msg_twrk20d72m (using Freescale MQX RTOS 3.8 BSP for TWR-K20D72M) In codewarrior .
I installed it on my computer. I have also built the Build PSP library and Build BSP library in code warrior .
But the build give me the error
Description | Resource | Path | Location | Type |
Overflow in segment: rom from section: .main_application Segment reserved size is: 0x00007be0 -- Overflow of: 0x0000288c | msg_twrk20d72m | C/C++ Problem |
I have also attached a screenshot of the Error
Please suggest me the solution.
Thanks
Solved! Go to Solution.
OK I found the solution
you need to set the active build configuration to build for internal flash. Default is for RAM.?
if you are using Code Warrior, right click on the project, then
Build configurations -> set active -> <select the one you wish for>
OK I found the solution
you need to set the active build configuration to build for internal flash. Default is for RAM.?
if you are using Code Warrior, right click on the project, then
Build configurations -> set active -> <select the one you wish for>