Re: GCC cross compilation help: [cannot compute suffix of object files]

2011-06-22 Thread Andrew Stubbs
You need to see config.log for more details. There'll be more than one config.log, but probably only one will have this error message. Grep for it. Once you have the relevant log snippet, we might be able to help you decipher it. Andrew On 22/06/11 10:23, mins@globalunichip.com wrote: > Hell

GCC cross compilation help: [cannot compute suffix of object files]

2011-06-22 Thread mins . lin
Hello, I tried to build the gcc-linaro cross compiler tool on the x86_64 ubuntu-10.04 machine. The build and host machine is the x86_64 ubuntu-10.04, the target is arm-eabi. But failed and got the following error messages: - checking host system type... arm-unknown-eab

[ACTIVITY] weekly status

2011-06-22 Thread Ken Werner
Hi, * in order to have the android's debuggerd use libunwind I looked at libunwind's remote interface and especially the libunwind-ptrace lib that sits on top of that. * the remote interface seems a bit awkward to me. The user provides a set of callbacks to access the inferior memory or re