This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Specify length of memory block via command line


How can I specify the length of a Memory Block over command line - for
the GCC Linker?

For example , I have a Memory block defined in script:? MEM_L1_CODE :
ORIGIN = 0xFFA00000, LENGTH = 0x4000

I would like to change the length of this block alone, without
touching the script. Is there a way?

Thanks


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]