[oe] [RFC] [PATCH] schroedinger: add version 1.0.10

Paul Menzel paulepanter at users.sourceforge.net
Sun Apr 17 17:47:05 UTC 2011


Date: Sun, 17 Apr 2011 17:09:50 +0200

Task compile fails with the following error.

	/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-tmp-orc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-tmp-orc.Tpo -c -o libschroedinger_1.0_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c

	tmp-orc.c:57:45: error: expected ')' before '*' token
	tmp-orc.c:58:42: error: expected ')' before '*' token
	tmp-orc.c:59:45: error: expected ')' before '*' token
	tmp-orc.c:60:42: error: expected ')' before '*' token
	tmp-orc.c:61:45: error: expected ')' before '*' token
	tmp-orc.c:62:42: error: expected ')' before '*' token
	tmp-orc.c:63:45: error: expected ')' before '*' token
	tmp-orc.c:64:42: error: expected ')' before '*' token
	tmp-orc.c:65:43: error: expected ')' before '*' token
	tmp-orc.c:66:40: error: expected ')' before '*' token
	tmp-orc.c:67:27: error: expected ')' before '*' token
	tmp-orc.c:68:30: error: expected ')' before '*' token
	tmp-orc.c:69:35: error: expected ')' before '*' token
	tmp-orc.c:70:31: error: expected ')' before '*' token
	tmp-orc.c:71:31: error: expected ')' before '*' token
	tmp-orc.c:72:33: error: expected ')' before '*' token
	tmp-orc.c:73:35: error: expected ')' before '*' token
	tmp-orc.c:74:35: error: expected ')' before '*' token
	tmp-orc.c:75:35: error: expected ')' before '*' token
	tmp-orc.c:76:35: error: expected ')' before '*' token
	tmp-orc.c:77:47: error: expected ')' before '*' token
	tmp-orc.c:78:47: error: expected ')' before '*' token
	tmp-orc.c:79:47: error: expected ')' before '*' token
	tmp-orc.c:80:47: error: expected ')' before '*' token
	tmp-orc.c:81:32: error: expected ')' before '*' token
	tmp-orc.c:82:30: error: expected ')' before '*' token
	tmp-orc.c:83:33: error: expected ')' before '*' token
	tmp-orc.c:85:48: warning: type defaults to 'int' in declaration of 'int16_t'
	tmp-orc.c:85:56: error: expected ';', ',' or ')' before '*' token
	[…]

Signed-off-by: Paul Menzel <paulepanter at users.sourceforge.net>
---
I thought maybe to get rid of the build errors of 1.0.9 [1] by upgrading [2].

	– Build fixes on various platforms

But I was not lucky. Please find the log attached. I just sent this patch to the list if someone else has time to take a shot.

[2] http://diracvideo.org/2010/10/schroedinger-1-0-10/
---
 .../schroedinger/gst-plugin-schroedinger_1.0.10.bb |   15 +++++++++++++++
 recipes/schroedinger/schroedinger_1.0.10.bb        |   13 +++++++++++++
 2 files changed, 28 insertions(+), 0 deletions(-)
 create mode 100644 recipes/schroedinger/gst-plugin-schroedinger_1.0.10.bb
 create mode 100644 recipes/schroedinger/schroedinger_1.0.10.bb

