Guest
#1171311
First of all, thanks for providing this great forum and the WinARM tools! I have managed to successfully port my old Keil code to GNU, and I am so excited I can't stand myself. Second, if you are looking for a good, inexpensive code development environment, I highly recommend UltraEdit (http://www.ultraedit.com/). I was able to set up custom toolbar buttons for "make clean" and "make all", and redirect the output to the lower list box. This allows me to easily compile and see the errors without opening a DOS window or typing any commands, and, more importantly, if I click on an error in the lower window, it automatically opens the file with the error and goes to the line the error is on, much like the Keil development window. This makes for very fast debugging. Thanks again, Randall Aiken