This is the mail archive of the gcc-bugs@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

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.



Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]