gnustep-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: cross compiling gnustep on embedded device (wince)


From: David Chisnall
Subject: Re: cross compiling gnustep on embedded device (wince)
Date: Fri, 25 Sep 2009 17:27:04 +0100

On 25 Sep 2009, at 17:06, Vincent R. wrote:

On Fri, 25 Sep 2009 16:59:41 +0100, David Chisnall <address@hidden>
wrote:
On 25 Sep 2009, at 16:57, Vincent R. wrote:

Why is it compiling subproject unix ?

This will have been set by the configure script.  Did you set target
triple when you ran ./configure?

David

I found why I think :

ifeq ($(GNUSTEP_TARGET_OS), mingw32)
libgnustep-base_SUBPROJECTS+=win32
else
libgnustep-base_SUBPROJECTS+=unix
endif


and since I am using mingw32ce it's not matched...

You can try just tweaking it to match on mingw32ce too, but I don't think anyone else has tested it on a Wince machine, so you may need to do some tweaking to make it work if you get any errors.

David




reply via email to

[Prev in Thread] Current Thread [Next in Thread]