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: Build error in ecos-current


On Thu, Sep 09, 2004 at 01:13:49PM +0200, Andrew Lunn wrote:

> Please could you give exact steps to reproduce the error. It works for
> me.

I found the problem.  Somehow I have an old zutil.c file.

Mine read:
const char * z_errmsg[10] = {
and I thought I had the latest CVS version, but I looked in cvsweb, and
there it reads:
const char * const z_errmsg[10] = {

-- 
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]