#60696 - gmiller - Sun Nov 13, 2005 11:32 pm
I am teaching a class in GBA development at FullSail where we are focusing on the GBA from and architecture point of view. I have been using the VHAM for some time (without the HAM libraries or macros) to demonstrate what is happening when hardware is manipulated. The issues I have run into is a problem (I think) with the VBA SDL version when doing debugging. I am having no issues with breakpoints (even in Interrupt code) but 50% of my students are haveing issues where one of the following happens:
1. VBA crashed when starting (sometimes removing or adding MULTIBOOT fixes this) when doing simple no HAM but macro code.
2. Insight will start and the auto break at main will work but a continue cause VBA to crash.
All students are starting with the same version of everything and I have tried to confirm that what they are running is all the same but every time I test on my system I do not have any problems. I am waiting to get the loaner from one of my students so I can investigate the issue but I have to wait till his laptop get back from repair at HP. If anyone can throw a little light on this I would appreciate it. Looking through the threads it would appear that falling back to 1.7 of VBA would be a step but it does not address the inconsistancies in the experience. I will compare all releases of code between my machine and the students once I have the machine and try to discover what combination is messing me up. Prior to this class these same students used cygwin (with insight) to develop code to understand other aspects of machine architecture (binay representation, cache memory, virtual memory ...) and had no problems. I noticed that the compiler and other utilites use an older version of cygwin1.dll that I had many issues with when doing TCP/IP and pthreads.
1. VBA crashed when starting (sometimes removing or adding MULTIBOOT fixes this) when doing simple no HAM but macro code.
2. Insight will start and the auto break at main will work but a continue cause VBA to crash.
All students are starting with the same version of everything and I have tried to confirm that what they are running is all the same but every time I test on my system I do not have any problems. I am waiting to get the loaner from one of my students so I can investigate the issue but I have to wait till his laptop get back from repair at HP. If anyone can throw a little light on this I would appreciate it. Looking through the threads it would appear that falling back to 1.7 of VBA would be a step but it does not address the inconsistancies in the experience. I will compare all releases of code between my machine and the students once I have the machine and try to discover what combination is messing me up. Prior to this class these same students used cygwin (with insight) to develop code to understand other aspects of machine architecture (binay representation, cache memory, virtual memory ...) and had no problems. I noticed that the compiler and other utilites use an older version of cygwin1.dll that I had many issues with when doing TCP/IP and pthreads.