Hello, I have a ARM11 based hardware board which runs a Linux kernel ver. 2.6.21.5-cfs-v19. I have my application running on this ARM-LINUX board. To do sourlce level debugging, of my application i used to use gdb from command prompt of the linux board, that was with some earlier version of the board linux version.
With this version 2.6.21.5-cfs-v19, i dont have a related version of gdb for the board.I tried to look around to get gdb for this version of linux and arm port of it, but without much success. Can anyone point me where i can get either an independatn executable for gdb for above mentioend os and board configuration or source for the same, which i may try compiling for that target.
-AD.