Hi,
I am new to Palm development and I have hit two immediate problems. I am developing under Win2k on a VAIO notebook using GCC and SDK 3.5. When I installed the dev software, I followed the instruction on Palm's site. Problem 1. When I run make, it seems to ignore the PATH. Cygnus' bash uses sh style environment variables, (PATH=<exe path>; export PATH), right? I was able to work around this, but I would like to fix this. Problem 2. After successfully building the HelloWorld application, I was able to load it into COSE. However, when I attempt to run the application, I get the series of errors listed below. So, what did I do wrong? Thanks. alan --- CUT HERE FOR ERROR LIST --- UIAppShell (unknown version) called SysFatalAlert with the message: "Form.c, Line:5214, NULL form". <press continue> UIAppShell (unknown version) just read from memory location 0x0000003E, which is in low memory. "Low memory" is defined as the first 256 bytes of memory. It should not be directly accessed by applications under any circumstances. <press continue> UIAppShell (unknown version) called SysFatalAlert with the message: "Form.c, Line:1728, Object not in form". <press continue> UIAppShell (unknown version) called SysFatalAlert with the message: "Form.c, Line:5214, NULL form". <press continue> UIAppShell (unknown version) just read from memory location 0x0000003E, which is in low memory. <press continue> UIAppShell (unknown version) just read from memory location 0x32353130, causing a bus error. A "bus error" means that the application accessed a memory location that is not in RAM or ROM, nor corresponds to a memory-mapped hardware register. <continue option unavailable - press reset> -- For information on using the Palm Developer Forums, or to unsubscribe, please see http://www.palmos.com/dev/tech/support/forums/