diff --git a/recipes/schroedinger/gst-plugin-schroedinger_1.0.10.bb b/recipes/schroedinger/gst-plugin-schroedinger_1.0.10.bb
new file mode 100644
index 0000000..c2768fe
--- /dev/null
+++ b/recipes/schroedinger/gst-plugin-schroedinger_1.0.10.bb
@@ -0,0 +1,15 @@
+require schroedinger.inc
+PR = "${INC_PR}.0"
+
+DEPENDS += "gstreamer gst-plugins-base"
+
+SRC_URI[schroedingertargz.md5sum] = "9de088ccc314bb9e766cb3aa6510a0ef"
+SRC_URI[schroedingertargz.sha256sum] = "9a45c4f8d6197a641a9b06ab9b59ec02ad9986723fd855528a00ec3477a71964"
+
+S = "${WORKDIR}/schroedinger-${PV}"
+
+PACKAGES = "gst-plugin-schroedinger gst-plugin-schroedinger-dev gst-plugin-schroedinger-dbg"
+FILES_gst-plugin-schroedinger += "${libdir}/gstreamer-0.10/libgstschro.so"
+FILES_gst-plugin-schroedinger-dev += "${libdir}/gstreamer-0.10/libgstschro.*"
+FILES_gst-plugin-schroedinger-dbg += "${libdir}/gstreamer-0.10/.debug/libgstschro.so"
+
diff --git a/recipes/schroedinger/schroedinger_1.0.10.bb b/recipes/schroedinger/schroedinger_1.0.10.bb
new file mode 100644
index 0000000..962256f
--- /dev/null
+++ b/recipes/schroedinger/schroedinger_1.0.10.bb
@@ -0,0 +1,13 @@
+require schroedinger.inc
+
+PR = "${INC_PR}.0"
+
+inherit autotools pkgconfig
+
+SRC_URI[schroedingertargz.md5sum] = "9de088ccc314bb9e766cb3aa6510a0ef"
+SRC_URI[schroedingertargz.sha256sum] = "9a45c4f8d6197a641a9b06ab9b59ec02ad9986723fd855528a00ec3477a71964"
+
+PACKAGES =+ "gst-plugin-schroedinger-dbg gst-plugin-schroedinger-dev gst-plugin-schroedinger"
+FILES_gst-plugin-schroedinger = "${libdir}/gstreamer-0.10/*.so"
+FILES_gst-plugin-schroedinger-dbg = "${libdir}/gstreamer-0.10/.debug"
+FILES_gst-plugin-schroedinger-dev = "${libdir}/gstreamer-0.10/*.*a"
-- 
1.7.4.4
-------------- next part --------------
+ do_compile
+ base_do_compile
+ '[' -e Makefile -o -e makefile -o -e GNUmakefile ']'
+ oe_runmake
+ oenote make -j4
+ echo NOTE: 'make -j4'
NOTE: make -j4
+ make -j4
cp schroedinger-uninstalled.pc schroedinger-1.0-uninstalled.pc
make  all-recursive
make[1]: Entering directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10'
Making all in schroedinger
make[2]: Entering directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10/schroedinger'
cp ./schroorc-dist.c tmp-orc.c
cp ./schroorc-dist.h schroorc.h
make  all-recursive
make[3]: Entering directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10/schroedinger'
make[4]: Entering directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10/schroedinger'
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schro.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schro.Tpo -c -o libschroedinger_1.0_la-schro.lo `test -f 'schro.c' || echo './'`schro.c
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroarith.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroarith.Tpo -c -o libschroedinger_1.0_la-schroarith.lo `test -f 'schroarith.c' || echo './'`schroarith.c
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodecoder.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodecoder.Tpo -c -o libschroedinger_1.0_la-schrodecoder.lo `test -f 'schrodecoder.c' || echo './'`schrodecoder.c
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodebug.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodebug.Tpo -c -o libschroedinger_1.0_la-schrodebug.lo `test -f 'schrodebug.c' || echo './'`schrodebug.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schro.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schro.Tpo -c schro.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schro.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodecoder.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodecoder.Tpo -c schrodecoder.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrodecoder.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroarith.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroarith.Tpo -c schroarith.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroarith.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodebug.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodebug.Tpo -c schrodebug.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrodebug.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schro.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schro.Tpo -c schro.c -o libschroedinger_1.0_la-schro.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodebug.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodebug.Tpo -c schrodebug.c -o libschroedinger_1.0_la-schrodebug.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrodebug.Tpo .deps/libschroedinger_1.0_la-schrodebug.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodomain.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodomain.Tpo -c -o libschroedinger_1.0_la-schrodomain.lo `test -f 'schrodomain.c' || echo './'`schrodomain.c
mv -f .deps/libschroedinger_1.0_la-schro.Tpo .deps/libschroedinger_1.0_la-schro.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroframe.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroframe.Tpo -c -o libschroedinger_1.0_la-schroframe.lo `test -f 'schroframe.c' || echo './'`schroframe.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodomain.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodomain.Tpo -c schrodomain.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrodomain.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroframe.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroframe.Tpo -c schroframe.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroframe.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodomain.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodomain.Tpo -c schrodomain.c -o libschroedinger_1.0_la-schrodomain.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroarith.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroarith.Tpo -c schroarith.c -o libschroedinger_1.0_la-schroarith.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrodomain.Tpo .deps/libschroedinger_1.0_la-schrodomain.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrohistogram.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrohistogram.Tpo -c -o libschroedinger_1.0_la-schrohistogram.lo `test -f 'schrohistogram.c' || echo './'`schrohistogram.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrohistogram.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrohistogram.Tpo -c schrohistogram.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrohistogram.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrohistogram.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrohistogram.Tpo -c schrohistogram.c -o libschroedinger_1.0_la-schrohistogram.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrohistogram.Tpo .deps/libschroedinger_1.0_la-schrohistogram.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrobuffer.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrobuffer.Tpo -c -o libschroedinger_1.0_la-schrobuffer.lo `test -f 'schrobuffer.c' || echo './'`schrobuffer.c
mv -f .deps/libschroedinger_1.0_la-schroarith.Tpo .deps/libschroedinger_1.0_la-schroarith.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrobufferlist.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrobufferlist.Tpo -c -o libschroedinger_1.0_la-schrobufferlist.lo `test -f 'schrobufferlist.c' || echo './'`schrobufferlist.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrobuffer.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrobuffer.Tpo -c schrobuffer.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrobuffer.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrobufferlist.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrobufferlist.Tpo -c schrobufferlist.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrobufferlist.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrobuffer.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrobuffer.Tpo -c schrobuffer.c -o libschroedinger_1.0_la-schrobuffer.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrobufferlist.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrobufferlist.Tpo -c schrobufferlist.c -o libschroedinger_1.0_la-schrobufferlist.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrobuffer.Tpo .deps/libschroedinger_1.0_la-schrobuffer.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrolowdelay.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrolowdelay.Tpo -c -o libschroedinger_1.0_la-schrolowdelay.lo `test -f 'schrolowdelay.c' || echo './'`schrolowdelay.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrolowdelay.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrolowdelay.Tpo -c schrolowdelay.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrolowdelay.o
mv -f .deps/libschroedinger_1.0_la-schrobufferlist.Tpo .deps/libschroedinger_1.0_la-schrobufferlist.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotion.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotion.Tpo -c -o libschroedinger_1.0_la-schromotion.lo `test -f 'schromotion.c' || echo './'`schromotion.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotion.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotion.Tpo -c schromotion.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schromotion.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroframe.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroframe.Tpo -c schroframe.c -o libschroedinger_1.0_la-schroframe.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotion.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotion.Tpo -c schromotion.c -o libschroedinger_1.0_la-schromotion.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrolowdelay.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrolowdelay.Tpo -c schrolowdelay.c -o libschroedinger_1.0_la-schrolowdelay.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schroframe.Tpo .deps/libschroedinger_1.0_la-schroframe.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionfast.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionfast.Tpo -c -o libschroedinger_1.0_la-schromotionfast.lo `test -f 'schromotionfast.c' || echo './'`schromotionfast.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionfast.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionfast.Tpo -c schromotionfast.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schromotionfast.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionfast.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionfast.Tpo -c schromotionfast.c -o libschroedinger_1.0_la-schromotionfast.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrodecoder.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrodecoder.Tpo -c schrodecoder.c -o libschroedinger_1.0_la-schrodecoder.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schromotionfast.Tpo .deps/libschroedinger_1.0_la-schromotionfast.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroparams.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroparams.Tpo -c -o libschroedinger_1.0_la-schroparams.lo `test -f 'schroparams.c' || echo './'`schroparams.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroparams.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroparams.Tpo -c schroparams.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroparams.o
mv -f .deps/libschroedinger_1.0_la-schrolowdelay.Tpo .deps/libschroedinger_1.0_la-schrolowdelay.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroroughmotion.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroroughmotion.Tpo -c -o libschroedinger_1.0_la-schroroughmotion.lo `test -f 'schroroughmotion.c' || echo './'`schroroughmotion.c
mv -f .deps/libschroedinger_1.0_la-schromotion.Tpo .deps/libschroedinger_1.0_la-schromotion.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroparse.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroparse.Tpo -c -o libschroedinger_1.0_la-schroparse.lo `test -f 'schroparse.c' || echo './'`schroparse.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroroughmotion.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroroughmotion.Tpo -c schroroughmotion.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroroughmotion.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroparse.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroparse.Tpo -c schroparse.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroparse.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroparams.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroparams.Tpo -c schroparams.c -o libschroedinger_1.0_la-schroparams.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schroparams.Tpo .deps/libschroedinger_1.0_la-schroparams.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroqueue.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroqueue.Tpo -c -o libschroedinger_1.0_la-schroqueue.lo `test -f 'schroqueue.c' || echo './'`schroqueue.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroroughmotion.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroroughmotion.Tpo -c schroroughmotion.c -o libschroedinger_1.0_la-schroroughmotion.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroqueue.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroqueue.Tpo -c schroqueue.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroqueue.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroparse.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroparse.Tpo -c schroparse.c -o libschroedinger_1.0_la-schroparse.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroqueue.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroqueue.Tpo -c schroqueue.c -o libschroedinger_1.0_la-schroqueue.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schroqueue.Tpo .deps/libschroedinger_1.0_la-schroqueue.Plo
mv -f .deps/libschroedinger_1.0_la-schroparse.Tpo .deps/libschroedinger_1.0_la-schroparse.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrotables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrotables.Tpo -c -o libschroedinger_1.0_la-schrotables.lo `test -f 'schrotables.c' || echo './'`schrotables.c
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrotablesinit.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrotablesinit.Tpo -c -o libschroedinger_1.0_la-schrotablesinit.lo `test -f 'schrotablesinit.c' || echo './'`schrotablesinit.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrotablesinit.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrotablesinit.Tpo -c schrotablesinit.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrotablesinit.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrotables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrotables.Tpo -c schrotables.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrotables.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrotablesinit.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrotablesinit.Tpo -c schrotablesinit.c -o libschroedinger_1.0_la-schrotablesinit.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrotablesinit.Tpo .deps/libschroedinger_1.0_la-schrotablesinit.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrounpack.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrounpack.Tpo -c -o libschroedinger_1.0_la-schrounpack.lo `test -f 'schrounpack.c' || echo './'`schrounpack.c
mv -f .deps/libschroedinger_1.0_la-schroroughmotion.Tpo .deps/libschroedinger_1.0_la-schroroughmotion.Plo
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrotables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrotables.Tpo -c schrotables.c -o libschroedinger_1.0_la-schrotables.o >/dev/null 2>&1
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrounpacktables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrounpacktables.Tpo -c -o libschroedinger_1.0_la-schrounpacktables.lo `test -f 'schrounpacktables.c' || echo './'`schrounpacktables.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrounpacktables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrounpacktables.Tpo -c schrounpacktables.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrounpacktables.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrounpack.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrounpack.Tpo -c schrounpack.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrounpack.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrounpacktables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrounpacktables.Tpo -c schrounpacktables.c -o libschroedinger_1.0_la-schrounpacktables.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrotables.Tpo .deps/libschroedinger_1.0_la-schrotables.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroutils.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroutils.Tpo -c -o libschroedinger_1.0_la-schroutils.lo `test -f 'schroutils.c' || echo './'`schroutils.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrounpack.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrounpack.Tpo -c schrounpack.c -o libschroedinger_1.0_la-schrounpack.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrounpacktables.Tpo .deps/libschroedinger_1.0_la-schrounpacktables.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrovideoformat.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrovideoformat.Tpo -c -o libschroedinger_1.0_la-schrovideoformat.lo `test -f 'schrovideoformat.c' || echo './'`schrovideoformat.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroutils.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroutils.Tpo -c schroutils.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroutils.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrovideoformat.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrovideoformat.Tpo -c schrovideoformat.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrovideoformat.o
mv -f .deps/libschroedinger_1.0_la-schrounpack.Tpo .deps/libschroedinger_1.0_la-schrounpack.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrovirtframe.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrovirtframe.Tpo -c -o libschroedinger_1.0_la-schrovirtframe.lo `test -f 'schrovirtframe.c' || echo './'`schrovirtframe.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrovideoformat.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrovideoformat.Tpo -c schrovideoformat.c -o libschroedinger_1.0_la-schrovideoformat.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroutils.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroutils.Tpo -c schroutils.c -o libschroedinger_1.0_la-schroutils.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrovirtframe.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrovirtframe.Tpo -c schrovirtframe.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrovirtframe.o
mv -f .deps/libschroedinger_1.0_la-schroutils.Tpo .deps/libschroedinger_1.0_la-schroutils.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrowaveletorc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrowaveletorc.Tpo -c -o libschroedinger_1.0_la-schrowaveletorc.lo `test -f 'schrowaveletorc.c' || echo './'`schrowaveletorc.c
mv -f .deps/libschroedinger_1.0_la-schrovideoformat.Tpo .deps/libschroedinger_1.0_la-schrovideoformat.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroasync-pthread.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroasync-pthread.Tpo -c -o libschroedinger_1.0_la-schroasync-pthread.lo `test -f 'schroasync-pthread.c' || echo './'`schroasync-pthread.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrowaveletorc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrowaveletorc.Tpo -c schrowaveletorc.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrowaveletorc.o
mv -f .deps/libschroedinger_1.0_la-schrodecoder.Tpo .deps/libschroedinger_1.0_la-schrodecoder.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionref.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionref.Tpo -c -o libschroedinger_1.0_la-schromotionref.lo `test -f 'schromotionref.c' || echo './'`schromotionref.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroasync-pthread.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroasync-pthread.Tpo -c schroasync-pthread.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroasync-pthread.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionref.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionref.Tpo -c schromotionref.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schromotionref.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrovirtframe.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrovirtframe.Tpo -c schrovirtframe.c -o libschroedinger_1.0_la-schrovirtframe.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionref.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionref.Tpo -c schromotionref.c -o libschroedinger_1.0_la-schromotionref.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroasync-pthread.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroasync-pthread.Tpo -c schroasync-pthread.c -o libschroedinger_1.0_la-schroasync-pthread.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrowaveletorc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrowaveletorc.Tpo -c schrowaveletorc.c -o libschroedinger_1.0_la-schrowaveletorc.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schroasync-pthread.Tpo .deps/libschroedinger_1.0_la-schroasync-pthread.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroanalysis.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroanalysis.Tpo -c -o libschroedinger_1.0_la-schroanalysis.lo `test -f 'schroanalysis.c' || echo './'`schroanalysis.c
mv -f .deps/libschroedinger_1.0_la-schromotionref.Tpo .deps/libschroedinger_1.0_la-schromotionref.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroencoder.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroencoder.Tpo -c -o libschroedinger_1.0_la-schroencoder.lo `test -f 'schroencoder.c' || echo './'`schroencoder.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroanalysis.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroanalysis.Tpo -c schroanalysis.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroanalysis.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroencoder.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroencoder.Tpo -c schroencoder.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroencoder.o
mv -f .deps/libschroedinger_1.0_la-schrovirtframe.Tpo .deps/libschroedinger_1.0_la-schrovirtframe.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroengine.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroengine.Tpo -c -o libschroedinger_1.0_la-schroengine.lo `test -f 'schroengine.c' || echo './'`schroengine.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroanalysis.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroanalysis.Tpo -c schroanalysis.c -o libschroedinger_1.0_la-schroanalysis.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroengine.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroengine.Tpo -c schroengine.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroengine.o
mv -f .deps/libschroedinger_1.0_la-schroanalysis.Tpo .deps/libschroedinger_1.0_la-schroanalysis.Plo
mv -f .deps/libschroedinger_1.0_la-schrowaveletorc.Tpo .deps/libschroedinger_1.0_la-schrowaveletorc.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrofft.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrofft.Tpo -c -o libschroedinger_1.0_la-schrofft.lo `test -f 'schrofft.c' || echo './'`schrofft.c
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrofilter.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrofilter.Tpo -c -o libschroedinger_1.0_la-schrofilter.lo `test -f 'schrofilter.c' || echo './'`schrofilter.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrofft.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrofft.Tpo -c schrofft.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrofft.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrofilter.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrofilter.Tpo -c schrofilter.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrofilter.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroengine.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroengine.Tpo -c schroengine.c -o libschroedinger_1.0_la-schroengine.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrofft.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrofft.Tpo -c schrofft.c -o libschroedinger_1.0_la-schrofft.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrofilter.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrofilter.Tpo -c schrofilter.c -o libschroedinger_1.0_la-schrofilter.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrofft.Tpo .deps/libschroedinger_1.0_la-schrofft.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroglobalest.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroglobalest.Tpo -c -o libschroedinger_1.0_la-schroglobalest.lo `test -f 'schroglobalest.c' || echo './'`schroglobalest.c
mv -f .deps/libschroedinger_1.0_la-schroengine.Tpo .deps/libschroedinger_1.0_la-schroengine.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrohierbm.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrohierbm.Tpo -c -o libschroedinger_1.0_la-schrohierbm.lo `test -f 'schrohierbm.c' || echo './'`schrohierbm.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroglobalest.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroglobalest.Tpo -c schroglobalest.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroglobalest.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrohierbm.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrohierbm.Tpo -c schrohierbm.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrohierbm.o
mv -f .deps/libschroedinger_1.0_la-schrofilter.Tpo .deps/libschroedinger_1.0_la-schrofilter.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrolist.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrolist.Tpo -c -o libschroedinger_1.0_la-schrolist.lo `test -f 'schrolist.c' || echo './'`schrolist.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroglobalest.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroglobalest.Tpo -c schroglobalest.c -o libschroedinger_1.0_la-schroglobalest.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrolist.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrolist.Tpo -c schrolist.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrolist.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrohierbm.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrohierbm.Tpo -c schrohierbm.c -o libschroedinger_1.0_la-schrohierbm.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrolist.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrolist.Tpo -c schrolist.c -o libschroedinger_1.0_la-schrolist.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schroglobalest.Tpo .deps/libschroedinger_1.0_la-schroglobalest.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrometric.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrometric.Tpo -c -o libschroedinger_1.0_la-schrometric.lo `test -f 'schrometric.c' || echo './'`schrometric.c
mv -f .deps/libschroedinger_1.0_la-schrolist.Tpo .deps/libschroedinger_1.0_la-schrolist.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionest.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionest.Tpo -c -o libschroedinger_1.0_la-schromotionest.lo `test -f 'schromotionest.c' || echo './'`schromotionest.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrometric.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrometric.Tpo -c schrometric.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrometric.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionest.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionest.Tpo -c schromotionest.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schromotionest.o
mv -f .deps/libschroedinger_1.0_la-schrohierbm.Tpo .deps/libschroedinger_1.0_la-schrohierbm.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schropack.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schropack.Tpo -c -o libschroedinger_1.0_la-schropack.lo `test -f 'schropack.c' || echo './'`schropack.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schropack.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schropack.Tpo -c schropack.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schropack.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schropack.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schropack.Tpo -c schropack.c -o libschroedinger_1.0_la-schropack.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrometric.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrometric.Tpo -c schrometric.c -o libschroedinger_1.0_la-schrometric.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrometric.Tpo .deps/libschroedinger_1.0_la-schrometric.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrophasecorrelation.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrophasecorrelation.Tpo -c -o libschroedinger_1.0_la-schrophasecorrelation.lo `test -f 'schrophasecorrelation.c' || echo './'`schrophasecorrelation.c
mv -f .deps/libschroedinger_1.0_la-schropack.Tpo .deps/libschroedinger_1.0_la-schropack.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroquantiser.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroquantiser.Tpo -c -o libschroedinger_1.0_la-schroquantiser.lo `test -f 'schroquantiser.c' || echo './'`schroquantiser.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrophasecorrelation.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrophasecorrelation.Tpo -c schrophasecorrelation.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrophasecorrelation.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroquantiser.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroquantiser.Tpo -c schroquantiser.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroquantiser.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroencoder.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroencoder.Tpo -c schroencoder.c -o libschroedinger_1.0_la-schroencoder.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrophasecorrelation.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrophasecorrelation.Tpo -c schrophasecorrelation.c -o libschroedinger_1.0_la-schrophasecorrelation.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schroquantiser.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroquantiser.Tpo -c schroquantiser.c -o libschroedinger_1.0_la-schroquantiser.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrophasecorrelation.Tpo .deps/libschroedinger_1.0_la-schrophasecorrelation.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrossim.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrossim.Tpo -c -o libschroedinger_1.0_la-schrossim.lo `test -f 'schrossim.c' || echo './'`schrossim.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrossim.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrossim.Tpo -c schrossim.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrossim.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrossim.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrossim.Tpo -c schrossim.c -o libschroedinger_1.0_la-schrossim.o >/dev/null 2>&1
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schromotionest.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schromotionest.Tpo -c schromotionest.c -o libschroedinger_1.0_la-schromotionest.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrossim.Tpo .deps/libschroedinger_1.0_la-schrossim.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrowavelettables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrowavelettables.Tpo -c -o libschroedinger_1.0_la-schrowavelettables.lo `test -f 'schrowavelettables.c' || echo './'`schrowavelettables.c
mv -f .deps/libschroedinger_1.0_la-schroquantiser.Tpo .deps/libschroedinger_1.0_la-schroquantiser.Plo
/bin/sh ../arm-angstrom-linux-gnueabi-libtool  --tag=CC   --mode=compile arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I..    -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4    -DSCHRO_ENABLE_UNSTABLE_API    -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-tmp-orc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-tmp-orc.Tpo -c -o libschroedinger_1.0_la-tmp-orc.lo `test -f 'tmp-orc.c' || echo './'`tmp-orc.c
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrowavelettables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrowavelettables.Tpo -c schrowavelettables.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schrowavelettables.o
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-tmp-orc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-tmp-orc.Tpo -c tmp-orc.c  -fPIC -DPIC -o .libs/libschroedinger_1.0_la-tmp-orc.o
tmp-orc.c:57:45: error: expected ')' before '*' token
tmp-orc.c:58:42: error: expected ')' before '*' token
tmp-orc.c:59:45: error: expected ')' before '*' token
tmp-orc.c:60:42: error: expected ')' before '*' token
tmp-orc.c:61:45: error: expected ')' before '*' token
tmp-orc.c:62:42: error: expected ')' before '*' token
tmp-orc.c:63:45: error: expected ')' before '*' token
tmp-orc.c:64:42: error: expected ')' before '*' token
tmp-orc.c:65:43: error: expected ')' before '*' token
tmp-orc.c:66:40: error: expected ')' before '*' token
tmp-orc.c:67:27: error: expected ')' before '*' token
tmp-orc.c:68:30: error: expected ')' before '*' token
tmp-orc.c:69:35: error: expected ')' before '*' token
tmp-orc.c:70:31: error: expected ')' before '*' token
tmp-orc.c:71:31: error: expected ')' before '*' token
tmp-orc.c:72:33: error: expected ')' before '*' token
tmp-orc.c:73:35: error: expected ')' before '*' token
tmp-orc.c:74:35: error: expected ')' before '*' token
tmp-orc.c:75:35: error: expected ')' before '*' token
tmp-orc.c:76:35: error: expected ')' before '*' token
tmp-orc.c:77:47: error: expected ')' before '*' token
tmp-orc.c:78:47: error: expected ')' before '*' token
tmp-orc.c:79:47: error: expected ')' before '*' token
tmp-orc.c:80:47: error: expected ')' before '*' token
tmp-orc.c:81:32: error: expected ')' before '*' token
tmp-orc.c:82:30: error: expected ')' before '*' token
tmp-orc.c:83:33: error: expected ')' before '*' token
tmp-orc.c:85:48: warning: type defaults to 'int' in declaration of 'int16_t'
tmp-orc.c:85:56: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:86:54: warning: type defaults to 'int' in declaration of 'int16_t'
tmp-orc.c:86:62: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:87:40: error: expected ')' before '*' token
tmp-orc.c:88:35: error: expected ')' before '*' token
tmp-orc.c:89:43: error: expected ')' before '*' token
tmp-orc.c:90:32: error: expected ')' before '*' token
tmp-orc.c:91:36: error: expected ')' before '*' token
tmp-orc.c:92:36: error: expected ')' before '*' token
tmp-orc.c:93:32: error: expected ')' before '*' token
tmp-orc.c:97:39: error: expected ')' before '*' token
tmp-orc.c:98:39: error: expected ')' before '*' token
tmp-orc.c:99:38: error: expected ')' before '*' token
tmp-orc.c:100:35: error: expected ')' before '*' token
tmp-orc.c:104:43: warning: type defaults to 'int' in declaration of 'uint8_t'
tmp-orc.c:104:51: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:108:35: error: expected ')' before '*' token
tmp-orc.c:109:44: error: expected ')' before '*' token
tmp-orc.c:110:37: error: expected ')' before '*' token
tmp-orc.c:111:45: error: expected ')' before '*' token
tmp-orc.c:112:48: error: expected ')' before '*' token
tmp-orc.c:113:40: error: expected ')' before '*' token
tmp-orc.c:114:37: error: expected ')' before '*' token
tmp-orc.c:115:37: error: expected ')' before '*' token
tmp-orc.c:116:37: error: expected ')' before '*' token
tmp-orc.c:117:34: error: expected ')' before '*' token
tmp-orc.c:118:37: error: expected ')' before '*' token
tmp-orc.c:119:37: error: expected ')' before '*' token
tmp-orc.c:120:37: error: expected ')' before '*' token
tmp-orc.c:121:34: error: expected ')' before '*' token
tmp-orc.c:122:47: error: expected ')' before '*' token
tmp-orc.c:123:38: error: expected ')' before '*' token
tmp-orc.c:124:32: error: expected ')' before '*' token
tmp-orc.c:125:37: error: expected ')' before '*' token
tmp-orc.c:126:32: error: expected ')' before '*' token
tmp-orc.c:127:37: error: expected ')' before '*' token
tmp-orc.c:128:26: error: expected ')' before '*' token
tmp-orc.c:129:27: error: expected ')' before '*' token
tmp-orc.c:130:38: error: expected ')' before '*' token
tmp-orc.c:131:41: error: expected ')' before '*' token
tmp-orc.c:132:41: error: expected ')' before '*' token
tmp-orc.c:133:44: error: expected ')' before '*' token
tmp-orc.c:134:40: error: expected ')' before '*' token
tmp-orc.c:135:37: error: expected ')' before '*' token
tmp-orc.c:136:34: error: expected ')' before '*' token
tmp-orc.c:137:41: error: expected ')' before '*' token
tmp-orc.c:138:33: error: expected ')' before '*' token
tmp-orc.c:139:33: error: expected ')' before '*' token
tmp-orc.c:140:37: error: expected ')' before '*' token
tmp-orc.c:141:37: error: expected ')' before '*' token
tmp-orc.c:142:37: error: expected ')' before '*' token
tmp-orc.c:144:53: warning: type defaults to 'int' in declaration of 'uint8_t'
tmp-orc.c:144:61: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:145:36: error: expected ')' before '*' token
tmp-orc.c:146:35: error: expected ')' before '*' token
tmp-orc.c:147:32: warning: type defaults to 'int' in declaration of 'int16_t'
tmp-orc.c:147:40: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:148:31: error: expected ')' before '*' token
tmp-orc.c:149:32: error: expected ')' before '*' token
tmp-orc.c:150:32: error: expected ')' before '*' token
tmp-orc.c:151:32: error: expected ')' before '*' token
tmp-orc.c:152:31: error: expected ')' before '*' token
tmp-orc.c:153:35: error: expected ')' before '*' token
tmp-orc.c:154:36: error: expected ')' before '*' token
tmp-orc.c:155:36: error: expected ')' before '*' token
tmp-orc.c:156:36: error: expected ')' before '*' token
tmp-orc.c:157:36: error: expected ')' before '*' token
tmp-orc.c:158:35: error: expected ')' before '*' token
tmp-orc.c:159:35: error: expected ')' before '*' token
tmp-orc.c:160:36: error: expected ')' before '*' token
tmp-orc.c:161:36: error: expected ')' before '*' token
tmp-orc.c:162:35: error: expected ')' before '*' token
tmp-orc.c:163:31: error: expected ')' before '*' token
tmp-orc.c:164:31: error: expected ')' before '*' token
tmp-orc.c:165:33: error: expected ')' before '*' token
tmp-orc.c:166:32: error: expected ')' before '*' token
tmp-orc.c:167:32: error: expected ')' before '*' token
tmp-orc.c:311:40: error: expected ')' before '*' token
tmp-orc.c:424:37: error: expected ')' before '*' token
tmp-orc.c:540:40: error: expected ')' before '*' token
tmp-orc.c:653:37: error: expected ')' before '*' token
tmp-orc.c:751:40: error: expected ')' before '*' token
tmp-orc.c:846:37: error: expected ')' before '*' token
tmp-orc.c:944:40: error: expected ')' before '*' token
tmp-orc.c:1039:37: error: expected ')' before '*' token
tmp-orc.c:1123:38: error: expected ')' before '*' token
tmp-orc.c:1202:35: error: expected ')' before '*' token
tmp-orc.c:1284:22: error: expected ')' before '*' token
tmp-orc.c:1369:25: error: expected ')' before '*' token
tmp-orc.c:1459:30: error: expected ')' before '*' token
tmp-orc.c:1532:26: error: expected ')' before '*' token
tmp-orc.c:1603:26: error: expected ')' before '*' token
tmp-orc.c:1670:28: error: expected ')' before '*' token
tmp-orc.c:1803:30: error: expected ')' before '*' token
tmp-orc.c:1937:30: error: expected ')' before '*' token
tmp-orc.c:2074:30: error: expected ')' before '*' token
tmp-orc.c:2208:30: error: expected ')' before '*' token
tmp-orc.c:2383:42: error: expected ')' before '*' token
tmp-orc.c:2544:42: error: expected ')' before '*' token
tmp-orc.c:2717:42: error: expected ')' before '*' token
tmp-orc.c:2878:42: error: expected ')' before '*' token
tmp-orc.c:2961:27: error: expected ')' before '*' token
tmp-orc.c:3049:25: error: expected ')' before '*' token
tmp-orc.c:3140:28: error: expected ')' before '*' token
tmp-orc.c:3285:43: warning: type defaults to 'int' in declaration of 'int16_t'
tmp-orc.c:3285:51: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:3368:49: warning: type defaults to 'int' in declaration of 'int16_t'
tmp-orc.c:3368:57: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:3451:35: error: expected ')' before '*' token
tmp-orc.c:3538:30: error: expected ')' before '*' token
tmp-orc.c:3638:38: error: expected ')' before '*' token
tmp-orc.c:3706:27: error: expected ')' before '*' token
tmp-orc.c:3781:31: error: expected ')' before '*' token
tmp-orc.c:3858:31: error: expected ')' before '*' token
tmp-orc.c:3934:27: error: expected ')' before '*' token
tmp-orc.c:4273:34: error: expected ')' before '*' token
tmp-orc.c:4390:34: error: expected ')' before '*' token
tmp-orc.c:4479:33: error: expected ')' before '*' token
tmp-orc.c:4559:30: error: expected ')' before '*' token
tmp-orc.c:4904:38: warning: type defaults to 'int' in declaration of 'uint8_t'
tmp-orc.c:4904:46: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:5212:30: error: expected ')' before '*' token
tmp-orc.c:5330:39: error: expected ')' before '*' token
tmp-orc.c:5422:32: error: expected ')' before '*' token
tmp-orc.c:5526:40: error: expected ')' before '*' token
tmp-orc.c:5660:43: error: expected ')' before '*' token
tmp-orc.c:5782:35: error: expected ')' before '*' token
tmp-orc.c:5888:32: error: expected ')' before '*' token
tmp-orc.c:5970:32: error: expected ')' before '*' token
tmp-orc.c:6090:32: error: expected ')' before '*' token
tmp-orc.c:6209:29: error: expected ')' before '*' token
tmp-orc.c:6302:32: error: expected ')' before '*' token
tmp-orc.c:6408:32: error: expected ')' before '*' token
tmp-orc.c:6528:32: error: expected ')' before '*' token
tmp-orc.c:6647:29: error: expected ')' before '*' token
tmp-orc.c:6782:42: error: expected ')' before '*' token
tmp-orc.c:6894:33: error: expected ')' before '*' token
tmp-orc.c:6972:27: error: expected ')' before '*' token
tmp-orc.c:7061:32: error: expected ')' before '*' token
tmp-orc.c:7138:27: error: expected ')' before '*' token
tmp-orc.c:7227:32: error: expected ')' before '*' token
tmp-orc.c:7304:21: error: expected ')' before '*' token
tmp-orc.c:7375:22: error: expected ')' before '*' token
tmp-orc.c:7480:33: error: expected ')' before '*' token
tmp-orc.c:7608:36: error: expected ')' before '*' token
tmp-orc.c:7740:36: error: expected ')' before '*' token
tmp-orc.c:7868:39: error: expected ')' before '*' token
tmp-orc.c:7993:35: error: expected ')' before '*' token
tmp-orc.c:8111:32: error: expected ')' before '*' token
tmp-orc.c:8231:29: error: expected ')' before '*' token
tmp-orc.c:8356:36: error: expected ')' before '*' token
tmp-orc.c:8482:28: error: expected ')' before '*' token
tmp-orc.c:8598:28: error: expected ')' before '*' token
tmp-orc.c:8777:32: error: expected ')' before '*' token
tmp-orc.c:8977:32: error: expected ')' before '*' token
tmp-orc.c:9148:32: error: expected ')' before '*' token
tmp-orc.c:9529:48: warning: type defaults to 'int' in declaration of 'uint8_t'
tmp-orc.c:9529:56: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:9630:31: error: expected ')' before '*' token
tmp-orc.c:9743:30: error: expected ')' before '*' token
tmp-orc.c:9814:27: warning: type defaults to 'int' in declaration of 'int16_t'
tmp-orc.c:9814:35: error: expected ';', ',' or ')' before '*' token
tmp-orc.c:9903:26: error: expected ')' before '*' token
tmp-orc.c:9997:27: error: expected ')' before '*' token
tmp-orc.c:10091:27: error: expected ')' before '*' token
tmp-orc.c:10185:27: error: expected ')' before '*' token
tmp-orc.c:10278:26: error: expected ')' before '*' token
tmp-orc.c:10494:30: error: expected ')' before '*' token
tmp-orc.c:10718:31: error: expected ')' before '*' token
tmp-orc.c:10942:31: error: expected ')' before '*' token
tmp-orc.c:11166:31: error: expected ')' before '*' token
tmp-orc.c:11390:31: error: expected ')' before '*' token
tmp-orc.c:11619:30: error: expected ')' before '*' token
tmp-orc.c:11781:30: error: expected ')' before '*' token
tmp-orc.c:11939:31: error: expected ')' before '*' token
tmp-orc.c:12097:31: error: expected ')' before '*' token
tmp-orc.c:12254:30: error: expected ')' before '*' token
tmp-orc.c:12345:26: error: expected ')' before '*' token
tmp-orc.c:12433:26: error: expected ')' before '*' token
tmp-orc.c:12521:28: error: expected ')' before '*' token
tmp-orc.c:12608:27: error: expected ')' before '*' token
tmp-orc.c:12695:27: error: expected ')' before '*' token
make[4]: *** [libschroedinger_1.0_la-tmp-orc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
arm-angstrom-linux-gnueabi-libtool: compile:  arm-angstrom-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-angstrom-next/angstrom-dev/sysroots/armv7a-angstrom-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -O3 -ggdb2 -MT libschroedinger_1.0_la-schrowavelettables.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schrowavelettables.Tpo -c schrowavelettables.c -o libschroedinger_1.0_la-schrowavelettables.o >/dev/null 2>&1
mv -f .deps/libschroedinger_1.0_la-schrowavelettables.Tpo .deps/libschroedinger_1.0_la-schrowavelettables.Plo
mv -f .deps/libschroedinger_1.0_la-schroencoder.Tpo .deps/libschroedinger_1.0_la-schroencoder.Plo
mv -f .deps/libschroedinger_1.0_la-schromotionest.Tpo .deps/libschroedinger_1.0_la-schromotionest.Plo
make[4]: Leaving directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10/schroedinger'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10/schroedinger'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10/schroedinger'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/oe/build-angstrom-next/angstrom-dev/work/armv7a-angstrom-linux-gnueabi/schroedinger-1.0.10-r1.0/schroedinger-1.0.10'
make: *** [all] Error 2
+ die 'oe_runmake failed'
+ oefatal 'oe_runmake failed'
+ echo FATAL: 'oe_runmake failed'
FATAL: oe_runmake failed
+ exit 1
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 198 bytes
Desc: This is a digitally signed message part
URL: <http://lists.openembedded.org/pipermail/openembedded-devel/attachments/20110417/25b2a3bc/attachment-0002.sig>


More information about the Openembedded-devel mailing list