Le 28.06.2013 11:26, smartmobili.com a écrit :
> Le 26.06.2013 21:59, Derek Buitenhuis a écrit :
>> On 2013-06-26 3:54 PM, smartmobili wrote:
>>> I tried to build it on linux but from what I understand the scripts
>>> build toolchains
>>> that allow to cross-compile from linux and not generate a na
Le 26.06.2013 21:59, Derek Buitenhuis a écrit :
> On 2013-06-26 3:54 PM, smartmobili.com wrote:
>> I tried to build it on linux but from what I understand the scripts
>> build toolchains
>> that allow to cross-compile from linux and not generate a native
>> toolchain.
>> What script should I start
>> So my question is : is is supposed to be possible to build
>> toolchain on
>> msys/mingw ?
>
> It should be possible, mingw-builds does this.
>
> You could try the MSYS2 alpha packages linked on this mailing list.
> They seem quite solid already.
>
> I have always built my toolchains in a Linux
Hi,
I am trying to build rubenvb toolchain
(gcc-4.7.4-release_rubenvb.tar.xz) on msys/mingw host and I have some
error when compiling
gcc-c because I get the following error :
build/gengtype.exe \
-S /home/Vincent/gcc-build/src/gcc/gcc -I
gtyp-input.list -w tmp-gtype.stat
I wanted to compile GNUStep(objc) on windows because I would like to
debug something and thus I prefer compile everything
on windows and not cross-compile from linux.
A few years ago I have built an environment(called MaxGW :-) consisting
in the msys+mingw and their package manager mingw-get
but