This is the mail archive of the ecos-discuss@sourceware.org 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]
Other format: [Raw text]

Re: Redboot build for LPCE2294 Olimex


On Tue, Feb 14, 2006 at 06:58:28PM +0100, Michael Labus wrote:
> Hi everyone,
> 
> when I try to build a redboot library I got the following error message:
> 
> ../Software/ecos/packages/redboot/current/src/main.c:289: `_' undeclared
> (first use in this function)
> 
> ../Software/ecos/packages/redboot/current/src/main.c:289: (Each undeclared
> identifier is reported only once
> ../Software/ecos/packages/redboot/current/src/main.c:289: for each function
> it appears in.)
> ../Software/ecos/packages/redboot/current/src/main.c:289: parse error before
> ';' token
> make[1]: *** [src/main.o.d] Fehler 1
> make: *** [build] Fehler 2
> 
> I currently port ecos to the Olimex LPCE2294 port, which quite the same as
> the lpch2294 port.

    workspace_end = (unsigned char *)(CYGMEM_SECTION_heap1+CYGMEM_SECTION_heap1_SIZE);

So you need to find CYGMEM_SECTION_heap1 and CYGMEM_SECTION_heap1_SIZE

        Andrew

-- 
Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos
and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss


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