i have minpspw running with eclipse as ide. When i use psplink to debug my program, the variables always display 0;
i debugged the wlan example and on screen the mac address appeared right, but when single stepping no assigned var changed its value.
Anybody knows whats possibly wrong?
i am Vista 64 with minpspw 0.8.11 and already tried falling back to 0.8.9
wihtout var value debuggin makes no sense imho :S
You probably need to specify no optimisation (use the -O0 switch when compiling), MIPS stuff can get fairly heavily optimised and local variables are in registers which confuses GDB (not PSPLink's fault, it just follows GDB's lead).
Okay then you are using a slim ;) There is a minor issue with the slim in that the gdb stub restricts reads to the lower 32MB of memory (hey I didn't know the slim would ever be released :P).