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] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux

2012-12-19 Thread Michael Olbrich
Hi, On Wed, Dec 19, 2012 at 11:22:09AM +, Schenk, Gavin wrote: libgcrypt does not finish compile step xterm does not finish compile step Logs attached, can you confirm? Ah, yes, I forgot about that. The latest version of binutils changed some defaults. What happens is this: libb.so links

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

2012-12-18 Thread Schenk, Gavin
@pengutronix.de Cc: Marc Kleine-Budde Subject: Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux On Fri, Dec 14, 2012 at 07:19:35PM +0100, Michael Olbrich wrote: On Fri, Dec 14, 2012 at 01:46:01PM +, Schenk, Gavin wrote: I am a bit

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

2012-12-18 Thread Michael Olbrich
On Tue, Dec 18, 2012 at 10:00:47AM +, Schenk, Gavin wrote: enjoy your holidays, I have no time pressure switching to the new toolchain! After learning about logfiles and ptxdist :D, the command-wrapper produces reasonable output on console in the libpng folder. There is no output when I

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

2012-12-17 Thread Michael Olbrich
On Fri, Dec 14, 2012 at 07:19:35PM +0100, Michael Olbrich wrote: On Fri, Dec 14, 2012 at 01:46:01PM +, Schenk, Gavin wrote: I am a bit short in time today I do not find a line like: wrapper: i686-atom-linux-gnu-cpp [...] -DPNG_CONFIGURE_LIBPNG -DPNG_BUILDSYMS ./png.h Attached

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

2012-12-14 Thread Michael Olbrich
On Thu, Dec 13, 2012 at 12:40:53PM +, Schenk, Gavin wrote: yesterday I read about the new toolchain, that has Atom optimization by default. I decided to give it a try and: Compiled the new toolchain: gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized Migrated my project:

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

2012-12-14 Thread Schenk, Gavin
...@pengutronix.de [mailto:ptxdist- boun...@pengutronix.de] On Behalf Of Michael Olbrich Sent: Friday, December 14, 2012 10:43 AM To: ptxdist@pengutronix.de Subject: Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux On Thu, Dec 13, 2012 at 12:40:53PM

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

2012-12-14 Thread Michael Olbrich
On Fri, Dec 14, 2012 at 09:48:54AM +, Schenk, Gavin wrote: i686-atom-linux-gnu-cpp -DPNG_CONFIGURE_LIBPNG -DPNG_BUILDSYMS ./png.h | \ /opt/ptxdist/lib/ptxdist-2012.12.0/bin/sed -n -e \ 's|^.*PNG_FUNCTION_EXPORT[

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

2012-12-14 Thread Schenk, Gavin
@pengutronix.de Subject: Re: [ptxdist] Linker problem: libpng-1.2.50, ptxdist-2012.12.0, and new atom toolchain i686-atom-linux On Fri, Dec 14, 2012 at 09:48:54AM +, Schenk, Gavin wrote: i686-atom-linux-gnu-cpp -DPNG_CONFIGURE_LIBPNG -DPNG_BUILDSYMS ./png.h | \ /opt/ptxdist/lib

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

2012-12-14 Thread Michael Olbrich
On Fri, Dec 14, 2012 at 10:26:24AM +, Schenk, Gavin wrote: ./png.h:536:18: fatal error: zlib.h: No such file or directory compilation terminated. What's the complete commandline? The wrapper should add -isystem [...]/sysroot-target/usr/include. There should be a zlib.h there. Michael --

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

2012-12-14 Thread Michael Olbrich
On Fri, Dec 14, 2012 at 01:46:01PM +, Schenk, Gavin wrote: I am a bit short in time today I do not find a line like: wrapper: i686-atom-linux-gnu-cpp [...] -DPNG_CONFIGURE_LIBPNG -DPNG_BUILDSYMS ./png.h Attached the complete log from ptxdist -v compile libpng. Not the output in the

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

2012-12-13 Thread Schenk, Gavin
Hi, yesterday I read about the new toolchain, that has Atom optimization by default. I decided to give it a try and: Compiled the new toolchain: gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized Migrated my project: 2012.10.0 to 2012.12.0 Update Kernel and rt-patchstack: 3.4.2 to

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

2012-12-13 Thread George McCollister
On 12/13/2012 06:40 AM, Schenk, Gavin wrote: Hi, yesterday I read about the new toolchain, that has Atom optimization by default. I decided to give it a try and: Compiled the new toolchain: gcc-4.6.2-glibc-2.14.1-binutils-2.21.1a-kernel-2.6.39-sanitized Migrated my project: 2012.10.0 to