https://gcc.gnu.org/bugzilla/show_bug.cgi?id=109460

--- Comment #7 from Costas Argyris <costas.argyris at gmail dot com> ---
Still can't do much without detailed info on how exactly you are building gcc,
what is your build setup, what is your cross-compiler version, OS, how you
configure etc etc...    Ideally, solid reproduction steps would be optimal.   
Also, isolated logs from a single file are not that helpful, could you please
paste more context from the build log around the error?

Also, is this happening only for the 32-bit windows host, meaning that the
64-bit windows host is succeeding, or you haven't tried the 64-bit windows host
at all?

The patch you pointed at has been built successfully with some common build
setups, both cross and native, for both 32 and 64-bit windows hosts, so it
can't be completely broken - we just have to figure out what is different in
your particular build process and is causing problems, which is why I am asking
for more info and reproduction steps.

Also, as I said before, the fact that you ended up with this line:

utf8-mingw32.o: In function `WinMainCRTStartup':

indicates that something went horribly wrong because these object files have no
relation to any main function, and yet they were somehow attempted to be built
as executables.    This should never have happened, so I am curious how exactly
you ended up in this situation.

Reply via email to