Am 28.02.20 um 22:51 schrieb Basil Hussain:
> Alternatively, can my additional code segment be relocated so that it is 
> always within the first 32KB of flash? I guess the linker would need to 
> do this?

This should be the easiest solution. AFAIT, the linker just uses the
segment ordering from the first file it sees, so you could create an asm
file that has the ordering you want, and list it as the first object
when calling the linker.

Philipp

Attachment: signature.asc
Description: OpenPGP digital signature

_______________________________________________
Sdcc-user mailing list
Sdcc-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/sdcc-user

Reply via email to