Re: C- Syntax to allocate Global variables to consecutive memory locations
- From: cs_posting@xxxxxxxxxxx
- Date: 10 Apr 2007 10:18:24 -0700
On Apr 9, 5:56 pm, R Pradeep Chandran <s...@xxxxxxxxx> wrote:
Are you sure that only the link process is required. I think that you
need to compile (or assemble) the file containing the declaration of
abc (or _abc).
To put it simply, somehow you need to put the new desired value of the
constant into a form that the linker can understand.
You could open an old .o file in emacs and manually alter it...
You could put the definitions alone into a small .c file and recompile
only those.
Or the same with an assembly language file that you would assemble.
You could write a linker that lets you define things on the command
line
You could write a tool that takes command line options and creates an
object file...
.
- References:
- C- Syntax to allocate Global variables to consecutive memory locations
- From: techie.embedded@xxxxxxxxx
- Re: C- Syntax to allocate Global variables to consecutive memory locations
- From: Walter Banks
- Re: C- Syntax to allocate Global variables to consecutive memory locations
- From: Jonathan Kirwan
- Re: C- Syntax to allocate Global variables to consecutive memory locations
- From: R Pradeep Chandran
- C- Syntax to allocate Global variables to consecutive memory locations
- Prev by Date: Re: ENC28J60 layout
- Next by Date: Re: C 'desktop' programmer needs advice on how to code embedded C on a micro controller.
- Previous by thread: Re: C- Syntax to allocate Global variables to consecutive memory locations
- Next by thread: Re: C- Syntax to allocate Global variables to consecutive memory locations
- Index(es):
Relevant Pages
|