Is there any way armcc/ armlink can be set up to use cdefmt?
My problem is the scatter file, I don't know how to translate the .ld snippets from the readme to arm scatter format.
Also I do not know if armlink supports build-id.
Scatter files look like this:
LR_IROM1 0x08010200 0x0006FE00 { ; load region size_region
ER_IROM1 0x08010200 0x0006FE00 { ; load address = execution address
*.o (RESET, +First)
*(InRoot$$Sections)
.ANY (+RO)
}
RW_IRAM1 0x20000000 0x00040000 { ; RW data
.ANY (+RW +ZI)
}
}
Is there any way armcc/ armlink can be set up to use cdefmt?
My problem is the scatter file, I don't know how to translate the .ld snippets from the readme to arm scatter format.
Also I do not know if armlink supports build-id.
Scatter files look like this: