On Dec 21, 2007, at 6:27 AM, Carlos MacLeod wrote:
I mean hint instead tip...
lol
sorry my bad English...
Better than my spanish and french :)
2007/12/21, Carlos MacLeod <carl...@gmail.com>:
I successfully set up the mingwce on my linux box. I generated my
first program for wince. There are special tips to compile libfi ?
Will libfi be the win32-ARM.dll ?
In case you're not familiar with "configure" and friends...
* build each piece by hand first until you get it working, *then*
integrate into the makefile and build.xml
* configure will probably need to start like this:
CC=minwgce-gcc ./configure --target=win32-arm-mingwce ...
The OSX target configures libffi with a target other than the current
host in order to build for both PPC and x86 architectures, so you can
kind of use that as an example. One of the sparc builds has to tweak
the CC setting, so there's that as well.
* once you get libffi configured and built, you'll need to tweak the
C includes to be able to find you win mobile Java JNI headers