ltib
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [Ltib] ltib. add GTK+ packet


From: Stuart Hughes
Subject: Re: [Ltib] ltib. add GTK+ packet
Date: Thu, 09 Jul 2009 10:53:42 +0100
User-agent: Thunderbird 2.0.0.16 (X11/20080707)

Hi Dmitry,

You need to install gtk2-devel on your host which provides the missing
gdk-pixbuf-csource utility.

Regards, Stuart

Dmitry wrote:
Hi, Kevin

I has  remove all directory of ltib and start with netinstal script.

I receved error of glib-genmarshal utility (can't found glib-genmarshal in your PATH),
after installing libglib2.0-dev packet on the host mashine it's OK.

I continue... and receive following error (see below) of gtk2 packet.




creating libprintbackend-lpr.la <http://libprintbackend-lpr.la>
(cd .libs && rm -f libprintbackend-lpr.la <http://libprintbackend-lpr.la> && ln -s ../libprintbackend-lpr.la <http://libprintbackend-lpr.la> libprintbackend-lpr.la <http://libprintbackend-lpr.la>) make[4]: Leaving directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/modules/printbackends/lpr' make[4]: Entering directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/modules/printbackends'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/modules/printbackends' make[3]: Leaving directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/modules/printbackends' make[3]: Entering directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/modules'
make[3]: Nothing to be done for `all-am'.
make[3]: Leaving directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/modules' make[2]: Leaving directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/modules'
Making all in demos
make[2]: Entering directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/demos'
no --raw --build-list        \
            apple_red  ./apple-red.png    \
                gnome_foot ./gnome-foot.png    \
        > test-inline-pixbufs.h                \
    || (rm -f test-inline-pixbufs.h && false)
*/bin/bash: no: command not found*
make[2]: *** [test-inline-pixbufs.h] Error 1
make[2]: Leaving directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1/demos'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/dima/ltib_install_2/ltib/rpm/BUILD/gtk+-2.12.1'
make: *** [all] Error 2
error: Bad exit status from /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.63939 (%build)


RPM build errors:
Bad exit status from /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.63939 (%build)
Build time for gtk2: 542 seconds

Failed building gtk2


f_buildrpms() returned an error, exiting
traceback:
 main:554


Started: Thu Jul  9 11:53:16 2009
Ended:   Thu Jul  9 12:06:06 2009
Elapsed: 770 seconds

These packages failed to build:
gtk2

Build Failed

Exiting on error or interrupt
address@hidden:~/ltib_install_2/ltib$






2009/7/8 Kevin Wells <address@hidden <mailto:address@hidden>>

    Hi Dimitry,

    I built your listed packages with the EABI toolchain and everything
    built fine.

    I think what has happened is that on the previous toolchain build,
    the directories that were in the process of being built in the
    rpm/BUILD directory remained there with partially built files after
    the toolchain crashed. If this happens and you switch tools, you'll
    end up with a package directory that has object files in it from
    more than 1 toolchain (thus those EABI error messages) on the next
    build cycle. The --m distclean option doesn't remove packages in the
    BUILD area so these directories may need to be removed manually.

    Check your source directories in the ./ltib/rpm/BUILD area. Delete
    the libpng directory and try the build once more.

    Kevin

    *Sent:* Wednesday, July 08, 2009 2:39 AM

    *To:* Kevin Wells
    *Subject:* Re: [Ltib] ltib. add GTK+ packet

    Hi, Kevin

    I rebuild all system (./ltib -mdistclean)

    My options:

    Toolchain (ARMv5te gcc-4.1.2,Multi-lib,gnueabi/

    glibc-2.5-nptl-3)
    (-O2 -fsigned-char -mfpu=vfp -msoft-float) Enter any CFLAGS for gcc/g++


    Kernel Features:
     [*] Preemptible Kernel
(EXPERIMENTAL) [*] Use the ARM EABI to compile the kernel [*] Allow old ABI binaries to run with this kernel (EXPERIMENTAL)

    see ERROR below

    Processing: fontconfig
    ========================

    Processing: libpng
    ====================
    Build path taken because: directory build, no prebuilt rpm,
    scbuild/scdeploy already unpacked package

    Processing: libpng
    ====================
    Build path taken because: directory build, build key set, no
    prebuilt rpm,

    rpmbuild --dbpath /home/dima/ltib_install_2/ltib/rootfs//var/lib/rpm
    --target arm --define '_unpackaged_files_terminate_build 0' --define
    '_target_cpu arm' --define '__strip strip' --define '_topdir
    /home/dima/ltib_install_2/ltib/rpm' --define '_prefix /usr' --define
    '_tmppath /home/dima/ltib_install_2/ltib/tmp' --define '_rpmdir
    /home/dima/ltib_install_2/ltib/rpm/RPMS'  --define '_mandir
    /usr/share/man' --define '_sysconfdir /etc' --define '_localstatedir
/var' -bc --short-circuit /home/dima/ltib_install_2/ltib/dist/lfs-5.1/libpng/libpng.spec
    Building target platforms: arm
    Building for target arm
    Executing(%build): /bin/sh -e
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.98229
    + umask 022
    + cd /home/dima/ltib_install_2/ltib/rpm/BUILD
    + cd libpng-1.2.8
    + make prefix=/usr -f scripts/makefile.linux
    gcc -o pngtest-static -I../zlib -Wall -O3 -funroll-loops   pngtest.o
    -L../zlib -Wl,-rpath,../zlib libpng.a -lz -lm
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object pngtest.o has EABI version 0, but target
    pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file pngtest.o
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(png.o) has EABI version 0, but target
    pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(png.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngset.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngset.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngget.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngget.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngtrans.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngtrans.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngread.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngread.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngrio.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngrio.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngwrite.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngwrite.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngrtran.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngrtran.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngwtran.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngwtran.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngmem.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngmem.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngerror.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngerror.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngwutil.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngwutil.o)
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object libpng.a(pngwio.o) has EABI version 0, but
    target pngtest-static has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file libpng.a(pngwio.o)
    collect2: ld returned 1 exit status
    make: *** [pngtest-static] Error 1
    error: Bad exit status from
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.98229 (%build)


    RPM build errors:
        Bad exit status from
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.98229 (%build)
    Build time for libpng: 0 seconds

    Failed building libpng


    f_buildrpms() returned an error, exiting
    traceback:
     main:558


    Started: Wed Jul  8 11:39:48 2009
    Ended:   Wed Jul  8 11:41:45 2009
    Elapsed: 117 seconds

    These packages failed to build:
    libpng

    Build Failed


    
*=================================================================================

     ====== gcc-3.4.5-glibc-2.3.6 (soft-float) and GTK+ ========*

    After this build I have clean all (./ltib -mdistclean) and try again
    see my options:

    My options:

     --- Choose your
toolchain Toolchain (gcc-3.4.5-glibc-2.3.6 (soft-float)) ---> (-fsigned-char -msoft-float -O3) Enter any CFLAGS for gcc/g++

    My log:



Preparing... ########################################### [100%] 1:fontconfig ########################################### [100%]

    Processing: libpng
    ====================
    Build path taken because: directory build, no prebuilt rpm,
    scbuild/scdeploy already unpacked package

    Processing: libpng
    ====================
    Build path taken because: directory build, build key set, no
    prebuilt rpm,

    rpmbuild --dbpath /home/dima/ltib_install_2/ltib/rootfs//var/lib/rpm
    --target arm --define '_unpackaged_files_terminate_build 0' --define
    '_target_cpu arm' --define '__strip strip' --define '_topdir
    /home/dima/ltib_install_2/ltib/rpm' --define '_prefix /usr' --define
    '_tmppath /home/dima/ltib_install_2/ltib/tmp' --define '_rpmdir
    /home/dima/ltib_install_2/ltib/rpm/RPMS'  --define '_mandir
    /usr/share/man' --define '_sysconfdir /etc' --define '_localstatedir
/var' -bc --short-circuit /home/dima/ltib_install_2/ltib/dist/lfs-5.1/libpng/libpng.spec
    Building target platforms: arm
    Building for target arm
    Executing(%build): /bin/sh -e
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.84425
    + umask 022
    + cd /home/dima/ltib_install_2/ltib/rpm/BUILD
    + cd libpng-1.2.8
    + make prefix=/usr -f scripts/makefile.linux
    gcc -o pngtest-static -I../zlib -Wall -O3 -funroll-loops   pngtest.o
    -L../zlib -Wl,-rpath,../zlib libpng.a -lz -lm
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: pngtest.o uses VFP instructions, whereas pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file pngtest.o
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(png.o) uses VFP instructions, whereas pngtest-static
    does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(png.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngset.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngset.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngget.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngget.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngtrans.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngtrans.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngread.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngread.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngrio.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngrio.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngwrite.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngwrite.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngrtran.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngrtran.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngwtran.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngwtran.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngmem.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngmem.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngerror.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngerror.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngrutil.o) is compiled for EABI version 4, whereas
    pngtest-static is compiled for version 0
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngrutil.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngwutil.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngwutil.o)
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    ERROR: libpng.a(pngwio.o) uses VFP instructions, whereas
    pngtest-static does not
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    failed to merge target specific data of file libpng.a(pngwio.o)
    libpng.a(pngrutil.o)(.text+0xb4): In function `png_get_uint_31':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xd4): In function `png_read_start_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x11c): In function `png_read_start_row':
    : undefined reference to `__aeabi_uidiv'
    libpng.a(pngrutil.o)(.text+0x11c): In function `png_read_start_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x264): In function `png_read_start_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x288): In function `png_read_start_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2a4): In function `png_read_start_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x318): In function `png_read_start_row':
    : undefined reference to `__aeabi_uidiv'
    libpng.a(pngrutil.o)(.text+0x318): In function `png_read_start_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x354): In function `png_read_start_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3e0): In function `png_crc_error':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x438): In function `png_crc_error':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x47c): In function `$a':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xefc): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xf18): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xf78): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xf90): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xfa8): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xfc0): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xfd8): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0xff0): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x100c): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x102c): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1040): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1054): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1068): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x107c): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1090): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x10a4): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x10b8): In function `png_do_read_interlace':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1948): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1c94): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1fac): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1fc0): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1fd4): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x1fe8): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2014): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2028): In function `png_combine_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x23a0): In function `png_check_chunk_name':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2464): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x24b0): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x24c8): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x24d4): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x24ec): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2558): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2564): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2584): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2598): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x25cc): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x25e8): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x25f8): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2618): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2624): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2648): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2654): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2660): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2678): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2680): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x26cc): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x26ec): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x26fc): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2708): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2720): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2730): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2744): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x275c): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2774): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x278c): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x279c): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x27a8): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x27b8): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x27c4): In function `png_decompress_chunk':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2800): In function `png_crc_read':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2814): In function `png_crc_read':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2854): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2868): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x28ac): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2904): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2928): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x294c): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2968): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2978): In function `png_crc_finish':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x29ac): In function `png_handle_IEND':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x29cc): In function `png_handle_IEND':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x29d8): In function `png_handle_IEND':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2a54): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2a7c): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2aa8): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2ab8): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2af4): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2b04): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2b14): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2b24): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2b38): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2b74): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2b84): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2ba0): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2bcc): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2c10): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2c18): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2c44): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2c84): In function `png_read_finish_row':
    : undefined reference to `__aeabi_uidiv'
    libpng.a(pngrutil.o)(.text+0x2c84): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2ce4): In function `png_read_finish_row':
    : undefined reference to `__aeabi_uidiv'
    libpng.a(pngrutil.o)(.text+0x2ce4): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2d18): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2d28): In function `png_read_finish_row':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e24): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e30): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e40): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e4c): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e58): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e70): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e80): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2e8c): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2ed0): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2f00): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2f0c): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2f18): In function `png_handle_sBIT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2f90): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2f9c): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2fac): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2fb8): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2fc4): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2fdc): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2fec): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x2ff8): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3050): In function `png_handle_gAMA':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3050): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3058): In function `png_handle_gAMA':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3058): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3060): In function `png_handle_gAMA':
    : undefined reference to `__aeabi_f2d'
    libpng.a(pngrutil.o)(.text+0x3060): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3074): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3084): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3090): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x30a0): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x30ac): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x30bc): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x30d0): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x30e0): In function `png_handle_gAMA':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x31a8): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x31b8): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x320c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x321c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x324c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x325c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x328c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x329c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x32d4): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x32e4): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x330c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x331c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3348): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3358): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3384): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3394): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x33cc): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x33e4): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3434): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3444): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3450): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x346c): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3478): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3484): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x34a8): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x34b4): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x34c0): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x34d4): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x34e4): In function `png_handle_PLTE':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3548): In function `png_handle_IHDR':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3568): In function `png_handle_IHDR':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3578): In function `png_handle_IHDR':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3584): In function `png_handle_IHDR':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3694): In function `$a':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x36c8): In function `$a':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x36d8): In function `$a':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x36e8): In function `$a':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3758): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3764): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3774): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3780): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x378c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x37a4): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x37b4): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x37e4): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x37f4): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3850): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x385c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3868): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3878): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3884): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3898): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x38a8): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x38e4): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x38f4): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3944): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3950): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3964): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3974): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x39b0): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x39c0): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3a24): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3a30): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3a44): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3a54): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3a90): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3aa0): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3af0): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3af0): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3af8): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3af8): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b04): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3b04): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b0c): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3b0c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b18): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3b18): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b20): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3b20): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b2c): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3b2c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b34): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3b34): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b40): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3b40): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b48): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3b48): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b54): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3b54): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b5c): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3b5c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b68): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3b68): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b70): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3b70): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b7c): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_i2f'
    libpng.a(pngrutil.o)(.text+0x3b7c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3b84): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_fdiv'
    libpng.a(pngrutil.o)(.text+0x3b84): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3c34): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3c3c): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_f2d'
    libpng.a(pngrutil.o)(.text+0x3c3c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3c4c): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_f2d'
    libpng.a(pngrutil.o)(.text+0x3c4c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3c58): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_f2d'
    libpng.a(pngrutil.o)(.text+0x3c58): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3c68): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_f2d'
    libpng.a(pngrutil.o)(.text+0x3c68): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3c88): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3c90): In function `png_handle_cHRM':
    : undefined reference to `__aeabi_f2d'
    libpng.a(pngrutil.o)(.text+0x3c90): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3ca0): more undefined references to
    `__aeabi_f2d' follow
    libpng.a(pngrutil.o)(.text+0x3ca0): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3cac): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3cbc): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3cdc): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3ce8): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3cf8): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d04): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d10): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d20): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d2c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d3c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d4c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d5c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d6c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d7c): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3d98): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3dd8): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3de4): In function `png_handle_cHRM':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3eac): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3ed0): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3f3c): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3f48): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3f64): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3f74): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3fa0): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3fbc): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3fd8): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x3ff8): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4014): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4028): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4034): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4048): In function `png_handle_unknown':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4090): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x40a8): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x40b8): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x40c4): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4130): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4140): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4174): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4184): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4190): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x41a4): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x41b4): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x41d0): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x41e4): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x41f4): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4204): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4214): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4220): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4230): In function `png_handle_zTXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4288): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x42a0): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x42b0): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x42bc): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4304): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x431c): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4334): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4344): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4350): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x436c): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4380): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4388): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x43a4): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x43c0): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x43d4): In function `png_handle_tEXt':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4438): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4444): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4454): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4480): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4490): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x449c): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x44f0): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x44fc): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4508): In function `png_handle_tIME':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4560): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4578): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4588): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4594): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    libpng.a(pngrutil.o): warning: unresolvable relocation 28 against
    symbol `__strtod_internal@@GLIBC_2.0' from .text section
    libpng.a(pngrutil.o)(.text+0x45bc): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    
/opt/nxp/gcc-3.4.5-glibc-2.3.6/arm-linux-gnu/bin/../lib/gcc/arm-linux-gnu/3.4.5/../../../../arm-linux-gnu/bin/ld:
    libpng.a(pngrutil.o): warning: unresolvable relocation 28 against
    symbol `__strtod_internal@@GLIBC_2.0' from .text section
    libpng.a(pngrutil.o)(.text+0x4614): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4648): In function `png_handle_sCAL':
    : undefined reference to `__aeabi_dcmple'
    libpng.a(pngrutil.o)(.text+0x4648): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4664): In function `png_handle_sCAL':
    : undefined reference to `__aeabi_dcmple'
    libpng.a(pngrutil.o)(.text+0x4664): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4690): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x469c): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x46a8): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x46b4): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x46c4): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x46d0): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x46e4): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x46f4): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4704): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4710): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x471c): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4728): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4738): In function `png_handle_sCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x47a4): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x47bc): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x47cc): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x47d8): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4900): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x49cc): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x49d8): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x49ec): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x49f4): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a08): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a14): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a28): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a30): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a3c): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a58): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a64): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a74): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a84): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4a94): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4aa8): In function `png_handle_pCAL':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b18): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b24): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b34): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b40): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b4c): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b68): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b78): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4b84): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4bf0): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4bfc): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4c08): In function `png_handle_oFFs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4c6c): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4c78): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4c88): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4c94): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4ca0): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4cbc): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4ccc): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4cd8): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4d44): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4d50): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4d5c): In function `png_handle_pHYs':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4df4): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4e04): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4e58): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4e68): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4e94): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4ea4): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4ed0): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4ee0): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4f14): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4f24): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4f4c): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4f5c): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4f88): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4f98): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4fc4): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x4fd4): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5008): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5024): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5030): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x503c): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x504c): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5070): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x507c): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5088): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5094): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x50a0): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x50ac): In function `png_handle_hIST':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5138): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5144): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5154): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5160): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x516c): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5188): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5198): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x51a4): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5208): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x521c): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5228): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5238): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5244): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x52f4): In function `png_handle_bKGD':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5370): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x537c): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x538c): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5398): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x53b8): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x53c4): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x53d0): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5410): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5420): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5434): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5440): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5460): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5470): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x54e0): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x54f0): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5520): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5548): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5558): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5564): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5574): In function `png_handle_tRNS':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x55d0): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x55e4): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x55f4): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5600): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5668): In function `png_handle_sPLT':
    : undefined reference to `__aeabi_idivmod'
    libpng.a(pngrutil.o)(.text+0x5668): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x567c): In function `png_handle_sPLT':
    : undefined reference to `__aeabi_idiv'
    libpng.a(pngrutil.o)(.text+0x567c): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x56a0): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x578c): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5798): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x57a8): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x57b8): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x57c8): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x57d4): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x57e4): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5800): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x580c): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5818): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5828): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5834): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5844): In function `png_handle_sPLT':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x58b4): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x58c8): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x58d8): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x58e4): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5958): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x59cc): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x59d8): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x59e4): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x59f0): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a00): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a10): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a1c): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a2c): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a3c): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a48): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a54): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a64): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a70): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a80): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5a8c): In function `png_handle_iCCP':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b08): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b14): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b24): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b30): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b3c): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b4c): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b58): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b70): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b80): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5b8c): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5bcc): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5be0): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5c94): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5ca4): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5cb0): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    libpng.a(pngrutil.o)(.text+0x5cc0): In function `png_handle_sRGB':
    : internal error: unsupported relocation error
    collect2: ld returned 1 exit status
    make: *** [pngtest-static] Error 1
    error: Bad exit status from
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.84425 (%build)


    RPM build errors:
        Bad exit status from
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.84425 (%build)
    Build time for libpng: 0 seconds

    Failed building libpng


    f_buildrpms() returned an error, exiting
    traceback:
     main:558


    Started: Wed Jul  8 11:52:46 2009
    Ended:   Wed Jul  8 12:22:45 2009
    Elapsed: 1799 seconds

    These packages failed to build:
    libpng

    Build Failed

    Exiting on error or interrupt
    address@hidden:~/ltib_install_2/ltib$


    Exiting on error or interrupt
    address@hidden:~/ltib_install_2/ltib$



    2009/7/8 Kevin Wells <address@hidden <mailto:address@hidden>>

    Hi Dimitry,

    It looks like there may be an issue with those build tools and that
    package. I'll try building it and see if I can resolve the issue.

    Try deleting the fontconfig directory in ./ltib/rpm/BUILD and
    rebuilding once more with that toolchain.

    If it still fails, you can fall back on the GCC3.4 toolchain
    selectable from the LTIB config menu. (You won't get VFP support
    with that toolchain).

    Kevin

    *From:* Dmitry [mailto:address@hidden
    <mailto:address@hidden>]
    *Sent:* Tuesday, July 07, 2009 3:55 AM
    *To:* Kevin Wells


    *Subject:* Re: [Ltib] ltib. add GTK+ packet


    Hi Kevin and Stuart,

    I has change gcc compiler to:
