mailarchive of the ptxdist mailing list
 help / color / mirror / Atom feed
* Re: [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0
       [not found] <mailman.16720.1358867154.2020.ptxdist@pengutronix.de>
@ 2013-01-23  8:41 ` Dennis.Herbrich
  2013-01-23  9:33   ` Tim Sander
  0 siblings, 1 reply; 5+ messages in thread
From: Dennis.Herbrich @ 2013-01-23  8:41 UTC (permalink / raw)
  To: ptxdist

Tim Sander wrote:

> As i know that you guys are looking for testing reports for newer 
> toolchains i just post this error here.
> Libgcrypt fails to build, the libgpg error works with objdump and with 
file:
> file libgpg-error.so.0.5.0: ELF 32-bit LSB shared object, ARM, version 1
> (SYSV), dynamically linked, not stripped
> 
> The same stuff works with a OSELAS.Toolchain-2011.03.1/arm-1136jfs-
> linux-gnueabi toolchain. And yes i double
> checked that i have cleaned the working ptxdist project.

[build output snipped]

"Me, too!"

I had the exact same problem building with a current Xilinx-supplied 
toolchain,
which is a CodeSourcery Lite 2011.09-50 toolchain for armv7 based on GCC 
4.6.1,
with ptxdist-2013.01.0. Since I didn't need that package, I simply made a 
note
to try the current OSELAS toolchain later to see if it's reproducable.

"Good to hear" that this would likely not have helped, and there's 
possibly an
issue with the package itself. My best guess right now would be a mixed up 
order
of (or missing) libraries in the linking stage, but I didn't bother diving 
into
the Makefile as of yet.

Regards,
  Dennis

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0
  2013-01-23  8:41 ` [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0 Dennis.Herbrich
@ 2013-01-23  9:33   ` Tim Sander
  2013-01-23 11:10     ` Michael Olbrich
  0 siblings, 1 reply; 5+ messages in thread
From: Tim Sander @ 2013-01-23  9:33 UTC (permalink / raw)
  To: ptxdist

Hi Denis
> file:
> > file libgpg-error.so.0.5.0: ELF 32-bit LSB shared object, ARM, version 1
> > (SYSV), dynamically linked, not stripped
> > 
> > The same stuff works with a OSELAS.Toolchain-2011.03.1/arm-1136jfs-
> > linux-gnueabi toolchain. And yes i double
> > checked that i have cleaned the working ptxdist project.
> 
> [build output snipped]
> 
> "Me, too!"
> 
> I had the exact same problem building with a current Xilinx-supplied
> toolchain,
> which is a CodeSourcery Lite 2011.09-50 toolchain for armv7 based on GCC
> 4.6.1,
> with ptxdist-2013.01.0. Since I didn't need that package, I simply made a
> note
> to try the current OSELAS toolchain later to see if it's reproducable.
> 
> "Good to hear" that this would likely not have helped, and there's
> possibly an
> issue with the package itself. My best guess right now would be a mixed up
> order
> of (or missing) libraries in the linking stage, but I didn't bother diving
> into
> the Makefile as of yet.
I first thought it would be a hardfloat toolchain problem. But this problem also 
occurs with the arm-1136jfs-linux-gnueabi toolchain same version. So yep it 
seems to be a problem of the packet.

Its all automake stuff and my automake foo is admitably limited...

Best regards
Tim

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0
  2013-01-23  9:33   ` Tim Sander
@ 2013-01-23 11:10     ` Michael Olbrich
  2013-01-23 13:39       ` Tim Sander
  0 siblings, 1 reply; 5+ messages in thread
From: Michael Olbrich @ 2013-01-23 11:10 UTC (permalink / raw)
  To: ptxdist

Hi,

On Wed, Jan 23, 2013 at 10:33:52AM +0100, Tim Sander wrote:
> > file:
> > > file libgpg-error.so.0.5.0: ELF 32-bit LSB shared object, ARM, version 1
> > > (SYSV), dynamically linked, not stripped
> > > 
> > > The same stuff works with a OSELAS.Toolchain-2011.03.1/arm-1136jfs-
> > > linux-gnueabi toolchain. And yes i double
> > > checked that i have cleaned the working ptxdist project.
> > 
> > [build output snipped]
> > 
> > "Me, too!"
> > 
> > I had the exact same problem building with a current Xilinx-supplied
> > toolchain,
> > which is a CodeSourcery Lite 2011.09-50 toolchain for armv7 based on GCC
> > 4.6.1,
> > with ptxdist-2013.01.0. Since I didn't need that package, I simply made a
> > note
> > to try the current OSELAS toolchain later to see if it's reproducable.
> > 
> > "Good to hear" that this would likely not have helped, and there's
> > possibly an
> > issue with the package itself. My best guess right now would be a mixed up
> > order
> > of (or missing) libraries in the linking stage, but I didn't bother diving
> > into
> > the Makefile as of yet.
> I first thought it would be a hardfloat toolchain problem. But this problem also 
> occurs with the arm-1136jfs-linux-gnueabi toolchain same version. So yep it 
> seems to be a problem of the packet.

This is a bug in libgcrypt that is exposed by a change in binutils:

ac-schemes.o: undefined reference to symbol 'gpg_err_code_from_errno'

ac-schemes uses gpg_err_code_from_errno() but only links to libgcrypt.so
explicitly.
The old bahaviour was like this: libgcrypt.so links to libgpg-error.so.0,
so libgpg-error.so.0 is also used if needed.
With the new behaviour only explicitly specified libs are used, resulting
in this error.
The old behaviour can be restored by adding "-WL,--copy-dt-needed-entries"
to the ldflags (PTXCONF_TARGET_EXTRA_LDFLAGS in the platformconfig).

Michael

-- 
Pengutronix e.K.                           |                             |
Industrial Linux Solutions                 | http://www.pengutronix.de/  |
Peiner Str. 6-8, 31137 Hildesheim, Germany | Phone: +49-5121-206917-0    |
Amtsgericht Hildesheim, HRA 2686           | Fax:   +49-5121-206917-5555 |

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* Re: [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0
  2013-01-23 11:10     ` Michael Olbrich
@ 2013-01-23 13:39       ` Tim Sander
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Sander @ 2013-01-23 13:39 UTC (permalink / raw)
  To: ptxdist

H iMichael

Thanks for your reply.
> The old behaviour can be restored by adding "-WL,--copy-dt-needed-entries"
> to the ldflags (PTXCONF_TARGET_EXTRA_LDFLAGS in the platformconfig).
Just a minor typo (s/WL/Wl/g): 
The flags should be "-Wl,--copy-dt-needed-entries".

Best regards
Tim

-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

* [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0
@ 2013-01-22 15:05 Tim Sander
  0 siblings, 0 replies; 5+ messages in thread
From: Tim Sander @ 2013-01-22 15:05 UTC (permalink / raw)
  To: ptxdist

Hi 

As i know that you guys are looking for testing reports for newer toolchains i just post this error here.
Libgcrypt fails to build, the libgpg error works with objdump and with file:
file libgpg-error.so.0.5.0: ELF 32-bit LSB shared object, ARM, version 1 (SYSV), dynamically linked, not stripped

The same stuff works with a OSELAS.Toolchain-2011.03.1/arm-1136jfs-linux-gnueabi toolchain. And yes i double
checked that i have cleaned the working ptxdist project.

Best regards
Tim

PS: this is the build output of libgcrypt with ptxdist-2013.01.0 and arm-1136jfs-linux-gnueabihf-gcc toolchain:

---------------------
target: libgcrypt.get
---------------------

finished target libgcrypt.get

-------------------------
target: libgcrypt.extract
-------------------------

extract: pkg_src=ptx/src/libgcrypt-1.4.5.tar.bz2
extract: pkg_extract_dir=ptx/platform-pmx-one/build-target/libgcrypt-1.4.5

pkg_patch_dir:     'ptxdist-2013.01.0/patches/libgcrypt-1.4.5'
pkg_patch_series:  'ptxdist-2013.01.0/patches/libgcrypt-1.4.5/series'

patchin: quilt: apply 'ptxdist-2013.01.0/patches/libgcrypt-1.4.5/series'
Applying patch libgcrypt-config.in.diff
patching file src/libgcrypt-config.in

Now at patch libgcrypt-config.in.diff
patchin: quilt: done

finished target libgcrypt.extract

------------------------------
target: libgcrypt.extract.post
------------------------------

pkg_patch_autogen: '<none>'

patchin: fixup:
ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/configure
ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/ltmain.sh
patchin: fixup: done

finished target libgcrypt.extract.post

-------------------------
target: libgcrypt.prepare
-------------------------

pkg_deprecated_env="AR=arm-1136jfs-linux-gnueabihf-ar AS=arm-1136jfs-linux-gnueabihf-as LD=arm-1136jfs-linux-gnueabihf-ld NM=arm-1136jfs-linux-gnueabihf-nm CC=arm-1136jfs-linux-gnueabihf-gcc CXX=arm-1136jfs-linux-gnueabihf-g++ CPP=arm-1136jfs-linux-gnueabihf-cpp RANLIB=arm-1136jfs-linux-gnueabihf-ranlib READELF=arm-1136jfs-linux-gnueabihf-readelf OBJCOPY=arm-1136jfs-linux-gnueabihf-objcopy OBJDUMP=arm-1136jfs-linux-gnueabihf-objdump STRIP=arm-1136jfs-linux-gnueabihf-strip DLLTOOL=arm-1136jfs-linux-gnueabihf-dlltool GNAT=arm-1136jfs-linux-gnueabihf-gnat GNATBIND=arm-1136jfs-linux-gnueabihf-gnatbind GNATCHOP=arm-1136jfs-linux-gnueabihf-gnatchop GNATCLEAN=arm-1136jfs-linux-gnueabihf-gnatclean GNATFIND=arm-1136jfs-linux-gnueabihf-gnatfind GNATKR=arm-1136jfs-linux-gnueabihf-gnatkr GNATLINK=arm-1136jfs-linux-gnueabihf-gnatlink GNATLS=arm-1136jfs-linux-gnueabihf-gnatls GNATMAKE=arm-1136jfs-linux-gnueabihf-gnatmake GNATNAME=arm-1136jfs-linux-gnueabihf-gnatname GNATPREP=arm-1136jfs-linux-gnueabihf-gnatprep GNATXREF=arm-1136jfs-linux-gnueabihf-gnatxref CC_FOR_BUILD=gcc CPP_FOR_BUILD=gcc LINK_FOR_BUILD=gcc SYSROOT="/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target" PKG_CONFIG_PATH='' PKG_CONFIG_LIBDIR='/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/lib/pkgconfig:/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/pkgconfig:/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/share/pkgconfig:/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/share/pkgconfig' PKG_CONFIG="/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-cross/bin/arm-1136jfs-linux-gnueabihf-pkg-config" enable_option_checking=fatal ac_cv_file__dev_random=yes ac_cv_file__proc_self_exe=yes ac_cv_file__proc_self_fd=yes ac_cv_file__proc_self_maps=yes ac_cv_func_dcgettext=yes ac_cv_func_getpgrp_void=yes ac_cv_func_getrlimit=yes ac_cv_func_malloc_0_nonnull=yes ac_cv_func_memcmp_clean=yes ac_cv_func_memcmp_working=yes ac_cv_func_nonposix_getgrgid_r=no ac_cv_func_nonposix_getpwuid_r=no ac_cv_func_posix_getgrgid_r=yes ac_cv_func_posix_getpwnam_r=yes ac_cv_func_posix_getpwuid_r=yes ac_cv_func_printf_unix98=yes ac_cv_func_realloc_0_nonnull=yes ac_cv_func_setgrent_void=yes ac_cv_func_setpgrp_void=yes ac_cv_func_setvbuf_reversed=no ac_cv_func_strstr=yes ac_cv_func_strtod=yes ac_cv_func_strtoul=yes ac_cv_func_vsnprintf_c99=yes ac_cv_func_wait3_rusage=yes ac_cv_have_abstract_sockets=yes ac_cv_lib_c_inet_aton=yes ac_cv_sizeof_long_double="8" ac_cv_sizeof_long_long=8 ac_cv_sysv_ipc=yes ac_cv_type_uintptr_t=yes bash_cv_func_ctype_nonascii=yes bash_cv_func_sigsetjmp=present bash_cv_func_strcoll_broken=no bash_cv_must_reinstall_sighandlers=no glib_cv_long_long_format="ll" gt_cv_func_gettext_libintl=yes ac_cv_func_fork=yes ac_cv_func_fork_works=yes ac_cv_func_iconv_open=yes"

pkg_deprecated_autoconf="--prefix=/usr --sysconfdir=/etc --localstatedir=/var --libdir=/usr/lib --host=arm-1136jfs-linux-gnueabihf --build=x86_64-host-linux-gnu --enable-optimization --disable-random-daemon --disable-asm"

checking for a BSD-compatible install... /usr/local/lib/ptxdist-2013.01.0/bin/install -c
checking whether build environment is sane... yes
checking for a thread-safe mkdir -p... /usr/local/lib/ptxdist-2013.01.0/bin/mkdir -p
checking for gawk... gawk
checking whether make sets $(MAKE)... yes
checking for arm-1136jfs-linux-gnueabihf-strip... arm-1136jfs-linux-gnueabihf-strip
checking build system type... x86_64-host-linux-gnu
checking host system type... arm-1136jfs-linux-gnueabihf
checking whether to enable maintainer-specific portions of Makefiles... no
checking whether make sets $(MAKE)... (cached) yes
checking for arm-1136jfs-linux-gnueabihf-gcc... arm-1136jfs-linux-gnueabihf-gcc
checking for C compiler default output file name... a.out
checking whether the C compiler works... yes
checking whether we are cross compiling... yes
checking for suffix of executables... 
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether arm-1136jfs-linux-gnueabihf-gcc accepts -g... yes
checking for arm-1136jfs-linux-gnueabihf-gcc option to accept ISO C89... none needed
checking for style of include used by make... GNU
checking dependency style of arm-1136jfs-linux-gnueabihf-gcc... gcc3
checking how to run the C preprocessor... arm-1136jfs-linux-gnueabihf-cpp
checking whether arm-1136jfs-linux-gnueabihf-gcc and cc understand -c and -o together... yes
checking dependency style of arm-1136jfs-linux-gnueabihf-gcc... gcc3
checking for library containing strerror... none required
checking for gawk... (cached) gawk
checking for arm-1136jfs-linux-gnueabihf-windres... no
checking for windres... no
checking for a sed that does not truncate output... /usr/local/lib/ptxdist-2013.01.0/bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for egrep... /bin/grep -E
checking for ld used by arm-1136jfs-linux-gnueabihf-gcc... arm-1136jfs-linux-gnueabihf-ld
checking if the linker (arm-1136jfs-linux-gnueabihf-ld) is GNU ld... yes
checking for arm-1136jfs-linux-gnueabihf-ld option to reload object files... -r
checking for BSD-compatible nm... arm-1136jfs-linux-gnueabihf-nm
checking whether ln -s works... yes
checking how to recognise dependent libraries... pass_all
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking dlfcn.h usability... yes
checking dlfcn.h presence... yes
checking for dlfcn.h... yes
checking whether we are using the GNU C++ compiler... yes
checking whether arm-1136jfs-linux-gnueabihf-g++ accepts -g... yes
checking dependency style of arm-1136jfs-linux-gnueabihf-g++... gcc3
checking how to run the C++ preprocessor... arm-1136jfs-linux-gnueabihf-g++ -E
checking for arm-1136jfs-linux-gnueabihf-g77... no
checking for arm-1136jfs-linux-gnueabihf-xlf... no
checking for arm-1136jfs-linux-gnueabihf-f77... no
checking for arm-1136jfs-linux-gnueabihf-frt... no
checking for arm-1136jfs-linux-gnueabihf-pgf77... no
checking for arm-1136jfs-linux-gnueabihf-cf77... no
checking for arm-1136jfs-linux-gnueabihf-fort77... no
checking for arm-1136jfs-linux-gnueabihf-fl32... no
checking for arm-1136jfs-linux-gnueabihf-af77... no
checking for arm-1136jfs-linux-gnueabihf-xlf90... no
checking for arm-1136jfs-linux-gnueabihf-f90... no
checking for arm-1136jfs-linux-gnueabihf-pgf90... no
checking for arm-1136jfs-linux-gnueabihf-pghpf... no
checking for arm-1136jfs-linux-gnueabihf-epcf90... no
checking for arm-1136jfs-linux-gnueabihf-gfortran... no
checking for arm-1136jfs-linux-gnueabihf-g95... no
checking for arm-1136jfs-linux-gnueabihf-xlf95... no
checking for arm-1136jfs-linux-gnueabihf-f95... no
checking for arm-1136jfs-linux-gnueabihf-fort... no
checking for arm-1136jfs-linux-gnueabihf-ifort... no
checking for arm-1136jfs-linux-gnueabihf-ifc... no
checking for arm-1136jfs-linux-gnueabihf-efc... no
checking for arm-1136jfs-linux-gnueabihf-pgf95... no
checking for arm-1136jfs-linux-gnueabihf-lf95... no
checking for arm-1136jfs-linux-gnueabihf-ftn... no
checking for g77... no
checking for xlf... no
checking for f77... no
checking for frt... no
checking for pgf77... no
checking for cf77... no
checking for fort77... no
checking for fl32... no
checking for af77... no
checking for xlf90... no
checking for f90... no
checking for pgf90... no
checking for pghpf... no
checking for epcf90... no
checking for gfortran... no
checking for g95... no
checking for xlf95... no
checking for f95... no
checking for fort... no
checking for ifort... no
checking for ifc... no
checking for efc... no
checking for pgf95... no
checking for lf95... no
checking for ftn... no
checking whether we are using the GNU Fortran 77 compiler... no
checking whether  accepts -g... no
checking the maximum length of command line arguments... 32768
checking command to parse arm-1136jfs-linux-gnueabihf-nm output from arm-1136jfs-linux-gnueabihf-gcc object... ok
checking for objdir... .libs
checking for arm-1136jfs-linux-gnueabihf-ar... arm-1136jfs-linux-gnueabihf-ar
checking for arm-1136jfs-linux-gnueabihf-ranlib... arm-1136jfs-linux-gnueabihf-ranlib
checking for arm-1136jfs-linux-gnueabihf-strip... (cached) arm-1136jfs-linux-gnueabihf-strip
checking if arm-1136jfs-linux-gnueabihf-gcc static flag  works... yes
checking if arm-1136jfs-linux-gnueabihf-gcc supports -fno-rtti -fno-exceptions... no
checking for arm-1136jfs-linux-gnueabihf-gcc option to produce PIC... -fPIC
checking if arm-1136jfs-linux-gnueabihf-gcc PIC flag -fPIC works... yes
checking if arm-1136jfs-linux-gnueabihf-gcc supports -c -o file.o... yes
checking whether the arm-1136jfs-linux-gnueabihf-gcc linker (arm-1136jfs-linux-gnueabihf-ld) supports shared libraries... yes
checking whether -lc should be explicitly linked in... no
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
checking if libtool supports shared libraries... yes
checking whether to build shared libraries... yes
checking whether to build static libraries... yes
configure: creating libtool
appending configuration tag "RC" to libtool
appending configuration tag "CXX" to libtool
checking for ld used by arm-1136jfs-linux-gnueabihf-g++... arm-1136jfs-linux-gnueabihf-ld
checking if the linker (arm-1136jfs-linux-gnueabihf-ld) is GNU ld... yes
checking whether the arm-1136jfs-linux-gnueabihf-g++ linker (arm-1136jfs-linux-gnueabihf-ld) supports shared libraries... yes
checking for arm-1136jfs-linux-gnueabihf-g++ option to produce PIC... -fPIC
checking if arm-1136jfs-linux-gnueabihf-g++ PIC flag -fPIC works... yes
checking if arm-1136jfs-linux-gnueabihf-g++ supports -c -o file.o... yes
checking whether the arm-1136jfs-linux-gnueabihf-g++ linker (arm-1136jfs-linux-gnueabihf-ld) supports shared libraries... yes
checking dynamic linker characteristics... GNU/Linux ld.so
checking how to hardcode library paths into programs... immediate
checking whether stripping libraries is possible... yes
appending configuration tag "F77" to libtool
checking whether byte ordering is bigendian... no
checking size of unsigned short... 2
checking size of unsigned int... 4
checking size of unsigned long... 4
checking size of unsigned long long... 8
checking for uintptr_t... (cached) yes
checking which symmetric ciphers to include... arcfour blowfish cast5 des aes twofish serpent rfc2268 seed camellia
checking which public-key ciphers to include... dsa elgamal rsa ecc
checking which message digests to include... crc md4 md5 rmd160 sha1 sha256 sha512 tiger whirlpool
checking which random module to use... default
checking whether use of /dev/random is requested... yes
checking whether the experimental random daemon is requested... no
checking whether MPI assembler modules are requested... no
checking whether memory guard is requested... no
checking whether use of capabilities is requested... no
checking whether a HMAC binary check is requested... no
checking whether padlock support is requested... yes
checking whether a -O flag munging is requested... yes
checking for gpg-error-config... /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-cross/bin/gpg-error-config
checking for GPG Error - version >= 1.4... yes
checking for library containing setsockopt... none required
checking for library containing setsockopt... (cached) none required
checking for ANSI C header files... (cached) yes
checking for unistd.h... (cached) yes
checking sys/select.h usability... yes
checking sys/select.h presence... yes
checking for sys/select.h... yes
checking for an ANSI C-conforming const... yes
checking for inline... inline
checking for size_t... yes
checking return type of signal handlers... void
checking whether sys_siglist is declared... yes
checking for byte typedef... no
checking for ushort typedef... yes
checking for ulong typedef... yes
checking for u16 typedef... no
checking for u32 typedef... no
checking sys/socket.h usability... yes
checking sys/socket.h presence... yes
checking for sys/socket.h... yes
checking for socklen_t... yes
checking whether the visibility attribute is supported... yes
checking for broken visibility attribute... no
checking for broken alias attribute... no
checking if gcc supports -fvisibility=hidden... yes
checking for vprintf... yes
checking for _doprnt... no
checking for stpcpy... yes
checking for strcasecmp... yes
checking for strtoul... (cached) yes
checking for memmove... yes
checking for stricmp... no
checking for atexit... yes
checking for raise... yes
checking for strerror... yes
checking for rand... yes
checking for mmap... yes
checking for getpagesize... yes
checking for sysconf... yes
checking for waitpid... yes
checking for wait4... yes
checking for gettimeofday... yes
checking for getrusage... yes
checking for gethrtime... no
checking for clock_gettime... no
checking for syslog... yes
checking for fcntl... yes
checking for ftruncate... yes
checking for mlock... yes
checking for sysconf... (cached) yes
checking for getpagesize... (cached) yes
checking whether mlock is broken... assuming no
checking for random device... yes
checking for _ prefix in compiled symbols... yes
checking for mpi assembler functions... done
checking whether non excutable stack support is requested... yes
checking whether assembler supports --noexecstack option... yes
configure: creating ./config.status
config.status: creating Makefile
config.status: creating m4/Makefile
config.status: creating mpi/Makefile
config.status: creating cipher/Makefile
config.status: creating random/Makefile
config.status: creating doc/Makefile
config.status: creating src/Makefile
config.status: creating src/gcrypt.h
config.status: creating src/libgcrypt-config
config.status: creating src/versioninfo.rc
config.status: creating tests/Makefile
config.status: creating config.h
config.status: linking mpi/generic/mpih-add1.c to mpi/mpih-add1.c
config.status: linking mpi/generic/mpih-sub1.c to mpi/mpih-sub1.c
config.status: linking mpi/generic/mpih-mul1.c to mpi/mpih-mul1.c
config.status: linking mpi/generic/mpih-mul2.c to mpi/mpih-mul2.c
config.status: linking mpi/generic/mpih-mul3.c to mpi/mpih-mul3.c
config.status: linking mpi/generic/mpih-lshift.c to mpi/mpih-lshift.c
config.status: linking mpi/generic/mpih-rshift.c to mpi/mpih-rshift.c
config.status: linking mpi/generic/mpi-asm-defs.h to mpi/mpi-asm-defs.h
config.status: executing depfiles commands
config.status: executing gcrypt-conf commands

        Libgcrypt v1.4.5 has been configured as follows:

        Platform:  GNU/Linux (arm-1136jfs-linux-gnueabihf)

finished target libgcrypt.prepare

-------------------------
target: libgcrypt.compile
-------------------------

make[1]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5'
make  all-recursive
make[2]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5'
Making all in mpi
make[3]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/mpi'
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-add.lo -MD -MP -MF .deps/mpi-add.Tpo -c -o mpi-add.lo mpi-add.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-bit.lo -MD -MP -MF .deps/mpi-bit.Tpo -c -o mpi-bit.lo mpi-bit.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-cmp.lo -MD -MP -MF .deps/mpi-cmp.Tpo -c -o mpi-cmp.lo mpi-cmp.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-div.lo -MD -MP -MF .deps/mpi-div.Tpo -c -o mpi-div.lo mpi-div.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-gcd.lo -MD -MP -MF .deps/mpi-gcd.Tpo -c -o mpi-gcd.lo mpi-gcd.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-inline.lo -MD -MP -MF .deps/mpi-inline.Tpo -c -o mpi-inline.lo mpi-inline.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-inv.lo -MD -MP -MF .deps/mpi-inv.Tpo -c -o mpi-inv.lo mpi-inv.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mul.lo -MD -MP -MF .deps/mpi-mul.Tpo -c -o mpi-mul.lo mpi-mul.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mod.lo -MD -MP -MF .deps/mpi-mod.Tpo -c -o mpi-mod.lo mpi-mod.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-pow.lo -MD -MP -MF .deps/mpi-pow.Tpo -c -o mpi-pow.lo mpi-pow.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mpow.lo -MD -MP -MF .deps/mpi-mpow.Tpo -c -o mpi-mpow.lo mpi-mpow.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-scan.lo -MD -MP -MF .deps/mpi-scan.Tpo -c -o mpi-scan.lo mpi-scan.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c -o mpicoder.lo mpicoder.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-div.lo -MD -MP -MF .deps/mpih-div.Tpo -c -o mpih-div.lo mpih-div.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul.lo -MD -MP -MF .deps/mpih-mul.Tpo -c -o mpih-mul.lo mpih-mul.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpiutil.lo -MD -MP -MF .deps/mpiutil.Tpo -c -o mpiutil.lo mpiutil.c
mkdir .libs
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-add.lo -MD -MP -MF .deps/mpi-add.Tpo -c mpi-add.c  -fPIC -DPIC -o .libs/mpi-add.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-inline.lo -MD -MP -MF .deps/mpi-inline.Tpo -c mpi-inline.c  -fPIC -DPIC -o .libs/mpi-inline.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-bit.lo -MD -MP -MF .deps/mpi-bit.Tpo -c mpi-bit.c  -fPIC -DPIC -o .libs/mpi-bit.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-gcd.lo -MD -MP -MF .deps/mpi-gcd.Tpo -c mpi-gcd.c  -fPIC -DPIC -o .libs/mpi-gcd.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mod.lo -MD -MP -MF .deps/mpi-mod.Tpo -c mpi-mod.c  -fPIC -DPIC -o .libs/mpi-mod.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mpow.lo -MD -MP -MF .deps/mpi-mpow.Tpo -c mpi-mpow.c  -fPIC -DPIC -o .libs/mpi-mpow.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-cmp.lo -MD -MP -MF .deps/mpi-cmp.Tpo -c mpi-cmp.c  -fPIC -DPIC -o .libs/mpi-cmp.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul.lo -MD -MP -MF .deps/mpih-mul.Tpo -c mpih-mul.c  -fPIC -DPIC -o .libs/mpih-mul.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c mpicoder.c  -fPIC -DPIC -o .libs/mpicoder.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-scan.lo -MD -MP -MF .deps/mpi-scan.Tpo -c mpi-scan.c  -fPIC -DPIC -o .libs/mpi-scan.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-div.lo -MD -MP -MF .deps/mpi-div.Tpo -c mpi-div.c  -fPIC -DPIC -o .libs/mpi-div.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-inv.lo -MD -MP -MF .deps/mpi-inv.Tpo -c mpi-inv.c  -fPIC -DPIC -o .libs/mpi-inv.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-div.lo -MD -MP -MF .deps/mpih-div.Tpo -c mpih-div.c  -fPIC -DPIC -o .libs/mpih-div.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-inline.lo -MD -MP -MF .deps/mpi-inline.Tpo -c mpi-inline.c -o mpi-inline.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-gcd.lo -MD -MP -MF .deps/mpi-gcd.Tpo -c mpi-gcd.c -o mpi-gcd.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mul.lo -MD -MP -MF .deps/mpi-mul.Tpo -c mpi-mul.c  -fPIC -DPIC -o .libs/mpi-mul.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpiutil.lo -MD -MP -MF .deps/mpiutil.Tpo -c mpiutil.c  -fPIC -DPIC -o .libs/mpiutil.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-pow.lo -MD -MP -MF .deps/mpi-pow.Tpo -c mpi-pow.c  -fPIC -DPIC -o .libs/mpi-pow.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-cmp.lo -MD -MP -MF .deps/mpi-cmp.Tpo -c mpi-cmp.c -o mpi-cmp.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mpow.lo -MD -MP -MF .deps/mpi-mpow.Tpo -c mpi-mpow.c -o mpi-mpow.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mod.lo -MD -MP -MF .deps/mpi-mod.Tpo -c mpi-mod.c -o mpi-mod.o >/dev/null 2>&1
mpi-pow.c: In function '_gcry_mpi_powm':mpih-div.c: In function '_gcry_mpih_mod_1':
mpih-div.c:51:9: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]
mpih-div.c: In function '_gcry_mpih_divmod_1':
mpih-div.c:400:9: warning: variable 'dummy' set but not used [-Wunused-but-set-variable]

mpi-pow.c:48:35: warning: variable 'rsec' set but not used [-Wunused-but-set-variable]
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-scan.lo -MD -MP -MF .deps/mpi-scan.Tpo -c mpi-scan.c -o mpi-scan.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-inv.lo -MD -MP -MF .deps/mpi-inv.Tpo -c mpi-inv.c -o mpi-inv.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-div.lo -MD -MP -MF .deps/mpi-div.Tpo -c mpi-div.c -o mpi-div.o >/dev/null 2>&1
mv -f .deps/mpi-gcd.Tpo .deps/mpi-gcd.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ec.lo -MD -MP -MF .deps/ec.Tpo -c -o ec.lo ec.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-bit.lo -MD -MP -MF .deps/mpi-bit.Tpo -c mpi-bit.c -o mpi-bit.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-mul.lo -MD -MP -MF .deps/mpi-mul.Tpo -c mpi-mul.c -o mpi-mul.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-add.lo -MD -MP -MF .deps/mpi-add.Tpo -c mpi-add.c -o mpi-add.o >/dev/null 2>&1
mv -f .deps/mpi-inline.Tpo .deps/mpi-inline.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-add1.lo -MD -MP -MF .deps/mpih-add1.Tpo -c -o mpih-add1.lo mpih-add1.c
mv -f .deps/mpi-cmp.Tpo .deps/mpi-cmp.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-sub1.lo -MD -MP -MF .deps/mpih-sub1.Tpo -c -o mpih-sub1.lo mpih-sub1.c
mv -f .deps/mpi-inv.Tpo .deps/mpi-inv.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul1.lo -MD -MP -MF .deps/mpih-mul1.Tpo -c -o mpih-mul1.lo mpih-mul1.c
mv -f .deps/mpi-scan.Tpo .deps/mpi-scan.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpicoder.lo -MD -MP -MF .deps/mpicoder.Tpo -c mpicoder.c -o mpicoder.o >/dev/null 2>&1
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul2.lo -MD -MP -MF .deps/mpih-mul2.Tpo -c -o mpih-mul2.lo mpih-mul2.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul.lo -MD -MP -MF .deps/mpih-mul.Tpo -c mpih-mul.c -o mpih-mul.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpi-pow.lo -MD -MP -MF .deps/mpi-pow.Tpo -c mpi-pow.c -o mpi-pow.o >/dev/null 2>&1
mv -f .deps/mpi-mpow.Tpo .deps/mpi-mpow.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul3.lo -MD -MP -MF .deps/mpih-mul3.Tpo -c -o mpih-mul3.lo mpih-mul3.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpiutil.lo -MD -MP -MF .deps/mpiutil.Tpo -c mpiutil.c -o mpiutil.o >/dev/null 2>&1
mv -f .deps/mpi-div.Tpo .deps/mpi-div.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-lshift.lo -MD -MP -MF .deps/mpih-lshift.Tpo -c -o mpih-lshift.lo mpih-lshift.c
mv -f .deps/mpi-mod.Tpo .deps/mpi-mod.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-rshift.lo -MD -MP -MF .deps/mpih-rshift.Tpo -c -o mpih-rshift.lo mpih-rshift.c
mv -f .deps/mpi-mul.Tpo .deps/mpi-mul.Plo
mv -f .deps/mpi-bit.Tpo .deps/mpi-bit.Plo
mv -f .deps/mpi-add.Tpo .deps/mpi-add.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ec.lo -MD -MP -MF .deps/ec.Tpo -c ec.c  -fPIC -DPIC -o .libs/ec.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-div.lo -MD -MP -MF .deps/mpih-div.Tpo -c mpih-div.c -o mpih-div.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-sub1.lo -MD -MP -MF .deps/mpih-sub1.Tpo -c mpih-sub1.c  -fPIC -DPIC -o .libs/mpih-sub1.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-add1.lo -MD -MP -MF .deps/mpih-add1.Tpo -c mpih-add1.c  -fPIC -DPIC -o .libs/mpih-add1.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul2.lo -MD -MP -MF .deps/mpih-mul2.Tpo -c mpih-mul2.c  -fPIC -DPIC -o .libs/mpih-mul2.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul1.lo -MD -MP -MF .deps/mpih-mul1.Tpo -c mpih-mul1.c  -fPIC -DPIC -o .libs/mpih-mul1.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-rshift.lo -MD -MP -MF .deps/mpih-rshift.Tpo -c mpih-rshift.c  -fPIC -DPIC -o .libs/mpih-rshift.o
mv -f .deps/mpicoder.Tpo .deps/mpicoder.Plo
mv -f .deps/mpi-pow.Tpo .deps/mpi-pow.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul3.lo -MD -MP -MF .deps/mpih-mul3.Tpo -c mpih-mul3.c  -fPIC -DPIC -o .libs/mpih-mul3.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-lshift.lo -MD -MP -MF .deps/mpih-lshift.Tpo -c mpih-lshift.c  -fPIC -DPIC -o .libs/mpih-lshift.o
mv -f .deps/mpiutil.Tpo .deps/mpiutil.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-sub1.lo -MD -MP -MF .deps/mpih-sub1.Tpo -c mpih-sub1.c -o mpih-sub1.o >/dev/null 2>&1
mv -f .deps/mpih-mul.Tpo .deps/mpih-mul.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul1.lo -MD -MP -MF .deps/mpih-mul1.Tpo -c mpih-mul1.c -o mpih-mul1.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-add1.lo -MD -MP -MF .deps/mpih-add1.Tpo -c mpih-add1.c -o mpih-add1.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul3.lo -MD -MP -MF .deps/mpih-mul3.Tpo -c mpih-mul3.c -o mpih-mul3.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-mul2.lo -MD -MP -MF .deps/mpih-mul2.Tpo -c mpih-mul2.c -o mpih-mul2.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-rshift.lo -MD -MP -MF .deps/mpih-rshift.Tpo -c mpih-rshift.c -o mpih-rshift.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpih-lshift.lo -MD -MP -MF .deps/mpih-lshift.Tpo -c mpih-lshift.c -o mpih-lshift.o >/dev/null 2>&1
mv -f .deps/mpih-sub1.Tpo .deps/mpih-sub1.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ec.lo -MD -MP -MF .deps/ec.Tpo -c ec.c -o ec.o >/dev/null 2>&1
mv -f .deps/mpih-add1.Tpo .deps/mpih-add1.Plo
mv -f .deps/mpih-mul1.Tpo .deps/mpih-mul1.Plo
mv -f .deps/mpih-mul2.Tpo .deps/mpih-mul2.Plo
mv -f .deps/mpih-mul3.Tpo .deps/mpih-mul3.Plo
mv -f .deps/mpih-rshift.Tpo .deps/mpih-rshift.Plo
mv -f .deps/mpih-lshift.Tpo .deps/mpih-lshift.Plo
mv -f .deps/mpih-div.Tpo .deps/mpih-div.Plo
mv -f .deps/ec.Tpo .deps/ec.Plo
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o libmpi.la  mpi-add.lo mpi-bit.lo mpi-cmp.lo mpi-div.lo mpi-gcd.lo mpi-inline.lo mpi-inv.lo mpi-mul.lo mpi-mod.lo mpi-pow.lo mpi-mpow.lo mpi-scan.lo mpicoder.lo mpih-div.lo mpih-mul.lo mpiutil.lo ec.lo mpih-add1.lo mpih-sub1.lo mpih-mul1.lo mpih-mul2.lo mpih-mul3.lo mpih-lshift.lo mpih-rshift.lo    
arm-1136jfs-linux-gnueabihf-ar cru .libs/libmpi.a .libs/mpi-add.o .libs/mpi-bit.o .libs/mpi-cmp.o .libs/mpi-div.o .libs/mpi-gcd.o .libs/mpi-inline.o .libs/mpi-inv.o .libs/mpi-mul.o .libs/mpi-mod.o .libs/mpi-pow.o .libs/mpi-mpow.o .libs/mpi-scan.o .libs/mpicoder.o .libs/mpih-div.o .libs/mpih-mul.o .libs/mpiutil.o .libs/ec.o .libs/mpih-add1.o .libs/mpih-sub1.o .libs/mpih-mul1.o .libs/mpih-mul2.o .libs/mpih-mul3.o .libs/mpih-lshift.o .libs/mpih-rshift.o
arm-1136jfs-linux-gnueabihf-ranlib .libs/libmpi.a
creating libmpi.la
(cd .libs && rm -f libmpi.la && ln -s ../libmpi.la libmpi.la)
make[3]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/mpi'
Making all in cipher
make[3]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/cipher'
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c -o cipher.lo cipher.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c -o pubkey.lo pubkey.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ac.lo -MD -MP -MF .deps/ac.Tpo -c -o ac.lo ac.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md.lo -MD -MP -MF .deps/md.Tpo -c -o md.lo md.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT hmac-tests.lo -MD -MP -MF .deps/hmac-tests.Tpo -c -o hmac-tests.lo hmac-tests.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT primegen.lo -MD -MP -MF .deps/primegen.Tpo -c -o primegen.lo primegen.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT hash-common.lo -MD -MP -MF .deps/hash-common.Tpo -c -o hash-common.lo hash-common.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c -o arcfour.lo arcfour.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c -o blowfish.lo blowfish.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT cast5.lo -MD -MP -MF .deps/cast5.Tpo -c -o cast5.lo cast5.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT des.lo -MD -MP -MF .deps/des.Tpo -c -o des.lo des.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c -o rijndael.lo rijndael.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c -o twofish.lo twofish.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c -o serpent.lo serpent.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rfc2268.lo -MD -MP -MF .deps/rfc2268.Tpo -c -o rfc2268.lo rfc2268.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c -o seed.lo seed.c
mkdir .libs
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c cipher.c  -fPIC -DPIC -o .libs/cipher.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md.lo -MD -MP -MF .deps/md.Tpo -c md.c  -fPIC -DPIC -o .libs/md.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT hmac-tests.lo -MD -MP -MF .deps/hmac-tests.Tpo -c hmac-tests.c  -fPIC -DPIC -o .libs/hmac-tests.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT primegen.lo -MD -MP -MF .deps/primegen.Tpo -c primegen.c  -fPIC -DPIC -o .libs/primegen.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c twofish.c  -fPIC -DPIC -o .libs/twofish.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c arcfour.c  -fPIC -DPIC -o .libs/arcfour.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rfc2268.lo -MD -MP -MF .deps/rfc2268.Tpo -c rfc2268.c  -fPIC -DPIC -o .libs/rfc2268.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ac.lo -MD -MP -MF .deps/ac.Tpo -c ac.c  -fPIC -DPIC -o .libs/ac.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT hash-common.lo -MD -MP -MF .deps/hash-common.Tpo -c hash-common.c  -fPIC -DPIC -o .libs/hash-common.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c pubkey.c  -fPIC -DPIC -o .libs/pubkey.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT cast5.lo -MD -MP -MF .deps/cast5.Tpo -c cast5.c  -fPIC -DPIC -o .libs/cast5.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c seed.c  -fPIC -DPIC -o .libs/seed.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT des.lo -MD -MP -MF .deps/des.Tpo -c des.c  -fPIC -DPIC -o .libs/des.o
primegen.c: In function '_gcry_generate_elg_prime':
primegen.c:741:19: warning: variable 'err' set but not used [-Wunused-but-set-variable]
md.c: In function 'md_stop_debug':
md.c:1226:18: warning: variable 'c' set but not used [-Wunused-but-set-variable]
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c blowfish.c  -fPIC -DPIC -o .libs/blowfish.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c serpent.c  -fPIC -DPIC -o .libs/serpent.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c rijndael.c  -fPIC -DPIC -o .libs/rijndael.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT arcfour.lo -MD -MP -MF .deps/arcfour.Tpo -c arcfour.c -o arcfour.o >/dev/null 2>&1
pubkey.c: In function '_gcry_pk_decrypt':
pubkey.c:1740:19: warning: variable 'pubkey' set but not used [-Wunused-but-set-variable]
pubkey.c: In function '_gcry_pk_genkey':
pubkey.c:2078:7: warning: variable 'algo' set but not used [-Wunused-but-set-variable]
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rfc2268.lo -MD -MP -MF .deps/rfc2268.Tpo -c rfc2268.c -o rfc2268.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT hash-common.lo -MD -MP -MF .deps/hash-common.Tpo -c hash-common.c -o hash-common.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT hmac-tests.lo -MD -MP -MF .deps/hmac-tests.Tpo -c hmac-tests.c -o hmac-tests.o >/dev/null 2>&1
rijndael.c: In function 'do_setkey':
rijndael.c:181:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:181:11: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:190:15: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:190:15: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:213:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:213:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:220:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:220:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:228:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:228:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:237:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:237:19: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c: In function 'prepare_decryption':
rijndael.c:280:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:280:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:281:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:281:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:282:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:282:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:283:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:283:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:289:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:290:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:290:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:290:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:293:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:294:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:294:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:294:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:297:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:298:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:298:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:298:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:301:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:302:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:302:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:302:9: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c: In function 'do_encrypt_aligned':
rijndael.c:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:325:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:326:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:326:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:327:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:327:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:328:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:328:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:330:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:331:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:332:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:332:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:334:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:335:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:336:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:336:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:338:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:339:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:340:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:340:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:342:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:343:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:344:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:344:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:348:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:348:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:349:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:349:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:350:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:350:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:351:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:351:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:354:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:355:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:356:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:356:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:358:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:359:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:360:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:360:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:362:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:363:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:364:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:364:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:366:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:367:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:368:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:368:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:372:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:372:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:373:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:373:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:374:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:374:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:375:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:375:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:392:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:393:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:394:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:395:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c: In function 'do_decrypt_aligned':
rijndael.c:586:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:586:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:587:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:587:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:588:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:588:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:589:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:589:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:592:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:593:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:594:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:594:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:596:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:597:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:598:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:598:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:600:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:601:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:602:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:602:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:604:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:605:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:606:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:606:25: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:610:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:610:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:611:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:611:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:612:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:612:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:613:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:613:7: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:615:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:616:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:617:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:617:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:619:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:620:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:621:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:621:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:623:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:624:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:625:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:625:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:627:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:628:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:629:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:629:29: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:633:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:633:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:634:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:634:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:635:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:635:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:636:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:636:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:653:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:654:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:655:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
rijndael.c:656:3: warning: dereferencing type-punned pointer will break strict-aliasing rules [-Wstrict-aliasing]
mv -f .deps/hash-common.Tpo .deps/hash-common.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT camellia.lo -MD -MP -MF .deps/camellia.Tpo -c -o camellia.lo camellia.c
mv -f .deps/arcfour.Tpo .deps/arcfour.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT camellia-glue.lo -MD -MP -MF .deps/camellia-glue.Tpo -c -o camellia-glue.lo camellia-glue.c
mv -f .deps/hmac-tests.Tpo .deps/hmac-tests.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT dsa.lo -MD -MP -MF .deps/dsa.Tpo -c -o dsa.lo dsa.c
mv -f .deps/rfc2268.Tpo .deps/rfc2268.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rsa.lo -MD -MP -MF .deps/rsa.Tpo -c -o rsa.lo rsa.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT blowfish.lo -MD -MP -MF .deps/blowfish.Tpo -c blowfish.c -o blowfish.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md.lo -MD -MP -MF .deps/md.Tpo -c md.c -o md.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT seed.lo -MD -MP -MF .deps/seed.Tpo -c seed.c -o seed.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT cipher.lo -MD -MP -MF .deps/cipher.Tpo -c cipher.c -o cipher.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT cast5.lo -MD -MP -MF .deps/cast5.Tpo -c cast5.c -o cast5.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT dsa.lo -MD -MP -MF .deps/dsa.Tpo -c dsa.c  -fPIC -DPIC -o .libs/dsa.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rijndael.lo -MD -MP -MF .deps/rijndael.Tpo -c rijndael.c -o rijndael.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT primegen.lo -MD -MP -MF .deps/primegen.Tpo -c primegen.c -o primegen.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT camellia.lo -MD -MP -MF .deps/camellia.Tpo -c camellia.c  -fPIC -DPIC -o .libs/camellia.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT camellia-glue.lo -MD -MP -MF .deps/camellia-glue.Tpo -c camellia-glue.c  -fPIC -DPIC -o .libs/camellia-glue.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rsa.lo -MD -MP -MF .deps/rsa.Tpo -c rsa.c  -fPIC -DPIC -o .libs/rsa.o
mv -f .deps/blowfish.Tpo .deps/blowfish.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT elgamal.lo -MD -MP -MF .deps/elgamal.Tpo -c -o elgamal.lo elgamal.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ac.lo -MD -MP -MF .deps/ac.Tpo -c ac.c -o ac.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT des.lo -MD -MP -MF .deps/des.Tpo -c des.c -o des.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT pubkey.lo -MD -MP -MF .deps/pubkey.Tpo -c pubkey.c -o pubkey.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT camellia-glue.lo -MD -MP -MF .deps/camellia-glue.Tpo -c camellia-glue.c -o camellia-glue.o >/dev/null 2>&1
mv -f .deps/cast5.Tpo .deps/cast5.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ecc.lo -MD -MP -MF .deps/ecc.Tpo -c -o ecc.lo ecc.c
mv -f .deps/seed.Tpo .deps/seed.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c -o crc.lo crc.c
mv -f .deps/md.Tpo .deps/md.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c -o md4.lo md4.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT dsa.lo -MD -MP -MF .deps/dsa.Tpo -c dsa.c -o dsa.o >/dev/null 2>&1
mv -f .deps/cipher.Tpo .deps/cipher.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c -o md5.lo md5.c
mv -f .deps/camellia-glue.Tpo .deps/camellia-glue.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c -o sha256.lo sha256.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT serpent.lo -MD -MP -MF .deps/serpent.Tpo -c serpent.c -o serpent.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT elgamal.lo -MD -MP -MF .deps/elgamal.Tpo -c elgamal.c  -fPIC -DPIC -o .libs/elgamal.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rsa.lo -MD -MP -MF .deps/rsa.Tpo -c rsa.c -o rsa.o >/dev/null 2>&1
mv -f .deps/rijndael.Tpo .deps/rijndael.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c -o sha512.lo sha512.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c  -fPIC -DPIC -o .libs/crc.o
mv -f .deps/primegen.Tpo .deps/primegen.Plo
`echo /bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -c ./tiger.c | sed -e 's/-O[2-9s]*/-O1/g' `
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ecc.lo -MD -MP -MF .deps/ecc.Tpo -c ecc.c  -fPIC -DPIC -o .libs/ecc.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c  -fPIC -DPIC -o .libs/sha256.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT crc.lo -MD -MP -MF .deps/crc.Tpo -c crc.c -o crc.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c  -fPIC -DPIC -o .libs/md5.o
mv -f .deps/rsa.Tpo .deps/rsa.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c -o whirlpool.lo whirlpool.c
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c  -fPIC -DPIC -o .libs/md4.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT elgamal.lo -MD -MP -MF .deps/elgamal.Tpo -c elgamal.c -o elgamal.o >/dev/null 2>&1
mv -f .deps/crc.Tpo .deps/crc.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rmd160.lo -MD -MP -MF .deps/rmd160.Tpo -c -o rmd160.lo rmd160.c
mv -f .deps/ac.Tpo .deps/ac.Plo
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c -o sha1.lo sha1.c
mv -f .deps/dsa.Tpo .deps/dsa.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha256.lo -MD -MP -MF .deps/sha256.Tpo -c sha256.c -o sha256.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md4.lo -MD -MP -MF .deps/md4.Tpo -c md4.c -o md4.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c  -fPIC -DPIC -o .libs/sha512.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O1 -fvisibility=hidden -Wall -c ./tiger.c  -fPIC -DPIC -o .libs/tiger.o
mv -f .deps/des.Tpo .deps/des.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT md5.lo -MD -MP -MF .deps/md5.Tpo -c md5.c -o md5.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c  -fPIC -DPIC -o .libs/whirlpool.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O1 -fvisibility=hidden -Wall -c ./tiger.c -o tiger.o >/dev/null 2>&1
mv -f .deps/pubkey.Tpo .deps/pubkey.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT camellia.lo -MD -MP -MF .deps/camellia.Tpo -c camellia.c -o camellia.o >/dev/null 2>&1
mv -f .deps/elgamal.Tpo .deps/elgamal.Plo
mv -f .deps/md4.Tpo .deps/md4.Plo
mv -f .deps/sha256.Tpo .deps/sha256.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rmd160.lo -MD -MP -MF .deps/rmd160.Tpo -c rmd160.c  -fPIC -DPIC -o .libs/rmd160.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ecc.lo -MD -MP -MF .deps/ecc.Tpo -c ecc.c -o ecc.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c  -fPIC -DPIC -o .libs/sha1.o
mv -f .deps/md5.Tpo .deps/md5.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha512.lo -MD -MP -MF .deps/sha512.Tpo -c sha512.c -o sha512.o >/dev/null 2>&1
mv -f .deps/serpent.Tpo .deps/serpent.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT whirlpool.lo -MD -MP -MF .deps/whirlpool.Tpo -c whirlpool.c -o whirlpool.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT sha1.lo -MD -MP -MF .deps/sha1.Tpo -c sha1.c -o sha1.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT twofish.lo -MD -MP -MF .deps/twofish.Tpo -c twofish.c -o twofish.o >/dev/null 2>&1
mv -f .deps/ecc.Tpo .deps/ecc.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rmd160.lo -MD -MP -MF .deps/rmd160.Tpo -c rmd160.c -o rmd160.o >/dev/null 2>&1
mv -f .deps/sha1.Tpo .deps/sha1.Plo
mv -f .deps/whirlpool.Tpo .deps/whirlpool.Plo
mv -f .deps/sha512.Tpo .deps/sha512.Plo
mv -f .deps/rmd160.Tpo .deps/rmd160.Plo
mv -f .deps/camellia.Tpo .deps/camellia.Plo
mv -f .deps/twofish.Tpo .deps/twofish.Plo
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o libcipher.la  cipher.lo pubkey.lo ac.lo md.lo hmac-tests.lo primegen.lo hash-common.lo arcfour.lo blowfish.lo cast5.lo des.lo rijndael.lo twofish.lo serpent.lo rfc2268.lo seed.lo camellia.lo camellia-glue.lo  dsa.lo rsa.lo elgamal.lo ecc.lo  crc.lo md4.lo md5.lo sha256.lo sha512.lo tiger.lo whirlpool.lo rmd160.lo sha1.lo 
arm-1136jfs-linux-gnueabihf-ar cru .libs/libcipher.a .libs/cipher.o .libs/pubkey.o .libs/ac.o .libs/md.o .libs/hmac-tests.o .libs/primegen.o .libs/hash-common.o .libs/arcfour.o .libs/blowfish.o .libs/cast5.o .libs/des.o .libs/rijndael.o .libs/twofish.o .libs/serpent.o .libs/rfc2268.o .libs/seed.o .libs/camellia.o .libs/camellia-glue.o .libs/dsa.o .libs/rsa.o .libs/elgamal.o .libs/ecc.o .libs/crc.o .libs/md4.o .libs/md5.o .libs/sha256.o .libs/sha512.o .libs/tiger.o .libs/whirlpool.o .libs/rmd160.o .libs/sha1.o
arm-1136jfs-linux-gnueabihf-ranlib .libs/libcipher.a
creating libcipher.la
(cd .libs && rm -f libcipher.la && ln -s ../libcipher.la libcipher.la)
make[3]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/cipher'
Making all in random
make[3]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/random'
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random.lo -MD -MP -MF .deps/random.Tpo -c -o random.lo random.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random-csprng.lo -MD -MP -MF .deps/random-csprng.Tpo -c -o random-csprng.lo random-csprng.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random-fips.lo -MD -MP -MF .deps/random-fips.Tpo -c -o random-fips.lo random-fips.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c -o rndhw.lo rndhw.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src   -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rndlinux.lo -MD -MP -MF .deps/rndlinux.Tpo -c -o rndlinux.lo rndlinux.c
mkdir .libs
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random-csprng.lo -MD -MP -MF .deps/random-csprng.Tpo -c random-csprng.c  -fPIC -DPIC -o .libs/random-csprng.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random-fips.lo -MD -MP -MF .deps/random-fips.Tpo -c random-fips.c  -fPIC -DPIC -o .libs/random-fips.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c  -fPIC -DPIC -o .libs/random.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c rndhw.c  -fPIC -DPIC -o .libs/rndhw.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rndlinux.lo -MD -MP -MF .deps/rndlinux.Tpo -c rndlinux.c  -fPIC -DPIC -o .libs/rndlinux.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rndhw.lo -MD -MP -MF .deps/rndhw.Tpo -c rndhw.c -o rndhw.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random.lo -MD -MP -MF .deps/random.Tpo -c random.c -o random.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT rndlinux.lo -MD -MP -MF .deps/rndlinux.Tpo -c rndlinux.c -o rndlinux.o >/dev/null 2>&1
mv -f .deps/rndhw.Tpo .deps/rndhw.Plo
mv -f .deps/random.Tpo .deps/random.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random-fips.lo -MD -MP -MF .deps/random-fips.Tpo -c random-fips.c -o random-fips.o >/dev/null 2>&1
mv -f .deps/rndlinux.Tpo .deps/rndlinux.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I../src -I../src -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random-csprng.lo -MD -MP -MF .deps/random-csprng.Tpo -c random-csprng.c -o random-csprng.o >/dev/null 2>&1
mv -f .deps/random-fips.Tpo .deps/random-fips.Plo
mv -f .deps/random-csprng.Tpo .deps/random-csprng.Plo
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o librandom.la  random.lo random-csprng.lo random-fips.lo rndhw.lo  rndlinux.lo 
arm-1136jfs-linux-gnueabihf-ar cru .libs/librandom.a .libs/random.o .libs/random-csprng.o .libs/random-fips.o .libs/rndhw.o .libs/rndlinux.o
arm-1136jfs-linux-gnueabihf-ranlib .libs/librandom.a
creating librandom.la
(cd .libs && rm -f librandom.la && ln -s ../librandom.la librandom.la)
make[3]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/random'
Making all in src
make[3]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/src'
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-visibility.lo -MD -MP -MF .deps/libgcrypt_la-visibility.Tpo -c -o libgcrypt_la-visibility.lo `test -f 'visibility.c' || echo './'`visibility.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-misc.lo -MD -MP -MF .deps/libgcrypt_la-misc.Tpo -c -o libgcrypt_la-misc.lo `test -f 'misc.c' || echo './'`misc.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-global.lo -MD -MP -MF .deps/libgcrypt_la-global.Tpo -c -o libgcrypt_la-global.lo `test -f 'global.c' || echo './'`global.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-sexp.lo -MD -MP -MF .deps/libgcrypt_la-sexp.Tpo -c -o libgcrypt_la-sexp.lo `test -f 'sexp.c' || echo './'`sexp.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-hwfeatures.lo -MD -MP -MF .deps/libgcrypt_la-hwfeatures.Tpo -c -o libgcrypt_la-hwfeatures.lo `test -f 'hwfeatures.c' || echo './'`hwfeatures.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-stdmem.lo -MD -MP -MF .deps/libgcrypt_la-stdmem.Tpo -c -o libgcrypt_la-stdmem.lo `test -f 'stdmem.c' || echo './'`stdmem.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-secmem.lo -MD -MP -MF .deps/libgcrypt_la-secmem.Tpo -c -o libgcrypt_la-secmem.lo `test -f 'secmem.c' || echo './'`secmem.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-missing-string.lo -MD -MP -MF .deps/libgcrypt_la-missing-string.Tpo -c -o libgcrypt_la-missing-string.lo `test -f 'missing-string.c' || echo './'`missing-string.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-module.lo -MD -MP -MF .deps/libgcrypt_la-module.Tpo -c -o libgcrypt_la-module.lo `test -f 'module.c' || echo './'`module.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-fips.lo -MD -MP -MF .deps/libgcrypt_la-fips.Tpo -c -o libgcrypt_la-fips.lo `test -f 'fips.c' || echo './'`fips.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-hmac256.lo -MD -MP -MF .deps/libgcrypt_la-hmac256.Tpo -c -o libgcrypt_la-hmac256.lo `test -f 'hmac256.c' || echo './'`hmac256.c
/bin/sh ../libtool --tag=CC   --mode=compile arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-ath.lo -MD -MP -MF .deps/libgcrypt_la-ath.Tpo -c -o libgcrypt_la-ath.lo `test -f 'ath.c' || echo './'`ath.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..     -g -O2 -fvisibility=hidden -Wall -MT dumpsexp.o -MD -MP -MF .deps/dumpsexp.Tpo -c -o dumpsexp.o dumpsexp.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..    -DSTANDALONE -g -O2 -fvisibility=hidden -Wall -MT hmac256-hmac256.o -MD -MP -MF .deps/hmac256-hmac256.Tpo -c -o hmac256-hmac256.o `test -f 'hmac256.c' || echo './'`hmac256.c
dumpsexp.c: In function 'parse_and_print':
dumpsexp.c:293:8: warning: variable 'quote_buf' set but not used [-Wunused-but-set-variable]
mkdir .libs
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-visibility.lo -MD -MP -MF .deps/libgcrypt_la-visibility.Tpo -c visibility.c  -fPIC -DPIC -o .libs/libgcrypt_la-visibility.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-secmem.lo -MD -MP -MF .deps/libgcrypt_la-secmem.Tpo -c secmem.c  -fPIC -DPIC -o .libs/libgcrypt_la-secmem.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-sexp.lo -MD -MP -MF .deps/libgcrypt_la-sexp.Tpo -c sexp.c  -fPIC -DPIC -o .libs/libgcrypt_la-sexp.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-module.lo -MD -MP -MF .deps/libgcrypt_la-module.Tpo -c module.c  -fPIC -DPIC -o .libs/libgcrypt_la-module.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-fips.lo -MD -MP -MF .deps/libgcrypt_la-fips.Tpo -c fips.c  -fPIC -DPIC -o .libs/libgcrypt_la-fips.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-misc.lo -MD -MP -MF .deps/libgcrypt_la-misc.Tpo -c misc.c  -fPIC -DPIC -o .libs/libgcrypt_la-misc.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-stdmem.lo -MD -MP -MF .deps/libgcrypt_la-stdmem.Tpo -c stdmem.c  -fPIC -DPIC -o .libs/libgcrypt_la-stdmem.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-hwfeatures.lo -MD -MP -MF .deps/libgcrypt_la-hwfeatures.Tpo -c hwfeatures.c  -fPIC -DPIC -o .libs/libgcrypt_la-hwfeatures.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-ath.lo -MD -MP -MF .deps/libgcrypt_la-ath.Tpo -c ath.c  -fPIC -DPIC -o .libs/libgcrypt_la-ath.o
mv -f .deps/dumpsexp.Tpo .deps/dumpsexp.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc  -g -O2 -fvisibility=hidden -Wall   -o dumpsexp dumpsexp.o  
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-missing-string.lo -MD -MP -MF .deps/libgcrypt_la-missing-string.Tpo -c missing-string.c  -fPIC -DPIC -o .libs/libgcrypt_la-missing-string.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-global.lo -MD -MP -MF .deps/libgcrypt_la-global.Tpo -c global.c  -fPIC -DPIC -o .libs/libgcrypt_la-global.o
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-module.lo -MD -MP -MF .deps/libgcrypt_la-module.Tpo -c module.c -o libgcrypt_la-module.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-hmac256.lo -MD -MP -MF .deps/libgcrypt_la-hmac256.Tpo -c hmac256.c  -fPIC -DPIC -o .libs/libgcrypt_la-hmac256.o
mv -f .deps/hmac256-hmac256.Tpo .deps/hmac256-hmac256.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -DSTANDALONE -g -O2 -fvisibility=hidden -Wall   -o hmac256 hmac256-hmac256.o  
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-stdmem.lo -MD -MP -MF .deps/libgcrypt_la-stdmem.Tpo -c stdmem.c -o libgcrypt_la-stdmem.o >/dev/null 2>&1
global.c: In function '_gcry_vcontrol':
global.c:532:5: warning: case value '58' not in enumerated type 'enum gcry_ctl_cmds' [-Wswitch]
global.c:549:5: warning: case value '59' not in enumerated type 'enum gcry_ctl_cmds' [-Wswitch]
global.c:560:5: warning: case value '60' not in enumerated type 'enum gcry_ctl_cmds' [-Wswitch]
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-hwfeatures.lo -MD -MP -MF .deps/libgcrypt_la-hwfeatures.Tpo -c hwfeatures.c -o libgcrypt_la-hwfeatures.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-misc.lo -MD -MP -MF .deps/libgcrypt_la-misc.Tpo -c misc.c -o libgcrypt_la-misc.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-secmem.lo -MD -MP -MF .deps/libgcrypt_la-secmem.Tpo -c secmem.c -o libgcrypt_la-secmem.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-missing-string.lo -MD -MP -MF .deps/libgcrypt_la-missing-string.Tpo -c missing-string.c -o libgcrypt_la-missing-string.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-ath.lo -MD -MP -MF .deps/libgcrypt_la-ath.Tpo -c ath.c -o libgcrypt_la-ath.o >/dev/null 2>&1
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-fips.lo -MD -MP -MF .deps/libgcrypt_la-fips.Tpo -c fips.c -o libgcrypt_la-fips.o >/dev/null 2>&1
mv -f .deps/libgcrypt_la-missing-string.Tpo .deps/libgcrypt_la-missing-string.Plo
mv -f .deps/libgcrypt_la-hwfeatures.Tpo .deps/libgcrypt_la-hwfeatures.Plo
mv -f .deps/libgcrypt_la-stdmem.Tpo .deps/libgcrypt_la-stdmem.Plo
mv -f .deps/libgcrypt_la-module.Tpo .deps/libgcrypt_la-module.Plo
arm-1136jfs-linux-gnueabihf-gcc -g -O2 -fvisibility=hidden -Wall -o dumpsexp dumpsexp.o 
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-global.lo -MD -MP -MF .deps/libgcrypt_la-global.Tpo -c global.c -o libgcrypt_la-global.o >/dev/null 2>&1
arm-1136jfs-linux-gnueabihf-gcc -DSTANDALONE -g -O2 -fvisibility=hidden -Wall -o hmac256 hmac256-hmac256.o 
mv -f .deps/libgcrypt_la-misc.Tpo .deps/libgcrypt_la-misc.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-hmac256.lo -MD -MP -MF .deps/libgcrypt_la-hmac256.Tpo -c hmac256.c -o libgcrypt_la-hmac256.o >/dev/null 2>&1
mv -f .deps/libgcrypt_la-ath.Tpo .deps/libgcrypt_la-ath.Plo
mv -f .deps/libgcrypt_la-secmem.Tpo .deps/libgcrypt_la-secmem.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-visibility.lo -MD -MP -MF .deps/libgcrypt_la-visibility.Tpo -c visibility.c -o libgcrypt_la-visibility.o >/dev/null 2>&1
mv -f .deps/libgcrypt_la-fips.Tpo .deps/libgcrypt_la-fips.Plo
mv -f .deps/libgcrypt_la-hmac256.Tpo .deps/libgcrypt_la-hmac256.Plo
mv -f .deps/libgcrypt_la-global.Tpo .deps/libgcrypt_la-global.Plo
 arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I.. -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT libgcrypt_la-sexp.lo -MD -MP -MF .deps/libgcrypt_la-sexp.Tpo -c sexp.c -o libgcrypt_la-sexp.o >/dev/null 2>&1
mv -f .deps/libgcrypt_la-visibility.Tpo .deps/libgcrypt_la-visibility.Plo
mv -f .deps/libgcrypt_la-sexp.Tpo .deps/libgcrypt_la-sexp.Plo
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall    -Wl,--version-script=./libgcrypt.vers -version-info 16:3:5  -o libgcrypt.la -rpath /usr/lib libgcrypt_la-visibility.lo libgcrypt_la-misc.lo libgcrypt_la-global.lo libgcrypt_la-sexp.lo libgcrypt_la-hwfeatures.lo libgcrypt_la-stdmem.lo libgcrypt_la-secmem.lo libgcrypt_la-missing-string.lo libgcrypt_la-module.lo libgcrypt_la-fips.lo libgcrypt_la-hmac256.lo libgcrypt_la-ath.lo ../cipher/libcipher.la ../random/librandom.la ../mpi/libmpi.la -L/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib -lgpg-error 
arm-1136jfs-linux-gnueabihf-gcc -shared  .libs/libgcrypt_la-visibility.o .libs/libgcrypt_la-misc.o .libs/libgcrypt_la-global.o .libs/libgcrypt_la-sexp.o .libs/libgcrypt_la-hwfeatures.o .libs/libgcrypt_la-stdmem.o .libs/libgcrypt_la-secmem.o .libs/libgcrypt_la-missing-string.o .libs/libgcrypt_la-module.o .libs/libgcrypt_la-fips.o .libs/libgcrypt_la-hmac256.o .libs/libgcrypt_la-ath.o -Wl,--whole-archive ../cipher/.libs/libcipher.a ../random/.libs/librandom.a ../mpi/.libs/libmpi.a -Wl,--no-whole-archive  -L/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so  -Wl,--version-script=./libgcrypt.vers -Wl,-soname -Wl,libgcrypt.so.11 -o .libs/libgcrypt.so.11.5.3
(cd .libs && rm -f libgcrypt.so.11 && ln -s libgcrypt.so.11.5.3 libgcrypt.so.11)
(cd .libs && rm -f libgcrypt.so && ln -s libgcrypt.so.11.5.3 libgcrypt.so)
rm -fr .libs/libgcrypt.lax
mkdir .libs/libgcrypt.lax
rm -fr .libs/libgcrypt.lax/libcipher.a
mkdir .libs/libgcrypt.lax/libcipher.a
(cd .libs/libgcrypt.lax/libcipher.a && arm-1136jfs-linux-gnueabihf-ar x /home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/src/../cipher/.libs/libcipher.a)
rm -fr .libs/libgcrypt.lax/librandom.a
mkdir .libs/libgcrypt.lax/librandom.a
(cd .libs/libgcrypt.lax/librandom.a && arm-1136jfs-linux-gnueabihf-ar x /home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/src/../random/.libs/librandom.a)
rm -fr .libs/libgcrypt.lax/libmpi.a
mkdir .libs/libgcrypt.lax/libmpi.a
(cd .libs/libgcrypt.lax/libmpi.a && arm-1136jfs-linux-gnueabihf-ar x /home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/src/../mpi/.libs/libmpi.a)
arm-1136jfs-linux-gnueabihf-ar cru .libs/libgcrypt.a  libgcrypt_la-visibility.o libgcrypt_la-misc.o libgcrypt_la-global.o libgcrypt_la-sexp.o libgcrypt_la-hwfeatures.o libgcrypt_la-stdmem.o libgcrypt_la-secmem.o libgcrypt_la-missing-string.o libgcrypt_la-module.o libgcrypt_la-fips.o libgcrypt_la-hmac256.o libgcrypt_la-ath.o  .libs/libgcrypt.lax/libcipher.a/arcfour.o .libs/libgcrypt.lax/libcipher.a/cipher.o .libs/libgcrypt.lax/libcipher.a/ecc.o .libs/libgcrypt.lax/libcipher.a/crc.o .libs/libgcrypt.lax/libcipher.a/camellia.o .libs/libgcrypt.lax/libcipher.a/whirlpool.o .libs/libgcrypt.lax/libcipher.a/blowfish.o .libs/libgcrypt.lax/libcipher.a/pubkey.o .libs/libgcrypt.lax/libcipher.a/rfc2268.o .libs/libgcrypt.lax/libcipher.a/rsa.o .libs/libgcrypt.lax/libcipher.a/primegen.o .libs/libgcrypt.lax/libcipher.a/seed.o .libs/libgcrypt.lax/libcipher.a/twofish.o .libs/libgcrypt.lax/libcipher.a/cast5.o .libs/libgcrypt.lax/libcipher.a/serpent.o .libs/libgcrypt.lax/libcipher.a/camellia-glue.o .libs/libgcrypt.lax/libcipher.a/sha256.o .libs/libgcrypt.lax/libcipher.a/hmac-tests.o .libs/libgcrypt.lax/libcipher.a/sha1.o .libs/libgcrypt.lax/libcipher.a/tiger.o .libs/libgcrypt.lax/libcipher.a/elgamal.o .libs/libgcrypt.lax/libcipher.a/rijndael.o .libs/libgcrypt.lax/libcipher.a/dsa.o .libs/libgcrypt.lax/libcipher.a/hash-common.o .libs/libgcrypt.lax/libcipher.a/ac.o .libs/libgcrypt.lax/libcipher.a/md.o .libs/libgcrypt.lax/libcipher.a/sha512.o .libs/libgcrypt.lax/libcipher.a/rmd160.o .libs/libgcrypt.lax/libcipher.a/md5.o .libs/libgcrypt.lax/libcipher.a/md4.o .libs/libgcrypt.lax/libcipher.a/des.o  .libs/libgcrypt.lax/librandom.a/random-csprng.o .libs/libgcrypt.lax/librandom.a/random-fips.o .libs/libgcrypt.lax/librandom.a/random.o .libs/libgcrypt.lax/librandom.a/rndlinux.o .libs/libgcrypt.lax/librandom.a/rndhw.o  .libs/libgcrypt.lax/libmpi.a/mpi-pow.o .libs/libgcrypt.lax/libmpi.a/mpi-mul.o .libs/libgcrypt.lax/libmpi.a/mpi-gcd.o .libs/libgcrypt.lax/libmpi.a/mpi-scan.o .libs/libgcrypt.lax/libmpi.a/mpi-mpow.o .libs/libgcrypt.lax/libmpi.a/mpih-mul3.o .libs/libgcrypt.lax/libmpi.a/mpi-inv.o .libs/libgcrypt.lax/libmpi.a/mpih-mul.o .libs/libgcrypt.lax/libmpi.a/mpiutil.o .libs/libgcrypt.lax/libmpi.a/mpih-div.o .libs/libgcrypt.lax/libmpi.a/mpi-add.o .libs/libgcrypt.lax/libmpi.a/mpi-inline.o .libs/libgcrypt.lax/libmpi.a/mpi-div.o .libs/libgcrypt.lax/libmpi.a/mpih-sub1.o .libs/libgcrypt.lax/libmpi.a/mpih-lshift.o .libs/libgcrypt.lax/libmpi.a/mpicoder.o .libs/libgcrypt.lax/libmpi.a/mpih-mul2.o .libs/libgcrypt.lax/libmpi.a/mpih-mul1.o .libs/libgcrypt.lax/libmpi.a/mpi-mod.o .libs/libgcrypt.lax/libmpi.a/mpih-rshift.o .libs/libgcrypt.lax/libmpi.a/mpi-cmp.o .libs/libgcrypt.lax/libmpi.a/mpi-bit.o .libs/libgcrypt.lax/libmpi.a/ec.o .libs/libgcrypt.lax/libmpi.a/mpih-add1.o 
arm-1136jfs-linux-gnueabihf-ranlib .libs/libgcrypt.a
rm -fr .libs/libgcrypt.lax
creating libgcrypt.la
(cd .libs && rm -f libgcrypt.la && ln -s ../libgcrypt.la libgcrypt.la)
make[3]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/src'
Making all in doc
make[3]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/doc'
make  all-am
make[4]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/doc'
make[4]: Nothing to be done for `all-am'.
make[4]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/doc'
make[3]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/doc'
Making all in tests
make[3]: Entering directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/tests'
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT version.o -MD -MP -MF .deps/version.Tpo -c -o version.o version.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT t-mpi-bit.o -MD -MP -MF .deps/t-mpi-bit.Tpo -c -o t-mpi-bit.o t-mpi-bit.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT prime.o -MD -MP -MF .deps/prime.Tpo -c -o prime.o prime.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT register.o -MD -MP -MF .deps/register.Tpo -c -o register.o register.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ac.o -MD -MP -MF .deps/ac.Tpo -c -o ac.o ac.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ac-schemes.o -MD -MP -MF .deps/ac-schemes.Tpo -c -o ac-schemes.o ac-schemes.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT ac-data.o -MD -MP -MF .deps/ac-data.Tpo -c -o ac-data.o ac-data.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT basic.o -MD -MP -MF .deps/basic.Tpo -c -o basic.o basic.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT mpitests.o -MD -MP -MF .deps/mpitests.Tpo -c -o mpitests.o mpitests.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT tsexp.o -MD -MP -MF .deps/tsexp.Tpo -c -o tsexp.o tsexp.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT keygen.o -MD -MP -MF .deps/keygen.Tpo -c -o keygen.o keygen.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT pubkey.o -MD -MP -MF .deps/pubkey.Tpo -c -o pubkey.o pubkey.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT hmac.o -MD -MP -MF .deps/hmac.Tpo -c -o hmac.o hmac.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT keygrip.o -MD -MP -MF .deps/keygrip.Tpo -c -o keygrip.o keygrip.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT fips186-dsa.o -MD -MP -MF .deps/fips186-dsa.Tpo -c -o fips186-dsa.o fips186-dsa.c
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT random.o -MD -MP -MF .deps/random.Tpo -c -o random.o random.c
mv -f .deps/version.Tpo .deps/version.Po
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT benchmark.o -MD -MP -MF .deps/benchmark.Tpo -c -o benchmark.o benchmark.c
mv -f .deps/prime.Tpo .deps/prime.Po
arm-1136jfs-linux-gnueabihf-gcc -DHAVE_CONFIG_H -I. -I..  -I../src -I../src  -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -MT fipsdrv.o -MD -MP -MF .deps/fipsdrv.Tpo -c -o fipsdrv.o fipsdrv.c
mv -f .deps/ac.Tpo .deps/ac.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o version version.o ../src/libgcrypt.la  
mv -f .deps/ac-schemes.Tpo .deps/ac-schemes.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o prime prime.o ../src/libgcrypt.la  
random.c: In function 'readn':
random.c:87:9: warning: variable 'p' set but not used [-Wunused-but-set-variable]
mv -f .deps/register.Tpo .deps/register.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o ac ac.o ../src/libgcrypt.la  
mv -f .deps/ac-data.Tpo .deps/ac-data.Po
mv -f .deps/mpitests.Tpo .deps/mpitests.Po
mv -f .deps/keygrip.Tpo .deps/keygrip.Po
mv -f .deps/t-mpi-bit.Tpo .deps/t-mpi-bit.Po
mv -f .deps/hmac.Tpo .deps/hmac.Po
mv -f .deps/keygen.Tpo .deps/keygen.Po
mv -f .deps/tsexp.Tpo .deps/tsexp.Po
mv -f .deps/fips186-dsa.Tpo .deps/fips186-dsa.Po
mkdir .libs
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o ac-schemes ac-schemes.o ../src/libgcrypt.la  
mv -f .deps/random.Tpo .deps/random.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o ac-data ac-data.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o mpitests mpitests.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o tsexp tsexp.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o keygen keygen.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o hmac hmac.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o keygrip keygrip.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o fips186-dsa fips186-dsa.o ../src/libgcrypt.la  
mv -f .deps/pubkey.Tpo .deps/pubkey.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o random random.o ../src/libgcrypt.la  
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o prime prime.o  ../src/.libs/libgcrypt.so
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o t-mpi-bit t-mpi-bit.o ../src/libgcrypt.la  
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o version version.o  ../src/.libs/libgcrypt.so
mv -f .deps/benchmark.Tpo .deps/benchmark.Po
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o register register.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o pubkey pubkey.o ../src/libgcrypt.la  
/bin/sh ../libtool --tag=CC   --mode=link arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall   -o benchmark benchmark.o ../src/libgcrypt.la  
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o ac ac.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o tsexp tsexp.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o ac-data ac-data.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o mpitests mpitests.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o keygen keygen.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o ac-schemes ac-schemes.o  ../src/.libs/libgcrypt.so
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: tsexp.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [tsexp] Error 1
make[3]: *** Waiting for unfinished jobs....
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o hmac hmac.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o t-mpi-bit t-mpi-bit.o  ../src/.libs/libgcrypt.so
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: keygen.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [keygen] Error 1
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o fips186-dsa fips186-dsa.o  ../src/.libs/libgcrypt.so
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: ac-schemes.o: undefined reference to symbol 'gpg_err_code_from_errno'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_err_code_from_errno' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [ac-schemes] Error 1
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o keygrip keygrip.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o random random.o  ../src/.libs/libgcrypt.so
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: hmac.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [hmac] Error 1
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: fips186-dsa.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [fips186-dsa] Error 1
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o register register.o  ../src/.libs/libgcrypt.so
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o benchmark benchmark.o  ../src/.libs/libgcrypt.so
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: keygrip.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [keygrip] Error 1
arm-1136jfs-linux-gnueabihf-gcc -I/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/include -g -O2 -fvisibility=hidden -Wall -o pubkey pubkey.o  ../src/.libs/libgcrypt.so
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: register.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [register] Error 1
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: benchmark.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [benchmark] Error 1
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: pubkey.o: undefined reference to symbol 'gpg_strerror'
/opt/OSELAS.Toolchain-2012.12.0/arm-1136jfs-linux-gnueabihf/gcc-4.7.2-glibc-2.16.0-binutils-2.22-kernel-3.6-sanitized/lib/gcc/arm-1136jfs-linux-gnueabihf/4.7.2/../../../../arm-1136jfs-linux-gnueabihf/bin/ld: note: 'gpg_strerror' is defined in DSO /home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0 so try adding it to the linker command line
/home/sander/speedy/newToolchain/ptx/platform-pmx-one/sysroot-target/usr/lib/libgpg-error.so.0: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[3]: *** [pubkey] Error 1
mv -f .deps/basic.Tpo .deps/basic.Po
mv -f .deps/fipsdrv.Tpo .deps/fipsdrv.Po
make[3]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5/tests'
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/home/sander/speedy/newToolchain/ptx/platform-pmx-one/build-target/libgcrypt-1.4.5'
make: *** [/home/sander/speedy/newToolchain/ptx/platform-pmx-one/state/libgcrypt.compile] Error 2


-- 
ptxdist mailing list
ptxdist@pengutronix.de

^ permalink raw reply	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2013-01-23 13:39 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <mailman.16720.1358867154.2020.ptxdist@pengutronix.de>
2013-01-23  8:41 ` [ptxdist] libgcrypt fails with arm-1136jfs-linux-gnueabihf-gcc from OSELAS.Toolchain-2012.12.0 Dennis.Herbrich
2013-01-23  9:33   ` Tim Sander
2013-01-23 11:10     ` Michael Olbrich
2013-01-23 13:39       ` Tim Sander
2013-01-22 15:05 Tim Sander

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox