This is the mail archive of the
gcc-help@gcc.gnu.org
mailing list for the GCC project.
Specify length of memory block via command line
- From: PRASANTH RAJAGOPAL <prasanthris at gmail dot com>
- To: gcc-help at gcc dot gnu dot org
- Date: Mon, 4 Jul 2011 16:27:19 +0530
- Subject: 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