Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux

2012-12-20 Thread Schenk, Gavin
Hi, I have reproduced the problem with ccache on a second machine. Ccache feels not very confiding for me at the moment, I liked this feature ... We decided to disable the ccache until further notice. lot of work, so for now, you can get the old behaviour by setting:

Re: [ptxdist] libgcrypt does not compile

2012-12-20 Thread Schenk, Gavin
Hi, you have to set PTXCONF_TARGET_EXTRA_LDFLAGS=-Wl,--copy-dt-needed-entries in your platformconfig. Please read the thread Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux from yesterday. Michael Olbrich explained the reason of this behavior. Regards

[ptxdist] Building OSELAS.Toolchain-2012.12.0 error

2012-12-20 Thread Ruben Louw
Hi I'm trying to build the newest toolchain, and I received the following error: undefined reference to `ggc_realloc_stat' collect2: ld returned 1 exit status make[3]: *** [cc1] Error 1 make[2]: *** [all-gcc] Error 2 make[1]: *** [all] Error 2 make: ***

Re: [ptxdist] [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released

2012-12-20 Thread Bernhard Walle
* Michael Olbrich m.olbr...@pengutronix.de [2012-12-12 19:27]: Hildesheim, Germany - Pengutronix has released version 2012.12.0 of the Open Source GNU toolchain build system OSELAS.Toolchain(). With OSELAS.Toolchain(), you can build your own gcc based cross compilers which run on any Linux

[ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released

2012-12-20 Thread Robert Bouwens
hi, if you extend hf you get: hard float. does this ring a bell? a question for you - have you now a beaglebone configuration? not to mess up with a beagleboard. regards robert Von: Bernhard Walle bernh...@bwalle.de An: ptxdist@pengutronix.de Datum: 20.12.2012 13:11 Betreff: Re:

Re: [ptxdist] libgcrypt does not compile

2012-12-20 Thread Tim Sander
Hi Gavin you have to set PTXCONF_TARGET_EXTRA_LDFLAGS=-Wl,--copy-dt-needed-entries in your platformconfig. Thanks, that did the trick. Please read the thread Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux from yesterday. Michael Olbrich explained the

Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released

2012-12-20 Thread Bernhard Walle
* Robert Bouwens robert.bouw...@ch.sauter-bc.com [2012-12-20 13:27]: if you extend hf you get: hard float. does this ring a bell? Ah, yes, the bell rings. :) a question for you - have you now a beaglebone configuration? not to mess up with a beagleboard. Pengutronix has one as

Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released

2012-12-20 Thread Daniel Kriesten
Hardfloat leads me to the next question: I build a Raspberry Pi hf-toolchain, where ld-linux.so.3 is named ld-linux-armhf.so.3. This leads to an error in the target install of glibc. Do I need to fix my toolchain config or the install_lib function? Regards Daniel -- Daniel Kriesten Mail:

Re: [ptxdist] Building OSELAS.Toolchain-2012.12.0 error

2012-12-20 Thread Juergen Beisert
Hi Ruben, Ruben Louw wrote: I'm trying to build the newest toolchain, and I received the following error: undefined reference to `ggc_realloc_stat' collect2: ld returned 1 exit status make[3]: *** [cc1] Error 1 make[2]: *** [all-gcc] Error 2 make[1]: *** [all] Error 2 make: ***

Re: [ptxdist] Building OSELAS.Toolchain-2012.12.0 error

2012-12-20 Thread Ruben Louw
Thank you Juergen, I tried that and it worked. On Thu, Dec 20, 2012 at 2:57 PM, Juergen Beisert j...@pengutronix.de wrote: Hi Ruben, Ruben Louw wrote: I'm trying to build the newest toolchain, and I received the following error: undefined reference to `ggc_realloc_stat' collect2: ld

Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released

2012-12-20 Thread Robert Schwebel
On Thu, Dec 20, 2012 at 01:37:07PM +0100, Bernhard Walle wrote: Pengutronix has one as part of DistroKit: http://git.pengutronix.de/?p=DistroKit.git;a=summary git clone git://git.pengutronix.de/git/DistroKit.git --recurse-submodules We are working on an update with newer patches, but it will

Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released

2012-12-20 Thread Michael Olbrich
On Thu, Dec 20, 2012 at 01:47:34PM +0100, Daniel Kriesten wrote: Hardfloat leads me to the next question: I build a Raspberry Pi hf-toolchain, where ld-linux.so.3 is named ld-linux-armhf.so.3. This leads to an error in the target install of glibc. Do I need to fix my toolchain config or

Re: [ptxdist] Antwort: Re: [ANNOUNCE] OSELAS.Toolchain() 2012.12.0 released

2012-12-20 Thread Tim Sander
Hi Robert a question for you - have you now a beaglebone configuration? not to mess up with a beagleboard. I have a beaglebone config based on DistroKit. Probably i can push it somewhere if you are interested? Best regards Tim -- ptxdist mailing list ptxdist@pengutronix.de

[ptxdist] host-dtc not compiling

2012-12-20 Thread Tim Sander
Hi I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some bogus messages that variables are initialized but unused. But they are used later on? I have not found the place where this warning flag of unused

Re: [ptxdist] host-dtc not compiling

2012-12-20 Thread Bernhard Walle
Hi Tim, * Tim Sander ti...@vlsi.informatik.tu-darmstadt.de [2012-12-20 16:09]: I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some bogus messages that variables are initialized but unused. But they are

Re: [ptxdist] host-dtc not compiling

2012-12-20 Thread Tim Sander
Hi Bernhard * Tim Sander ti...@vlsi.informatik.tu-darmstadt.de [2012-12-20 16:09]: I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some bogus messages that variables are initialized but unused. But they

Re: [ptxdist] host-dtc not compiling

2012-12-20 Thread Bernhard Walle
Hi Tim, * Tim Sander ti...@vlsi.informatik.tu-darmstadt.de [2012-12-20 17:23]: * Tim Sander ti...@vlsi.informatik.tu-darmstadt.de [2012-12-20 16:09]: I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some

Re: [ptxdist] host-dtc not compiling

2012-12-20 Thread Michael Olbrich
Hi, On Thu, Dec 20, 2012 at 04:09:34PM +0100, Tim Sander wrote: I have the problem that host-dtc and dtc are not compiling with OSELAS 2012.12.0 and ptxdist 2012.12.0 (and also 2012.11.0). There are some bogus messages that variables are initialized but unused. But they are used later on?