This is the mail archive of the
gcc-bugs@gcc.gnu.org
mailing list for the GCC project.
Re: bootstrap/8950: [arm-win-ce] gcc does not bootstrap
- From: King Of The Bongo <ecsa at beiks dot com>
- To: gcc-gnats at gcc dot gnu dot org, gcc-prs at gcc dot gnu dot org, gcc-bugs at gcc dot gnu dot org, nobody at gcc dot gnu dot org
- Date: Sat, 21 Dec 2002 21:54:45 +0200
- Subject: Re: bootstrap/8950: [arm-win-ce] gcc does not bootstrap
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.