* [gentoo-dev] MinGW for windows - creating dlls
@ 2010-03-17 13:38 Mansour Al Akeel
2010-03-17 19:17 ` Mike Frysinger
2010-03-25 16:57 ` [gentoo-dev] " Nikos Chantziaras
0 siblings, 2 replies; 6+ messages in thread
From: Mansour Al Akeel @ 2010-03-17 13:38 UTC (permalink / raw
To: gentoo-dev
Hello all,
I am not sure if this is the best list to ask, but I will ask here since
it's related to development and cross compilation.
I have setup a 32 bit chroot environment to be able to cross develop for
windows. I followed this guide:
http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
and Things are working ok, however, I am unable to install libraries and
generate dlls. The guide describes setting up the environment to cross
compile for other OSs and Archs, but nothing mentioned about mingw.
Can someone kindly suggest to me what are the variables for :
arch-vendor-OS-libc
I am working under 32 bit env, so I would i686 and "pc" for the vendor,
but what about the Os and libc ?
Do I need /usr/i686-mingw32/etc/make.conf and what to put in it ?
Thank you.
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] MinGW for windows - creating dlls
2010-03-17 13:38 [gentoo-dev] MinGW for windows - creating dlls Mansour Al Akeel
@ 2010-03-17 19:17 ` Mike Frysinger
2010-03-25 16:57 ` [gentoo-dev] " Nikos Chantziaras
1 sibling, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2010-03-17 19:17 UTC (permalink / raw
To: gentoo-dev; +Cc: Mansour Al Akeel
[-- Attachment #1: Type: Text/Plain, Size: 311 bytes --]
On Wednesday 17 March 2010 09:38:31 Mansour Al Akeel wrote:
> I am not sure if this is the best list to ask
it's not really
> http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
and the guide tells you where to contact:
http://www.gentoo.org/proj/en/base/embedded/handbook/?part=5&chap=1
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-dev] Re: MinGW for windows - creating dlls
2010-03-17 13:38 [gentoo-dev] MinGW for windows - creating dlls Mansour Al Akeel
2010-03-17 19:17 ` Mike Frysinger
@ 2010-03-25 16:57 ` Nikos Chantziaras
2010-03-25 17:43 ` Mike Frysinger
1 sibling, 1 reply; 6+ messages in thread
From: Nikos Chantziaras @ 2010-03-25 16:57 UTC (permalink / raw
To: gentoo-dev
On 03/17/2010 03:38 PM, Mansour Al Akeel wrote:
> Hello all,
> I am not sure if this is the best list to ask, but I will ask here since
> it's related to development and cross compilation.
>
> I have setup a 32 bit chroot environment to be able to cross develop for
> windows. I followed this guide:
>
> http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
You should be better off using this instead:
http://www.nongnu.org/mingw-cross-env
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: MinGW for windows - creating dlls
2010-03-25 16:57 ` [gentoo-dev] " Nikos Chantziaras
@ 2010-03-25 17:43 ` Mike Frysinger
2010-03-25 17:53 ` Nikos Chantziaras
0 siblings, 1 reply; 6+ messages in thread
From: Mike Frysinger @ 2010-03-25 17:43 UTC (permalink / raw
To: gentoo-dev; +Cc: Nikos Chantziaras
[-- Attachment #1: Type: Text/Plain, Size: 611 bytes --]
On Thursday 25 March 2010 12:57:21 Nikos Chantziaras wrote:
> On 03/17/2010 03:38 PM, Mansour Al Akeel wrote:
> > I am not sure if this is the best list to ask, but I will ask here since
> > it's related to development and cross compilation.
> >
> > I have setup a 32 bit chroot environment to be able to cross develop for
> > windows. I followed this guide:
> >
> > http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
>
> You should be better off using this instead:
>
> http://www.nongnu.org/mingw-cross-env
mingw + dlls + etc... works just fine under crossdev/Gentoo
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
* [gentoo-dev] Re: MinGW for windows - creating dlls
2010-03-25 17:43 ` Mike Frysinger
@ 2010-03-25 17:53 ` Nikos Chantziaras
2010-03-25 18:11 ` Mike Frysinger
0 siblings, 1 reply; 6+ messages in thread
From: Nikos Chantziaras @ 2010-03-25 17:53 UTC (permalink / raw
To: gentoo-dev
On 03/25/2010 07:43 PM, Mike Frysinger wrote:
> On Thursday 25 March 2010 12:57:21 Nikos Chantziaras wrote:
>> On 03/17/2010 03:38 PM, Mansour Al Akeel wrote:
>>> I am not sure if this is the best list to ask, but I will ask here since
>>> it's related to development and cross compilation.
>>>
>>> I have setup a 32 bit chroot environment to be able to cross develop for
>>> windows. I followed this guide:
>>>
>>> http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
>>
>> You should be better off using this instead:
>>
>> http://www.nongnu.org/mingw-cross-env
>
> mingw + dlls + etc... works just fine under crossdev/Gentoo
> -mike
It's just a bit difficult to work with. It needs a lot of effort to set
everything up. I recommend mingw-cross-env because it simply works out
of the box and you can even compile stuff like Qt and build Windows Qt
applications without any effort. 64-bit Windows apps also easy to build.
So all things considered, it's the better solution. crossdev of course
has other virtues and is universal. It's really just the MS Windows
special case that makes mingw-cross-env worth looking at, since it's
specialized for just this, while crossdev is a generic solution.
Btw, does anyone intent to put an ebuild of mingw-cross-env in Portage? :P
^ permalink raw reply [flat|nested] 6+ messages in thread
* Re: [gentoo-dev] Re: MinGW for windows - creating dlls
2010-03-25 17:53 ` Nikos Chantziaras
@ 2010-03-25 18:11 ` Mike Frysinger
0 siblings, 0 replies; 6+ messages in thread
From: Mike Frysinger @ 2010-03-25 18:11 UTC (permalink / raw
To: gentoo-dev; +Cc: Nikos Chantziaras
[-- Attachment #1: Type: Text/Plain, Size: 1239 bytes --]
On Thursday 25 March 2010 13:53:29 Nikos Chantziaras wrote:
> On 03/25/2010 07:43 PM, Mike Frysinger wrote:
> > On Thursday 25 March 2010 12:57:21 Nikos Chantziaras wrote:
> >> On 03/17/2010 03:38 PM, Mansour Al Akeel wrote:
> >>> I am not sure if this is the best list to ask, but I will ask here
> >>> since it's related to development and cross compilation.
> >>>
> >>> I have setup a 32 bit chroot environment to be able to cross develop
> >>> for windows. I followed this guide:
> >>>
> >>> http://www.gentoo.org/proj/en/base/embedded/cross-development.xml
> >>
> >> You should be better off using this instead:
> >>
> >> http://www.nongnu.org/mingw-cross-env
> >
> > mingw + dlls + etc... works just fine under crossdev/Gentoo
>
> It's just a bit difficult to work with. It needs a lot of effort to set
> everything up.
it'll stay that way unless someone improves things. it works for my needs, so
i have no vested interest here.
> 64-bit Windows apps also easy to build.
and it's trivial with crossdev too. i build 64bit windows JTAG/USB apps.
> Btw, does anyone intent to put an ebuild of mingw-cross-env in Portage? :P
i only spend time on crossdev. anything else is a waste.
-mike
[-- Attachment #2: This is a digitally signed message part. --]
[-- Type: application/pgp-signature, Size: 836 bytes --]
^ permalink raw reply [flat|nested] 6+ messages in thread
end of thread, other threads:[~2010-03-25 18:11 UTC | newest]
Thread overview: 6+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2010-03-17 13:38 [gentoo-dev] MinGW for windows - creating dlls Mansour Al Akeel
2010-03-17 19:17 ` Mike Frysinger
2010-03-25 16:57 ` [gentoo-dev] " Nikos Chantziaras
2010-03-25 17:43 ` Mike Frysinger
2010-03-25 17:53 ` Nikos Chantziaras
2010-03-25 18:11 ` Mike Frysinger
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox