bootstrap/8950: [arm-win-ce] gcc does not bootstrap

King Of The Bongo ecsa@beiks.com
Sat Dec 21 11:56:00 GMT 2002


The following reply was made to PR bootstrap/8950; it has been noted by GNATS.

From: King Of The Bongo <ecsa@beiks.com>
To: gcc-gnats@gcc.gnu.org,  gcc-prs@gcc.gnu.org,  gcc-bugs@gcc.gnu.org, 
 nobody@gcc.gnu.org
Cc:  
Subject: Re: bootstrap/8950: [arm-win-ce] gcc does not bootstrap
Date: Sat, 21 Dec 2002 21:54:45 +0200

 http://gcc.gnu.org/cgi-bin/gnatsweb.pl?cmd=view%20audit-trail&database=gcc&pr=8950
 
 thank you  Wolfgang for your cooperation. currently i've managed to 
 compile gcc without multilib support
 i have no crt0.o currently. so i wrote one for me.
 
 some dummy
 void mystartup(void)
 {
     WinMain(0,0,0,0);
 }
 
 WinMain(..)
 {
         MessageBoxW(.....);
 }
 
 i have now a different problem. when i try to functions in two c-files. 
 the produced exe does not start.
 i'have not tried c++ code yet. and dlls
 
 i'll keep everyone here informed about my progress. if i manage to 
 produce a working compiler
 i will post the binaries in gnu.
 
 



More information about the Gcc-prs mailing list