Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread Adrien Nader
Considering the error is about muldi.o, I'm curious as to which steps
you've followed for other components of the toolchain so a list of them
would be interesting, especially when it comes to the CRT.

-- 
Adrien Nader

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread NightStrike
On Dec 24, 2016 6:48 PM, "Michele Bucca"  wrote:

Il 25 dic 2016 12:44 AM, "JonY"  ha scritto:
>
> On 12/24/2016 04:53 PM, Michele Bucca wrote:
> > 2016-12-24 17:36 GMT+01:00 Michele Bucca :
> >> Hello, I'm trying to build a mingw64 compiler for windows, The host is
> >> Linux Debian Jessie
> >>
> >> I've successfully compiled a cross compiler that runs on linux. Now
> >> I'm using that compiler to produce a GNU Toolchain that  executes on
> >> windows.
> >>
> >> I exported the PATH to point it to the location of the toolchain and
> >> I've made managed to reach the last step: build the final version of
> >> GCC. However I get this error:
> >>
> >> ../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
> >> end of non-void function [-Wreturn-type]
> >>  }
> >>  ^
> >> Makefile:467: set di istruzioni per l'obiettivo "_muldi3.o" non
riuscito
> >> make[1]: *** [_muldi3.o] Errore 1
> >> make[1]: uscita dalla directory
> >> "/home/michele/MinGW-Win32/gcc-build/i686-w64-mingw32/libgcc"
> >> Makefile:13034: set di istruzioni per l'obiettivo "all-target-libgcc"
> >> non riuscito
> >> make: *** [all-target-libgcc] Errore 2
>
> That is just a warning, the error message is printed earlier. And please
> disable the internationalization so it prints in English.

How do I disable it? I can tranalate errors in English if you want


/configure --disable-nls
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread Michele Bucca
2016-12-25 2:10 GMT+01:00 Michele Bucca :
> == FINAL GCC BUILD STAGE ==
>
> Updated error log in english.To disable localization I simply put
> LC_ALL=C before the make command.

Attached the correct file
>
> 2016-12-25 1:00 GMT+01:00 David Wohlferd :
>> On 12/24/2016 8:36 AM, Michele Bucca wrote:
>>> ../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
>>> end of non-void function [-Wreturn-type]
>>
>> What does your gcc configure line look like?  Have you tried adding
>> --enable-werror=no?
>>
>> dw
>>
>> --
>> Developer Access Program for Intel Xeon Phi Processors
>> Access to Intel Xeon Phi processor-based developer platforms.
>> With one year of Intel Parallel Studio XE.
>> Training and support from Colfax.
>> Order your platform today.http://sdm.link/intel
>> ___
>> Mingw-w64-public mailing list
>> Mingw-w64-public@lists.sourceforge.net
>> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread Michele Bucca
== FINAL GCC BUILD STAGE ==

Updated error log in english.To disable localization I simply put
LC_ALL=C before the make command.

2016-12-25 1:00 GMT+01:00 David Wohlferd :
> On 12/24/2016 8:36 AM, Michele Bucca wrote:
>> ../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
>> end of non-void function [-Wreturn-type]
>
> What does your gcc configure line look like?  Have you tried adding
> --enable-werror=no?
>
> dw
>
> --
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread David Wohlferd
On 12/24/2016 8:36 AM, Michele Bucca wrote:
> ../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
> end of non-void function [-Wreturn-type]

What does your gcc configure line look like?  Have you tried adding 
--enable-werror=no?

dw

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread Michele Bucca
Il 25 dic 2016 12:44 AM, "JonY"  ha scritto:
>
> On 12/24/2016 04:53 PM, Michele Bucca wrote:
> > 2016-12-24 17:36 GMT+01:00 Michele Bucca :
> >> Hello, I'm trying to build a mingw64 compiler for windows, The host is
> >> Linux Debian Jessie
> >>
> >> I've successfully compiled a cross compiler that runs on linux. Now
> >> I'm using that compiler to produce a GNU Toolchain that  executes on
> >> windows.
> >>
> >> I exported the PATH to point it to the location of the toolchain and
> >> I've made managed to reach the last step: build the final version of
> >> GCC. However I get this error:
> >>
> >> ../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
> >> end of non-void function [-Wreturn-type]
> >>  }
> >>  ^
> >> Makefile:467: set di istruzioni per l'obiettivo "_muldi3.o" non
riuscito
> >> make[1]: *** [_muldi3.o] Errore 1
> >> make[1]: uscita dalla directory
> >> "/home/michele/MinGW-Win32/gcc-build/i686-w64-mingw32/libgcc"
> >> Makefile:13034: set di istruzioni per l'obiettivo "all-target-libgcc"
> >> non riuscito
> >> make: *** [all-target-libgcc] Errore 2
>
> That is just a warning, the error message is printed earlier. And please
> disable the internationalization so it prints in English.

