This is the mail archive of the ecos-discuss@sources.redhat.com mailing list for the eCos project.


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

RE: Memory map: User defined section



> -----Original Message-----
> From: Jonathan Larmour [mailto:jlarmour@redhat.com]
> Sent: Friday, September 01, 2000 12:37 PM
> To: Fabrice Gautier
> Cc: Ecos-List (E-mail)
> Subject: Re: [ECOS] Memory map: User defined section
> 
> 
> Do you really need it? If you include the appropriate MLT 
> generated .h file
> (by using
> #include <pkgconf/system.h>
> #include CYGHWR_MEMORY_LAYOUT_H
> ) you can get the end by using (&CYGMEM_SECTION_FOO +
> CYGMEM_SECTION_FOO_SIZE).

I just try the solution you gave me some time ago, but it seems that in the
target.ld script the symbol is __FOO while the .h file  assume it is _FOO.
Don't know which is worng and where this should be changed.

Thanks
-- 
Fabrice Gautier
fabrice_gautier@sdesigns.com 


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