10 messages in net.java.dev.jna.usersRe: [jna-users] JNA at Win Mobile
FromSent OnAttachments
Carlos MacLeodDec 13, 2007 10:31 pm 
Timothy WallDec 14, 2007 6:35 pm 
Carlos MacLeodDec 19, 2007 3:51 am 
Carlos MacLeodDec 19, 2007 5:15 am 
Timothy WallDec 19, 2007 6:42 am 
Timothy WallDec 19, 2007 6:44 am 
Carlos MacLeodDec 21, 2007 3:09 am 
Carlos MacLeodDec 21, 2007 3:27 am 
Timothy WallDec 21, 2007 6:44 am 
Timothy WallDec 22, 2007 5:36 am 
Actions with this message:
Paste this link in email or IM:
Paste this link in email or IM:
Atom feed for this thread
Paste this URL into your reader:
Subject:Re: [jna-users] JNA at Win MobileActions...
From:Timothy Wall (twal@dev.java.net)
Date:Dec 22, 2007 5:36:02 am
List:net.java.dev.jna.users

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