How do I disable it? I can tranalate errors in English if you want
>
>
>
>
--
> Developer Access Program for Intel Xeon Phi Processors
> Access to Intel Xeon Phi processor-based developer platforms.
> With one year of Intel Parallel Studio XE.
> Training and support from Colfax.
> Order your platform today.http://sdm.link/intel
> ___
> Mingw-w64-public mailing list
> Mingw-w64-public@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/mingw-w64-public
>
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread JonY
On 12/24/2016 04:53 PM, Michele Bucca wrote:
> 2016-12-24 17:36 GMT+01:00 Michele Bucca :
>> Hello, I'm trying to build a mingw64 compiler for windows, The host is
>> Linux Debian Jessie
>>
>> I've successfully compiled a cross compiler that runs on linux. Now
>> I'm using that compiler to produce a GNU Toolchain that  executes on
>> windows.
>>
>> I exported the PATH to point it to the location of the toolchain and
>> I've made managed to reach the last step: build the final version of
>> GCC. However I get this error:
>>
>> ../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
>> end of non-void function [-Wreturn-type]
>>  }
>>  ^
>> Makefile:467: set di istruzioni per l'obiettivo "_muldi3.o" non riuscito
>> make[1]: *** [_muldi3.o] Errore 1
>> make[1]: uscita dalla directory
>> "/home/michele/MinGW-Win32/gcc-build/i686-w64-mingw32/libgcc"
>> Makefile:13034: set di istruzioni per l'obiettivo "all-target-libgcc"
>> non riuscito
>> make: *** [all-target-libgcc] Errore 2

That is just a warning, the error message is printed earlier. And please
disable the internationalization so it prints in English.




signature.asc
Description: OpenPGP digital signature
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


Re: [Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread Michele Bucca
2016-12-24 17:36 GMT+01:00 Michele Bucca :
> Hello, I'm trying to build a mingw64 compiler for windows, The host is
> Linux Debian Jessie
>
> I've successfully compiled a cross compiler that runs on linux. Now
> I'm using that compiler to produce a GNU Toolchain that  executes on
> windows.
>
> I exported the PATH to point it to the location of the toolchain and
> I've made managed to reach the last step: build the final version of
> GCC. However I get this error:
>
> ../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
> end of non-void function [-Wreturn-type]
>  }
>  ^
> Makefile:467: set di istruzioni per l'obiettivo "_muldi3.o" non riuscito
> make[1]: *** [_muldi3.o] Errore 1
> make[1]: uscita dalla directory
> "/home/michele/MinGW-Win32/gcc-build/i686-w64-mingw32/libgcc"
> Makefile:13034: set di istruzioni per l'obiettivo "all-target-libgcc"
> non riuscito
> make: *** [all-target-libgcc] Errore 2
>
> What Can I do to solve the problem?
>
> Here are the packages that I'm using:
>
> GCC-6.2.0
> MinGW-w64-v5.0.0
> binutils-2.27
> gmp-6.1.1
> mpc-1.0.3
> mpfr-3.1.4

I include also the config.log files
--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public


[Mingw-w64-public] Cannot build ming64 for windows

2016-12-24 Thread Michele Bucca
Hello, I'm trying to build a mingw64 compiler for windows, The host is
Linux Debian Jessie

I've successfully compiled a cross compiler that runs on linux. Now
I'm using that compiler to produce a GNU Toolchain that  executes on
windows.

I exported the PATH to point it to the location of the toolchain and
I've made managed to reach the last step: build the final version of
GCC. However I get this error:

../../../gcc-6.2.0/libgcc/libgcc2.c:557:1: warning: control reaches
end of non-void function [-Wreturn-type]
 }
 ^
Makefile:467: set di istruzioni per l'obiettivo "_muldi3.o" non riuscito
make[1]: *** [_muldi3.o] Errore 1
make[1]: uscita dalla directory
"/home/michele/MinGW-Win32/gcc-build/i686-w64-mingw32/libgcc"
Makefile:13034: set di istruzioni per l'obiettivo "all-target-libgcc"
non riuscito
make: *** [all-target-libgcc] Errore 2

What Can I do to solve the problem?

Here are the packages that I'm using:

GCC-6.2.0
MinGW-w64-v5.0.0
binutils-2.27
gmp-6.1.1
mpc-1.0.3
mpfr-3.1.4

--
Developer Access Program for Intel Xeon Phi Processors
Access to Intel Xeon Phi processor-based developer platforms.
With one year of Intel Parallel Studio XE.
Training and support from Colfax.
Order your platform today.http://sdm.link/intel
___
Mingw-w64-public mailing list
Mingw-w64-public@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/mingw-w64-public