Bugs item #2828244, was opened at 2009-07-28 09:15
Message generated for change (Comment added) made by dannybackx
You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2828244&group_id=173455

Please note that this message will contain a full copy of the comment thread,
including the initial issue submission, for this request,
not just the latest update.
Category: MinGW32CE (arm-wince-mingw32ce
Group: None
>Status: Closed
>Resolution: Rejected
Priority: 5
Private: No
Submitted By: banxian zeng (banxian)
Assigned to: Nobody/Anonymous (nobody)
>Summary: cegcc failed compile in mingw32 on MSYS

Initial Comment:
I use mingw32 with msys to build svn snapshot code of cegcc.

administra...@shpc1060 /root/SVN/build
$ sh ../cegcc/trunk/cegcc/src/scripts/build-mingw32ce.sh

and I passed binutils compile, but failed in gcc-boostrap with thousands error.

==========================================================
gtype-desc.c:7547: error: dereferencing pointer to incomplete type
gtype-desc.c:7549: error: dereferencing pointer to incomplete type
gtype-desc.c:7551: error: dereferencing pointer to incomplete type
gtype-desc.c:7555: error: dereferencing pointer to incomplete type
gtype-desc.c: At top level:
gtype-desc.c:9703: error: 'unemitted_tinfo_decls' undeclared here (not in a 
function)
gtype-desc.c:9710: error: 'deferred_mark_used_calls' undeclared here (not in a 
function)
gtype-desc.c:9717: error: 'assignment_operator_name_info' undeclared here (not 
in a function)
 ========================================================

the gtype-desc.c seems automatic generated by gengtype, but the struct list in 
it haven't any declare codes. I search in both source  and build folder, but 
have no luck.
for eg, in line 61 of gtype-desc.c
  struct VEC_deferred_access_check_gc * const x = (struct 
VEC_deferred_access_check_gc *)x_p;
but in gtype-desc.h
there only something like gt_ggc_e_28VEC_deferred_access_check_gc 
gt_ggc_mx_VEC_deferred_access_check_gc but not any struct defination.
/root/SVN/build and /root/SVN/cegcc haven't any header to define it, too.

I have gmp mpfr and I can success build gcc 4.1.0 for x86 targets three years 
ago.
I am noticed there only linux build for cegcc released this year but no windows 
one.
Is this means windows build discontinued support now so I am surely can't 
compile it?

----------------------------------------------------------------------

>Comment By: Danny Backx (dannybackx)
Date: 2009-07-28 17:40

Message:
Windows build is not discontinued, but I don't think anybody has ever done
the effort of getting it to work on msys.
The cygwin build does work.

Until someone (you?) you can deliver fixes so the compile gets to work on
msys, it is not a supported platform.


----------------------------------------------------------------------

You can respond by visiting: 
https://sourceforge.net/tracker/?func=detail&atid=865514&aid=2828244&group_id=173455

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
Cegcc-devel mailing list
Cegcc-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/cegcc-devel

Reply via email to