From mboxrd@z Thu Jan 1 00:00:00 1970 From: Andrew Lunn To: Christoph Csebits Cc: eCos mailing list Subject: Re: [ECOS] cyg_create_thread Date: Tue, 04 Sep 2001 07:55:00 -0000 Message-id: <20010904165529.J7347@biferten.ma.tech.ascom.ch> References: <20010904164640.A12696@frequentis.com> X-SW-Source: 2001-09/msg00044.html > With the snapshot of today (04-Sep-2001) > my twothreads example does not work any longer. > TRACE: <1>[1068]Cyg_Check_Structure_Sizes::Cyg_Check_Structure_Sizes() Size of C struct cyg_thread != size of C++ struct Cyg_Thread > ASSERT FAIL: <1>[1080]Cyg_Check_Structure_Sizes::Cyg_Check_Structure_Sizes() Size checks failed After you did a cvs up did you go all the way through the ecosconfig new, import , check, tree etc. My guess is you have an mix of old and new header files which is causing a problem. Try building eCos from clean in an empty directory. Andrew