Dependency Walker detected WS2.DLL (WinSock2 - found in \windows) COREDLL.DLL (found) BTHUTIL.DLL (bluetooth utils - not found, but similar bt dlls exist in \windows) RIL.DLL (GSM? - not found) TOOLHELP.DLL ( found )
I adjusted the makefile and a few of the source files, recompiled, and now the RIL and BTHUTIL dependencies are gone. Now I can run haret :) yaaay.. I'm using HaRET to port Linux to a new device, and being able to compile HaRET from scratch, inserting debugging information wherever necessary will probably be very helpful. I was able to locate JTAG and STUART pads for the device, and then I soldered an IDE cable on. The uart signal levels are 3.3V, but so far, I haven't even seen them go high, which makes me believe that I need to disable power management on the STUART at boot. HaRET has an interesting feature in uart.c as well, so that logging goes to the uart as well, which will also help debugging I think. C On Thu, Mar 26, 2009 at 11:22 AM, Christopher Friedt <[email protected]> wrote: > On Thu, Mar 26, 2009 at 11:09 AM, Christopher Friedt > <[email protected]> wrote: >> version compatibility? Would something like -D_WIN32_WCE=0x0500 work > > That didn't fix the problem... I'll see what I get find out with > dependency walker. > _______________________________________________ Haret mailing list [email protected] https://handhelds.org/mailman/listinfo/haret
