Re: Linaro arm-linux-gnueabihf-gdb versus Ubuntu gdb-multiarch

2014-08-13 Thread Will Newton
On 12 August 2014 15:32, ssinfod ssinfod wrote: > Hello, > > I'm trying to perform cross platform remote debugging from my x86 computer > to a remote ARM device. (ex: Beagle Bone Black) > > I'm using Ubuntu 14.04 and Eclipse CDT. > > I installed the Ubuntu package gcc-arm-linux-gnueabihf but the g

Re: Linaro arm-linux-gnueabihf-gdb versus Ubuntu gdb-multiarch

2014-08-12 Thread BHARATH H S
>> What is the difference between gdb-multiarch and arm-linux-gnueabihf-gdb ? Is it better to use gdb-multiarch ? For Ubuntu hosts from 12.04 onwards, gdb-multiarch is used as gdb client for debugging. As name indicates it is a common client to any architecture and not restricted to ARM. Generally

Linaro arm-linux-gnueabihf-gdb versus Ubuntu gdb-multiarch

2014-08-12 Thread ssinfod ssinfod
Hello, I'm trying to perform cross platform remote debugging from my x86 computer to a remote ARM device. (ex: Beagle Bone Black) I'm using Ubuntu 14.04 and Eclipse CDT. I installed the Ubuntu package gcc-arm-linux-gnueabihf but the gdb debugger is not in that package. Therefore, I'm wondering