All I am doing a rebuild per suggestion right now.
There are 2 possibilities to consider (1) As I understand the make / automake strategy, There must be a development environment check somewhere which serves to establish satisfaction of the non-hack solution (having the development package for zlib installed). Its either that or the config option --with-system-zlib is a deliberate override of that process. (Is the config process for gcc obligated to check for consistency) If gcc is not intended to perform such a check, This would beg the question - should ptxdist checks for consistency between the rules and the development environment? (2) I observe zlib-1.2.5 to be present in directory build-host. Quite possibly it is intended as the non-hack solution. (if so, should it be in the include path?). It certainly contains zlib.h. Should it be in the include file path somewhere? dbl > -----Original Message----- > From: Juergen Beisert [mailto:[email protected]] > Sent: Wednesday, March 09, 2011 6:05 AM > To: [email protected] > Cc: David Lightstone > Subject: Re: [ptxdist] Build problem with OSELAS.Toolchain-2011.02.0 > > David Lightstone wrote: > > I do not know whether this is the root cause for a build problem or > > not > > > > Build Context > > > > I had difficulty building the > > > >arm-1136jfs-linux-gnueabi_gcc-4.5.2_glibc-2.13_binutils-2.21_kernel-2.6 > >.36- s anitized.ptxconfig toolchain of OSELAS.Toolchain-2011.02.0 > > > > To manage the build process I was using ptxdist-2011.02.0 > > > > Manifestation > > > > The manifestation which lead to the change was a compile failure of > > gcc-4.5.2-first-build/gcc/lto-compress.o > > The include file zlib.h could not be found > > As Alexander already said, install the development package of zlib. If not, there > will be more packages than the toolchain failing when you try to build them (at > least some host tools from ptxdist are needing it). > > Regards, > Juergen > > -- > Pengutronix e.K. | Juergen Beisert | > Linux Solutions for Science and Industry | Phone: +49-8766-939 228 | > Vertretung Sued/Muenchen, Germany | Fax: +49-5121-206917-5555 | > Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de/ | -- ptxdist mailing list [email protected]
