Hi! I'm almost new to the concept of embedded developing on Linux. I found arm-linux-gcc-4.3.2 on the CD which came with Mini2440. But I preferred to use more recent one arm-linux-gcc-4.4.3 which I downloaded from the website. The problem is the newer one does not include "gdbserver", but the older one does! Does anybody know what happened to gdbserver in version 4.4.3? It only includes a native gdb for ARM environment. Should I download and compile cross gdb and gdbserver separately?