This is the mail archive of the ecos-patches@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: RedBoot - improve load command


Hi

I got the latest from CVS this weekend and have the same problem. 
The generated fs/disk.h must be changed. The easiest way is to just comment out
disk_stream_open 

The correct way should be changing it to:

externC int disk_stream_open(connection_into_t*);

To bad this must be done each time starting a new project.

Regards,

Bjorn

-----Original Message-----
From: Iztok Zupet [mailto:iz@vsr.si]
Sent: Sunday, July 07, 2002 7:52 PM
To: Gary Thomas; eCos patches
Subject: Re: RedBoot - improve load command



Hello:

 I wanted to rebuild RedBoot today and noticed that Your patch caused the 
following compile error:

/ecoscvs/patchwork/ecos/packages/redboot/current/src/fs/disk.c:361: 		  
conflicting types for `disk_stream_open'
make[1]: Leaving directory 
`/mnt/work/ecos-work/cvs/try/unnamed2_build/redboot/current'
/mnt/work/ecos-work/cvs/try/unnamed2_install/include/fs/disk.h:168: previous 
declaration of `disk_stream_open'

Regards
iz


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