Re: Another GCC ICE on x86 this time

2011-01-25 Thread Michael Hope
On Sat, Jan 22, 2011 at 1:46 PM, Khem Raj wrote: > On Tue, Jan 18, 2011 at 5:49 PM, Michael Hope wrote: >> On Fri, Jan 14, 2011 at 12:31 PM, Khem Raj wrote: >>> Hi >>> >>> There is another ICE which is happening when compiling libcstdc++ for x86 >>> Attached testcase you will be able to reproduc

LCA2011 presentation

2011-01-25 Thread Michael Hope
Hi there. I did a presentation on GCC, ARM, and Linaro at the Linux.conf.au Southern Plumbers miniconf. A little bit of it is introduction, with the rest being technical details and asking for help on what people using the toolchain want. Links to the presentation and original source are here:

Re: ALIP project

2011-01-25 Thread Wookey
+++ Shankar Ganesh [2011-01-20 12:58 +0530]: > Hi , > > Do we have ALIP project files (git://linux.onarm.com/git/alip-project.git) > replicated on linaro site ? Would like to know the new git address for ALIP > project No, I don't believe there is another ALIP git repo. The Linaro-based ALIP r

Re: Talk: Embedded GPUs at LCA

2011-01-25 Thread Loïc Minier
On Tue, Jan 25, 2011, Christian Robottom Reis wrote: > I did a talk at LCA yesterday evening that covered Embedded GPUs and > Open Source (or the lack thereof) Any interesting question or feedback? -- Loïc Minier ___ linaro-dev mailing list linar

Re: [RFC] arm devicetree meeting/hacking day

2011-01-25 Thread Rob Herring
Grant, On 01/24/2011 02:25 PM, Grant Likely wrote: Hi all, For those of you who are working, or are soon-to-be working, on device tree support for ARM, I'm organizing a regular weekly status update and a hacking day for getting device tree support added to several of the ARM platforms. I've al

Re: Bazaar and Launchpad though proxy

2011-01-25 Thread Dechesne, Nicolas
On Tue, Jan 25, 2011 at 12:09 PM, Mattias Backman < mattias.back...@linaro.org> wrote: > Hi all, > > Anyone able to use bazaar via corkscrew? I have tried the tips in the > link below and am able to authenticate to the proxy but only get time > outs. > > http://omappedia.org/wiki/Using_bzr_and_lau

Android prelink error by linaro gcc-4.5 + binutils-2.20

2011-01-25 Thread Meng-Hsuan Cheng
Hello list, I'm a developer at 0xlab and focus on toolchain development. While Android WG was working on integrating Linaro toolchain to Android system, we encountered prelink error since there are some empty symbols in symtab produced by toolchain linaro gcc-4.5 + binutils-2.20. The error messag

Re: [HELP] [LINARO-NATTY-HEADLESS IMAGE] GCC 4.5 crashes

2011-01-25 Thread Shankar Ganesh
> What platform is this running on? > Tegra 2 Harmony dev platform . I assume the problem is with Natty rootfs, having some incompatibilities . -shankar ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/l

Re: Bazaar and Launchpad though proxy

2011-01-25 Thread Christian Robottom Reis
On Tue, Jan 25, 2011 at 12:29:51PM -0200, Guilherme Salgado wrote: > This could be failing because you haven't uploaded your public SSH key > to Launchpad yet. True, but he said he's been getting hangs which suggests that the proxy command isn't getting run at all -- it definitely was in his manua

Re: Bazaar and Launchpad though proxy

2011-01-25 Thread Guilherme Salgado
On Tue, 2011-01-25 at 15:20 +0100, Mattias Backman wrote: > On 25 January 2011 14:19, Christian Robottom Reis wrote: > > On Tue, Jan 25, 2011 at 12:09:39PM +0100, Mattias Backman wrote: > >> http://omappedia.org/wiki/Using_bzr_and_launchpad_behind_a_proxy > >> > >> I have also added an authenticat

Re: Bazaar and Launchpad though proxy

2011-01-25 Thread Mattias Backman
On 25 January 2011 14:19, Christian Robottom Reis wrote: > On Tue, Jan 25, 2011 at 12:09:39PM +0100, Mattias Backman wrote: >> http://omappedia.org/wiki/Using_bzr_and_launchpad_behind_a_proxy >> >> I have also added an authentication file like so: >> Host *.launchpad.net >>    ProxyCommand corkscr

Re: [HELP] [LINARO-NATTY-HEADLESS IMAGE] GCC 4.5 crashes

2011-01-25 Thread Christian Robottom Reis
On Tue, Jan 25, 2011 at 11:07:02AM +0530, Shankar Ganesh wrote: > > Can you send me the verbose output of “gcc test.c –v”? I could analyze the > > issue using the verbose output. > > > > > Here it is : > > http://pastebin.com/cyewZwhZ > > Looks like some incompatibilities comming - up. After gcc

Re: Bazaar and Launchpad though proxy

2011-01-25 Thread Christian Robottom Reis
On Tue, Jan 25, 2011 at 12:09:39PM +0100, Mattias Backman wrote: > http://omappedia.org/wiki/Using_bzr_and_launchpad_behind_a_proxy > > I have also added an authentication file like so: > Host *.launchpad.net >ProxyCommand corkscrew 8080 %h %p ~/.auth >User I guess you've seen http://ww

Re: New dial-in number for conference calls

2011-01-25 Thread Yong Shen
Hi Alex, On Tue, Jan 25, 2011 at 11:22 AM, Alexander Sack wrote: > try to use 0800 ... or +49 800 ... > it works now, thanks for the hints. Yong ___ linaro-dev mailing list linaro-dev@lists.linaro.org http://lists.linaro.org/mailman/listinfo/linaro-d

Re: New dial-in number for conference calls

2011-01-25 Thread Lee Jones
On 25/01/11 11:30, Loïc Minier wrote: > On Tue, Jan 25, 2011, Lee Jones wrote: >> Any sign of a Swedish number? > Nope; Alexander's document has the full list > > I've opened a ticket with IS to ask for a number for Sweden Great, thanks. ___ linaro-de

Re: New dial-in number for conference calls

2011-01-25 Thread Loïc Minier
On Tue, Jan 25, 2011, Lee Jones wrote: > Any sign of a Swedish number? Nope; Alexander's document has the full list I've opened a ticket with IS to ask for a number for Sweden -- Loïc Minier ___ linaro-dev mailing list linaro-dev@lists.linaro.org h

Bazaar and Launchpad though proxy

2011-01-25 Thread Mattias Backman
Hi all, Anyone able to use bazaar via corkscrew? I have tried the tips in the link below and am able to authenticate to the proxy but only get time outs. http://omappedia.org/wiki/Using_bzr_and_launchpad_behind_a_proxy I have also added an authentication file like so: Host *.launchpad.net Pro

Re: New dial-in number for conference calls

2011-01-25 Thread Alexander Sack
try to use 0800 ... or +49 800 ... On Tue, Jan 25, 2011 at 8:50 AM, Yong Shen wrote: > Hi Loic, > >> Germany                 800 589 0993 > > I test the one for Germany and it does not work for mobile phone. I > guess the number starting with 800 is only for landline. We should > provide numbers