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
>> 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
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