>> 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
Hi,
I have a usecase where linaro toolchain is used to build my executables and
the sysroot is copied and used as glibc for running my embedded system.
Reason for this is, I want to use the same glibc what the application is
compiled against.
I found a bug fix from glibc community which I want to