Hi everyone,

I'm using the mingw32ce compiler from cegcc.sourceforge.net, and have
successfully run a simple 'hello world' graphical app on a WinCE 5.0
device (pxa27x). Now I'm trying to compile/run HaRET and I'm
encountering a strange error. [1]

I've checked-out the source from cvs, which required a patch to
compile cleanly with the mingw32ce compiler [2], but  when I try to
run the gnuharet binary, I receive the following error:

I googled my error and only came up with a few hits. The most useful
was a link to a win32 ldd equivalent called Dependency Walker. From
the main site (http://dependencywalker.com) there does not seem to be
a binary for arm/win32. After googling for 'arm "dependency walker" ',
I dug up this post [3] which suggests using the PC version of
dependency walker with arm/win32 apps.

Now that I'm looking at my patch a bit closer, I have another question
- does the _WIN32_WCE define (e.g. -D_WIN32_WCE=0x0420) dictate
version compatibility? Would something like -D_WIN32_WCE=0x0500 work
in my case? ... I'll give it a shot.

Cheers,


Chris

[1]
"Cannot find 'GNUHARET' (or one of its components). Make sure the path
and filename are correct and that all the required libraries are
available."

[2]
http://vaiprime.visibleassets.com/~cfriedt/patches/compile-haret-cvs-with-mingw32ce-0.51.0.patch

[3]
http://osdir.com/ml/gnu.cegcc.devel/2007-11/msg00011.html
_______________________________________________
Haret mailing list
[email protected]
https://handhelds.org/mailman/listinfo/haret

Reply via email to