Toolchain (ARMv5te gcc-4.1.2,Multi-lib,gnueabi/glibc-2.5-nptl-3)
    (-O2 -fsigned-char -mfpu=vfp -msoft-float) Enter any CFLAGS for gcc/g++


    Kernel Features:
     [*] Preemptible Kernel
(EXPERIMENTAL) [*] Use the ARM EABI to compile the kernel [*] Allow old ABI binaries to run with this kernel (EXPERIMENTAL)

    see ERROR below


    Making all in fc-cache
    make[2]: Entering directory
    `/home/dima/ltib_install_2/ltib/rpm/BUILD/fontconfig-2.4.2/fc-cache'
/bin/bash ../libtool --tag=CC --mode=link gcc -g -O2 -o fc-cache fc-cache.o -lfreetype -lz -lexpat ../src/libfontconfig.la
    <http://libfontconfig.la>
    gcc -g -O2 -o .libs/fc-cache fc-cache.o  -lfreetype -lz -lexpat
    ../src/.libs/libfontconfig.so
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    ERROR: Source object fc-cache.o has EABI version 0, but target
    .libs/fc-cache has EABI version 4
    
/opt/freescale/usr/local/gcc-4.1.2-glibc-2.5-nptl-3/arm-none-linux-gnueabi/lib/gcc/arm-none-linux-gnueabi/4.1.2/../../../../arm-none-linux-gnueabi/bin/ld:
    failed to merge target specific data of file fc-cache.o
    collect2: ld returned 1 exit status
    make[2]: *** [fc-cache] Error 1
    make[2]: Leaving directory
    `/home/dima/ltib_install_2/ltib/rpm/BUILD/fontconfig-2.4.2/fc-cache'
    make[1]: *** [all-recursive] Error 1
    make[1]: Leaving directory
    `/home/dima/ltib_install_2/ltib/rpm/BUILD/fontconfig-2.4.2'
    make: *** [all] Error 2
    error: Bad exit status from
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.84041 (%build)


    RPM build errors:
        Bad exit status from
    /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.84041 (%build)
    Build time for fontconfig: 38 seconds

    Failed building fontconfig


    f_buildrpms() returned an error, exiting
    traceback:
     main:558


    Started: Tue Jul  7 13:38:17 2009
    Ended:   Tue Jul  7 13:39:59 2009
    Elapsed: 102 seconds

    These packages failed to build:
    fontconfig

    Build Failed

    address@hidden:~/ltib_install_2/ltib$





    2009/7/6 Kevin Wells <address@hidden <mailto:address@hidden>>


    Hi Dimitri,

    Your building on the PHY3250 board using GCC 4.3.2 with hw VFP support?

    If so, GCC 4.3.2 builds most packages but has that segmentation
    fault error
    for a few...including libpng. I am working on getting this specific
    toolchain
    out of the PHY3250 tool selection menu. (Stuart - maybe we can
    reclaim the
    used space for this from the GPP if no one else is using it once I
    get it
    removed?)

    If you don't need hardware VFP support, you can use the GCC3
    toolchain with
    soft float only support. Better yet, the latest release allows you
    to use
    an existing GCC4 EABI version of the GNU tools which supports VFP
    and seems
    to generate better optimized code for everything including VFP
    support. All
    you need to do is select one of these version on the main LTIB menu.
    (./ltib --config)

    If you go with the EABI toolchain, u-boot will not currently build
    under that
    toolchain, so just keep the version you have now and select no
    bootloader from
    the LTIB menu. Also don't forget to enable EABI support in the
    kernel config
    menu.

    Kevin


     > -----Original Message-----
     > Sent: Monday, July 06, 2009 7:59 AM
     > To: Dmitry
     > Subject: Re: [Ltib] ltib. add GTK+ packet
     >
     > Hi Dmitry,
     >
     > Please keep these questions on the list or I can't answer you.
     >
     > It looks like you have some compiler problem (maybe).  Can you:
     >
     > * run: cat .config | grep ^CONFIG_PLATFORM_DIR and then send me the
     > .config file from the indicated directory so I can see what
    platform and
     > config you have.
     >
     > * tell me which copy of LTIB you're running (CVS or from
    Freescale, the
     > version etc).
     >
     > Regards, Stuart
     >
     > Dmitry wrote:
     > > Hi, Stuart,
     > >
     > > Thank you for support!
     > >
     > > I work with Ubuntu 9.04. I have added by apt-get following packets:
     > > 1. libfreetype6 and  libfreetype6-dev
     > > 2. libpng12-dev
     > >
     > > see my log below
     > >
     > >
     > >
     > > Processing: freetype
     > > ======================
     > >
     > > Processing: fontconfig
     > > ========================
     > > Build path taken because: directory build,
     > > checking if sources have been updated: *no*
     > >
     > > Processing: libpng
     > > ====================
     > > Build path taken because: directory build, no prebuilt rpm,
     > > scbuild/scdeploy already unpacked package
     > >
     > > Processing: libpng
     > > ====================
     > > Build path taken because: directory build, build key set, no
    prebuilt
     > rpm,
     > >
     > > rpmbuild --dbpath
    /home/dima/ltib_install_2/ltib/rootfs//var/lib/rpm
     > > --target arm --define '_unpackaged_files_terminate_build 0'
    --define
     > > '_target_cpu arm' --define '__strip strip' --define '_topdir
     > > /home/dima/ltib_install_2/ltib/rpm' --define '_prefix /usr'
    --define
     > > '_tmppath /home/dima/ltib_install_2/ltib/tmp' --define '_rpmdir
     > > /home/dima/ltib_install_2/ltib/rpm/RPMS'  --define '_mandir
     > > /usr/share/man' --define '_sysconfdir /etc' --define
    '_localstatedir
     > > /var' -bc --short-circuit
     > > /home/dima/ltib_install_2/ltib/dist/lfs-5.1/libpng/libpng.spec
     > > Building target platforms: arm
     > > Building for target arm
     > > Executing(%build): /bin/sh -e
     > > /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.72326
     > > + umask 022
     > > + cd /home/dima/ltib_install_2/ltib/rpm/BUILD
     > > + cd libpng-1.2.8
     > > + make prefix=/usr -f scripts/makefile.linux
     > > gcc -I../zlib -Wall -O3 -funroll-loops     -c -o pngrutil.o
    pngrutil.c
     > > gcc -c -I../zlib -Wall -O3 -funroll-loops   -fPIC -o pngwtran.pic.o
     > > pngwtran.c
     > > gcc -c -I../zlib -Wall -O3 -funroll-loops   -fPIC -o pngmem.pic.o
     > pngmem.c
     > > gcc -c -I../zlib -Wall -O3 -funroll-loops   -fPIC -o pngerror.pic.o
     > > pngerror.c
     > > gcc -c -I../zlib -Wall -O3 -funroll-loops   -fPIC -o pngpread.pic.o
     > > pngpread.c
     > > gcc -I../zlib -Wall -O3 -funroll-loops     -c -o pngtest.o
    pngtest.c
     > > cat scripts/libpng.pc.in <http://libpng.pc.in>
    <http://libpng.pc.in> | sed -e
     > > address@hidden@!/usr! > libpng.pc
     > > ( cat scripts/libpng-config-head.in
    <http://libpng-config-head.in> <http://libpng-config-head.in>; \
     > >     echo prefix=\"/usr\"; \
     > >     echo I_opts=\"-I/usr/include/libpng12\"; \
     > >     echo L_opts=\"-L/usr/lib\"; \
     > >     echo R_opts=\"-Wl,-rpath,/usr/lib\"; \
     > >     echo libs=\"-lpng12\"; \
     > >     cat scripts/libpng-config-body.in
    <http://libpng-config-body.in> <http://libpng-config-body.in> )
     > >
     > > libpng-config
     > > chmod +x libpng-config
     > > pngrutil.c: In function 'png_get_uint_31':
     > > pngrutil.c:47: internal compiler error: Segmentation fault
     > > Please submit a full bug report,
     > > with preprocessed source if appropriate.
     > > See <http://gcc.gnu.org/bugs.html> for instructions.
     > > make: *** [pngrutil.o] Error 1
     > > make: *** Waiting for unfinished jobs....
     > > error: Bad exit status from
     > > /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.72326 (%build)
     > >
     > >
     > > RPM build errors:
     > >     Bad exit status from
     > > /home/dima/ltib_install_2/ltib/tmp/rpm-tmp.72326 (%build)
     > > Build time for libpng: 4 seconds
     > >
     > > Failed building libpng
     > >
     > >
     > > f_buildrpms() returned an error, exiting
     > > traceback:
     > >  main:558
     > >
     > >
     > > Started: Mon Jul  6 17:23:30 2009
     > > Ended:   Mon Jul  6 17:24:32 2009
     > > Elapsed: 62 seconds
     > >
     > > These packages failed to build:
     > > libpng
     >
     >

     > _______________________________________________
     > LTIB home page: http://ltib.org
     >
     > Ltib mailing list
     > address@hidden <mailto:address@hidden>
     > http://lists.nongnu.org/mailman/listinfo/ltib




-- Best Regards,
    Dmitry.
    Embedded Development Engineer
    Israel.
    Mobile:
      052 6 144 338
      0507 63 53 10




-- Best Regards,
    Dmitry.
    Embedded Development Engineer
    Israel.
    Mobile:
      052 6 144 338
      0507 63 53 10




--
Best Regards,
Dmitry.
Embedded Development Engineer
Israel.
Mobile:
  052 6 144 338
  0507 63 53 10


------------------------------------------------------------------------

_______________________________________________
LTIB home page: http://ltib.org

Ltib mailing list
address@hidden
http://lists.nongnu.org/mailman/listinfo/ltib




reply via email to

[Prev in Thread] Current Thread [Next in Thread]