Hi Everyone,
Basically I followed the instructions on cross compiling (http://archlinuxarm.org/developers/dist ... -compiling)
and went through the process of building my own cross compiler as I am running on 32 bit ubuntu (the prebuilt ones are for 6bit).
However, the default configuration file does not include gdb. I tried to run menuconfig to include gdb, but the build process fails thereafter for some unknown reason.
Is it possible to get .config file that i properly configured for gdb? I tried multiple times rebuilding with various settings from menuconfig but so far I was not successful. This is not pleasant as each compilation run takes two hours.
Thank you very much !