Hello everybody,
I have a problem linking my project.
Error[e104]: Failed to fit all segments into specified ranges. Problem discovered in segment CSTART. Unable to place 22 block(s) (0x79e byte(s) total) in 0x752 byte(s) of memory. The problem occurred while processing the segment placement command "-P(CODE)CSTART,BANK_RELAYS,RCODE,DIFUNCT,NEAR_CODE=_CODE_START-_CODE_END", where at the moment of placement the available memory ranges were "CODE:ae-7ff"
I am changing the boot code to adapt to my custom board, that have a external memory but is Atmel memory and not numonyx.
In this adapt process i have changed memory access and no more. when I changed the code , the linker shows the error.
I think that I need to change link features but i don't know how to do!
Can anybody help me?
Regards