The quickest and easiest way to do your debugging is to log on to your sa1110 platform (telnet in, or log in over a serial port) and run gdb or whatever - same as debugging on your workstation.
gdb can also debug applications running on a remote target - you run a gdb stub on the target, and connect to it using gdb on your workstation - you should be able to find some useful info on this on the gdb web site. Mounting a filesystem over NFS from your workstation (e.g. on /usr/local/) on your target can also make life easier - compile your apps, dump them in the directory you've mounted as /usr/local/ and they then appear on your target. Dunk Gad Hayisraeli wrote: > is there any way to debug apps running on the sa1110 platform > localy or remotely ? > can someone explain how ? > > thanks > Gad > > > _______________________________________________ > http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm > Please visit the above address for information on this list. > > -- Duncan Palmer [EMAIL PROTECTED] Software Design Engineer Phone: +353-1-2911561 Silicon and Software Systems Fax: +353-1-2911001 _______________________________________________ http://lists.arm.linux.org.uk/mailman/listinfo/linux-arm Please visit the above address for information on this list.
