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-toolchain-builds rebuilding sysroot

2013-05-29 Thread BHARATH H S
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