From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 30018 invoked by alias); 21 Dec 2002 19:56:03 -0000 Mailing-List: contact gcc-prs-help@gcc.gnu.org; run by ezmlm Precedence: bulk List-Archive: List-Post: List-Help: Sender: gcc-prs-owner@gcc.gnu.org Received: (qmail 30004 invoked by uid 71); 21 Dec 2002 19:56:03 -0000 Date: Sat, 21 Dec 2002 11:56:00 -0000 Message-ID: <20021221195603.30003.qmail@sources.redhat.com> To: nobody@gcc.gnu.org Cc: gcc-prs@gcc.gnu.org, From: King Of The Bongo Subject: Re: bootstrap/8950: [arm-win-ce] gcc does not bootstrap Reply-To: King Of The Bongo X-SW-Source: 2002-12/txt/msg01209.txt.bz2 List-Id: The following reply was made to PR bootstrap/8950; it has been noted by GNATS. From: King Of The Bongo 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.