gdb/insight Error, flash debugging
2004-05-03 by digtalfreak
Hi, I just started using an ARM7 and the gnu tools. I also got some programms running/debugged in ram but I have problems with flash debugging. If I connect to the device having a elf file for flash loaded I get Errors like that: "(Internal Error: pc 0x0 in read in psysmtab, but not in symtab)" and downloading this file to flash caused an OCDLibremote Error "Memory Write at 0 len c5 Error : Target Bus Error", I think this is because gdb is trieing to write to flash driectly not using the IAP-Funktions. I also tryed loading the programm into flash using the Philips Flash utility, programm is running well from flash but. Can someone tell me how to debugg using gdb/insight with programm in flash?