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: redboot linker error


"Bryan D. Payne" wrote:
> 
> I keep getting this linker error (shown below) when compiling redboot with
> the elf loader libraries.  The basic problem seems to be that the linker
> can't find stderr...so I've tried the following:
> 
> 1) using #define to define stderr and stdout
> 2) using #define to define stderr as 2
> 3) including the libc_stdio package (which introduced more linker errors)

You saw my recommendations before right? If you followed those then stderr
is irrelevant. Just have something like

void *stderr; 

as a global somewhere.

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine


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