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]
Other format: [Raw text]

Re: ARM-tools building


On Thu, Dec 27, 2001 at 05:11:38AM +0530, visalakshmi wrote:
> I downloaded
> Insight-5.0,binutils-2.10.1,gcc-core-2.95.2,ecos-gcc-2952.pat.
> when I am building the  tools for ARM processor  as per the instructions
> given at  www.sources.redhat.com
> I am able to get all except arm-elf-gdb.
> During the make process it ends saying
> errors in the the            gdb/rdi-share/devsw.c file
> /src/gdb/insight-5.0/gdb/rdi-share/devsw.c: in openlogfile.c storage
> size of lt isn't known
> /src/gdb/insight-5.0/gdb/rdi-share/devsw.c:in closelogfile.c storagesize
> of lt is n't known
> 
> can you advise me why this is happening....?

Becaus I screwed up when I wrote those routines and didn't
include time.h.  ;)  For reasons I don't understand, the errors
didn't seem to start ocurring until recently.

But, the "lt" variable isn't used in those routines anyway, so
you can just delete the two declarations that cause the problem.

OTOH, you're definitely  better off with 5.1 anyway...

-- 
Grant Edwards
grante@visi.com


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