* schroedinger_1.0.9: task compile fails with `schroorc.c:93:3: error: 'int16_t' undeclared`
@ 2011-04-16 18:37 Paul Menzel
2011-04-17 17:47 ` [RFC] [PATCH] schroedinger: add version 1.0.10 Paul Menzel
0 siblings, 1 reply; 10+ messages in thread
From: Paul Menzel @ 2011-04-16 18:37 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1.1: Type: text/plain, Size: 3034 bytes --]
Dear OE folks,
I just want to inform you, that task compile of `schroedinger_1.0.9.bb`
fails with the following error message.
[…]
schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22_op':
schroorc.c:93:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:93:3: note: each undeclared identifier is reported only once for each function it appears in
schroorc.c:93:11: error: expected ';' before 'var0'
schroorc.c:94:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:95:11: error: expected ';' before 'var4'
schroorc.c:96:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:96:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:97:11: error: expected ';' before 'var5'
schroorc.c:98:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:98:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:99:11: error: expected ';' before 'var6'
schroorc.c:100:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:100:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:101:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:101:17: error: 'var16' undeclared (first use in this function)
schroorc.c:102:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:102:17: error: 'var17' undeclared (first use in this function)
schroorc.c:103:11: error: expected ';' before 'var32'
schroorc.c:104:11: error: expected ';' before 'var33'
schroorc.c:105:11: error: expected ';' before 'var34'
schroorc.c:113:5: error: 'var4' undeclared (first use in this function)
schroorc.c:115:5: error: 'var5' undeclared (first use in this function)
schroorc.c:117:5: error: 'var6' undeclared (first use in this function)
schroorc.c:120:5: error: 'var32' undeclared (first use in this function)
schroorc.c:122:5: error: 'var33' undeclared (first use in this function)
schroorc.c:124:5: error: 'var34' undeclared (first use in this function)
schroorc.c:126:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:134:40: error: expected ')' before '*' token
[…]
I am using the following configuration.
Build Configuration:
BB_VERSION = "1.12.0"
METADATA_BRANCH = "master"
METADATA_REVISION = "0f07712"
TARGET_ARCH = "arm"
TARGET_OS = "linux-gnueabi"
MACHINE = "beagleboard"
DISTRO = "minimal"
DISTRO_VERSION = "dev-snapshot-20110416"
TARGET_FPU = "hard"
Please find the full log file attached.
Thanks,
Paul
[-- Attachment #1.2: log.do_compile --]
[-- Type: text/plain, Size: 300965 bytes --]
+ 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-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9'
Making all in schroedinger
make[2]: Entering directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger'
/oe/build-minimal-eglibc/minimal-dev/sysroots/i686-linux/usr/bin/orcc --header -o schroorc.h ./schro.orc
make all-recursive
make[3]: Entering directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger'
make[4]: Entering directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger'
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schroarith.Tpo .deps/libschroedinger_1.0_la-schroarith.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrodomain.Tpo .deps/libschroedinger_1.0_la-schrodomain.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schro.Tpo .deps/libschroedinger_1.0_la-schro.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schrobuffer.Tpo .deps/libschroedinger_1.0_la-schrobuffer.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrohistogram.Tpo .deps/libschroedinger_1.0_la-schrohistogram.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrobufferlist.Tpo .deps/libschroedinger_1.0_la-schrobufferlist.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schrolowdelay.Tpo .deps/libschroedinger_1.0_la-schrolowdelay.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schroframe.Tpo .deps/libschroedinger_1.0_la-schroframe.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schromotionfast.Tpo .deps/libschroedinger_1.0_la-schromotionfast.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schromotion.Tpo .deps/libschroedinger_1.0_la-schromotion.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schroparams.Tpo .deps/libschroedinger_1.0_la-schroparams.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schroroughmotion.Tpo .deps/libschroedinger_1.0_la-schroroughmotion.Plo
mv -f .deps/libschroedinger_1.0_la-schroqueue.Tpo .deps/libschroedinger_1.0_la-schroqueue.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schroparse.Tpo .deps/libschroedinger_1.0_la-schroparse.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schrotablesinit.Tpo .deps/libschroedinger_1.0_la-schrotablesinit.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrodecoder.Tpo .deps/libschroedinger_1.0_la-schrodecoder.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrounpack.Tpo .deps/libschroedinger_1.0_la-schrounpack.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrotables.Tpo .deps/libschroedinger_1.0_la-schrotables.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrounpacktables.Tpo .deps/libschroedinger_1.0_la-schrounpacktables.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schroutils.Tpo .deps/libschroedinger_1.0_la-schroutils.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schroasync-pthread.Tpo .deps/libschroedinger_1.0_la-schroasync-pthread.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrovideoformat.Tpo .deps/libschroedinger_1.0_la-schrovideoformat.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schromotionref.Tpo .deps/libschroedinger_1.0_la-schromotionref.Plo
mv -f .deps/libschroedinger_1.0_la-schroanalysis.Tpo .deps/libschroedinger_1.0_la-schroanalysis.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schrovirtframe.Tpo .deps/libschroedinger_1.0_la-schrovirtframe.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrowaveletorc.Tpo .deps/libschroedinger_1.0_la-schrowaveletorc.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrofft.Tpo .deps/libschroedinger_1.0_la-schrofft.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrofilter.Tpo .deps/libschroedinger_1.0_la-schrofilter.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schroengine.Tpo .deps/libschroedinger_1.0_la-schroengine.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schroglobalest.Tpo .deps/libschroedinger_1.0_la-schroglobalest.Plo
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schrolist.Tpo .deps/libschroedinger_1.0_la-schrolist.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrometric.Tpo .deps/libschroedinger_1.0_la-schrometric.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrohierbm.Tpo .deps/libschroedinger_1.0_la-schrohierbm.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schropack.Tpo .deps/libschroedinger_1.0_la-schropack.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrophasecorrelation.Tpo .deps/libschroedinger_1.0_la-schrophasecorrelation.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schrossim.Tpo .deps/libschroedinger_1.0_la-schrossim.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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
mv -f .deps/libschroedinger_1.0_la-schroencoder.Tpo .deps/libschroedinger_1.0_la-schroencoder.Plo
/bin/sh ../arm-oe-linux-gnueabi-libtool --tag=CC --mode=compile arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -MT libschroedinger_1.0_la-schroorc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroorc.Tpo -c -o libschroedinger_1.0_la-schroorc.lo `test -f 'schroorc.c' || echo './'`schroorc.c
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -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-schroquantiser.Tpo .deps/libschroedinger_1.0_la-schroquantiser.Plo
arm-oe-linux-gnueabi-libtool: compile: arm-oe-linux-gnueabi-gcc -march=armv7-a -mtune=cortex-a8 -mfpu=neon -mfloat-abi=softfp -mthumb-interwork -mno-thumb --sysroot=/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi -DHAVE_CONFIG_H -I. -I.. -Wall -I.. -I/oe/build-minimal-eglibc/minimal-dev/sysroots/armv7a-oe-linux-gnueabi/usr/include/orc-0.4 -DSCHRO_ENABLE_UNSTABLE_API -I./cuda -I./opengl -fexpensive-optimizations -fomit-frame-pointer -frename-registers -Os -g -MT libschroedinger_1.0_la-schroorc.lo -MD -MP -MF .deps/libschroedinger_1.0_la-schroorc.Tpo -c schroorc.c -fPIC -DPIC -o .libs/libschroedinger_1.0_la-schroorc.o
mv -f .deps/libschroedinger_1.0_la-schrowavelettables.Tpo .deps/libschroedinger_1.0_la-schrowavelettables.Plo
schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22_op':
schroorc.c:93:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:93:3: note: each undeclared identifier is reported only once for each function it appears in
schroorc.c:93:11: error: expected ';' before 'var0'
schroorc.c:94:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:95:11: error: expected ';' before 'var4'
schroorc.c:96:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:96:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:97:11: error: expected ';' before 'var5'
schroorc.c:98:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:98:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:99:11: error: expected ';' before 'var6'
schroorc.c:100:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:100:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:101:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:101:17: error: 'var16' undeclared (first use in this function)
schroorc.c:102:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:102:17: error: 'var17' undeclared (first use in this function)
schroorc.c:103:11: error: expected ';' before 'var32'
schroorc.c:104:11: error: expected ';' before 'var33'
schroorc.c:105:11: error: expected ';' before 'var34'
schroorc.c:113:5: error: 'var4' undeclared (first use in this function)
schroorc.c:115:5: error: 'var5' undeclared (first use in this function)
schroorc.c:117:5: error: 'var6' undeclared (first use in this function)
schroorc.c:120:5: error: 'var32' undeclared (first use in this function)
schroorc.c:122:5: error: 'var33' undeclared (first use in this function)
schroorc.c:124:5: error: 'var34' undeclared (first use in this function)
schroorc.c:126:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:134:40: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add2_rshift_add_s16_22':
schroorc.c:226:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:226:11: error: expected ';' before 'var0'
schroorc.c:227:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:228:11: error: expected ';' before 'var4'
schroorc.c:229:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:229:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:230:11: error: expected ';' before 'var5'
schroorc.c:231:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:231:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:232:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:232:17: error: 'var16' undeclared (first use in this function)
schroorc.c:233:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:233:17: error: 'var17' undeclared (first use in this function)
schroorc.c:234:11: error: expected ';' before 'var32'
schroorc.c:235:11: error: expected ';' before 'var33'
schroorc.c:236:11: error: expected ';' before 'var34'
schroorc.c:243:5: error: 'var0' undeclared (first use in this function)
schroorc.c:244:5: error: 'var4' undeclared (first use in this function)
schroorc.c:246:5: error: 'var5' undeclared (first use in this function)
schroorc.c:249:5: error: 'var32' undeclared (first use in this function)
schroorc.c:251:5: error: 'var33' undeclared (first use in this function)
schroorc.c:253:5: error: 'var34' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:263:37: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add2_rshift_sub_s16_22_op':
schroorc.c:357:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:357:11: error: expected ';' before 'var0'
schroorc.c:358:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:359:11: error: expected ';' before 'var4'
schroorc.c:360:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:360:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:361:11: error: expected ';' before 'var5'
schroorc.c:362:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:362:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:363:11: error: expected ';' before 'var6'
schroorc.c:364:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:364:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:365:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:365:17: error: 'var16' undeclared (first use in this function)
schroorc.c:366:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:366:17: error: 'var17' undeclared (first use in this function)
schroorc.c:367:11: error: expected ';' before 'var32'
schroorc.c:368:11: error: expected ';' before 'var33'
schroorc.c:369:11: error: expected ';' before 'var34'
schroorc.c:377:5: error: 'var4' undeclared (first use in this function)
schroorc.c:379:5: error: 'var5' undeclared (first use in this function)
schroorc.c:381:5: error: 'var6' undeclared (first use in this function)
schroorc.c:384:5: error: 'var32' undeclared (first use in this function)
schroorc.c:386:5: error: 'var33' undeclared (first use in this function)
schroorc.c:388:5: error: 'var34' undeclared (first use in this function)
schroorc.c:390:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:398:40: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add2_rshift_sub_s16_22':
schroorc.c:490:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:490:11: error: expected ';' before 'var0'
schroorc.c:491:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:492:11: error: expected ';' before 'var4'
schroorc.c:493:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:493:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:494:11: error: expected ';' before 'var5'
schroorc.c:495:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:495:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:496:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:496:17: error: 'var16' undeclared (first use in this function)
schroorc.c:497:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:497:17: error: 'var17' undeclared (first use in this function)
schroorc.c:498:11: error: expected ';' before 'var32'
schroorc.c:499:11: error: expected ';' before 'var33'
schroorc.c:500:11: error: expected ';' before 'var34'
schroorc.c:507:5: error: 'var0' undeclared (first use in this function)
schroorc.c:508:5: error: 'var4' undeclared (first use in this function)
schroorc.c:510:5: error: 'var5' undeclared (first use in this function)
schroorc.c:513:5: error: 'var32' undeclared (first use in this function)
schroorc.c:515:5: error: 'var33' undeclared (first use in this function)
schroorc.c:517:5: error: 'var34' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:527:37: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add2_rshift_add_s16_11_op':
schroorc.c:613:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:613:11: error: expected ';' before 'var0'
schroorc.c:614:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:615:11: error: expected ';' before 'var4'
schroorc.c:616:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:616:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:617:11: error: expected ';' before 'var5'
schroorc.c:618:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:618:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:619:11: error: expected ';' before 'var6'
schroorc.c:620:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:620:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:621:11: error: expected ';' before 'var32'
schroorc.c:629:5: error: 'var4' undeclared (first use in this function)
schroorc.c:631:5: error: 'var5' undeclared (first use in this function)
schroorc.c:633:5: error: 'var6' undeclared (first use in this function)
schroorc.c:636:5: error: 'var32' undeclared (first use in this function)
schroorc.c:638:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:646:40: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add2_rshift_add_s16_11':
schroorc.c:726:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:726:11: error: expected ';' before 'var0'
schroorc.c:727:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:728:11: error: expected ';' before 'var4'
schroorc.c:729:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:729:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:730:11: error: expected ';' before 'var5'
schroorc.c:731:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:731:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:732:11: error: expected ';' before 'var32'
schroorc.c:739:5: error: 'var0' undeclared (first use in this function)
schroorc.c:740:5: error: 'var4' undeclared (first use in this function)
schroorc.c:742:5: error: 'var5' undeclared (first use in this function)
schroorc.c:745:5: error: 'var32' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:755:37: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add2_rshift_sub_s16_11_op':
schroorc.c:837:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:837:11: error: expected ';' before 'var0'
schroorc.c:838:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:839:11: error: expected ';' before 'var4'
schroorc.c:840:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:840:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:841:11: error: expected ';' before 'var5'
schroorc.c:842:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:842:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:843:11: error: expected ';' before 'var6'
schroorc.c:844:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:844:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:845:11: error: expected ';' before 'var32'
schroorc.c:853:5: error: 'var4' undeclared (first use in this function)
schroorc.c:855:5: error: 'var5' undeclared (first use in this function)
schroorc.c:857:5: error: 'var6' undeclared (first use in this function)
schroorc.c:860:5: error: 'var32' undeclared (first use in this function)
schroorc.c:862:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:870:40: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add2_rshift_sub_s16_11':
schroorc.c:950:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:950:11: error: expected ';' before 'var0'
schroorc.c:951:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:952:11: error: expected ';' before 'var4'
schroorc.c:953:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:953:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:954:11: error: expected ';' before 'var5'
schroorc.c:955:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:955:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:956:11: error: expected ';' before 'var32'
schroorc.c:963:5: error: 'var0' undeclared (first use in this function)
schroorc.c:964:5: error: 'var4' undeclared (first use in this function)
schroorc.c:966:5: error: 'var5' undeclared (first use in this function)
schroorc.c:969:5: error: 'var32' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:979:37: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add_const_rshift_s16_11':
schroorc.c:1053:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1053:11: error: expected ';' before 'var0'
schroorc.c:1054:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1055:11: error: expected ';' before 'var4'
schroorc.c:1056:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1056:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1057:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:1057:17: error: 'var16' undeclared (first use in this function)
schroorc.c:1058:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:1058:17: error: 'var17' undeclared (first use in this function)
schroorc.c:1059:11: error: expected ';' before 'var32'
schroorc.c:1065:5: error: 'var4' undeclared (first use in this function)
schroorc.c:1068:5: error: 'var32' undeclared (first use in this function)
schroorc.c:1070:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1078:38: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add_const_rshift_s16':
schroorc.c:1148:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1148:11: error: expected ';' before 'var0'
schroorc.c:1149:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1150:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:1150:17: error: 'var24' undeclared (first use in this function)
schroorc.c:1151:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:1151:17: error: 'var25' undeclared (first use in this function)
schroorc.c:1152:11: error: expected ';' before 'var32'
schroorc.c:1157:5: error: 'var0' undeclared (first use in this function)
schroorc.c:1159:5: error: 'var32' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1169:35: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add_s16':
schroorc.c:1243:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1243:11: error: expected ';' before 'var0'
schroorc.c:1244:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1245:11: error: expected ';' before 'var4'
schroorc.c:1246:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1246:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1247:11: error: expected ';' before 'var5'
schroorc.c:1248:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1248:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:1255:5: error: 'var4' undeclared (first use in this function)
schroorc.c:1257:5: error: 'var5' undeclared (first use in this function)
schroorc.c:1260:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1268:22: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add_s16_2d':
schroorc.c:1341:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1341:11: error: expected ';' before 'var0'
schroorc.c:1342:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1343:11: error: expected ';' before 'var4'
schroorc.c:1344:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1344:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1351:7: error: 'var0' undeclared (first use in this function)
schroorc.c:1352:7: error: 'var4' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1364:25: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_addc_rshift_s16':
schroorc.c:1442:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1442:11: error: expected ';' before 'var0'
schroorc.c:1443:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1444:11: error: expected ';' before 'var4'
schroorc.c:1445:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1445:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1446:11: error: expected ';' before 'var5'
schroorc.c:1447:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1447:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:1448:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:1448:17: error: 'var24' undeclared (first use in this function)
schroorc.c:1449:11: error: expected ';' before 'var32'
schroorc.c:1456:5: error: 'var4' undeclared (first use in this function)
schroorc.c:1458:5: error: 'var5' undeclared (first use in this function)
schroorc.c:1461:5: error: 'var32' undeclared (first use in this function)
schroorc.c:1463:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1471:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_lshift1_s16':
schroorc.c:1543:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1543:11: error: expected ';' before 'var0'
schroorc.c:1544:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1545:11: error: expected ';' before 'var4'
schroorc.c:1546:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1546:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1547:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:1547:17: error: 'var16' undeclared (first use in this function)
schroorc.c:1553:5: error: 'var4' undeclared (first use in this function)
schroorc.c:1556:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1564:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_lshift2_s16':
schroorc.c:1631:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1631:11: error: expected ';' before 'var0'
schroorc.c:1632:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1633:11: error: expected ';' before 'var4'
schroorc.c:1634:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1634:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1635:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:1635:17: error: 'var16' undeclared (first use in this function)
schroorc.c:1641:5: error: 'var4' undeclared (first use in this function)
schroorc.c:1644:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1652:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_lshift_s16_ip':
schroorc.c:1715:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1715:11: error: expected ';' before 'var0'
schroorc.c:1716:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1717:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:1717:17: error: 'var24' undeclared (first use in this function)
schroorc.c:1722:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1732:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas2_add_s16_op':
schroorc.c:1825:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1825:11: error: expected ';' before 'var0'
schroorc.c:1826:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1827:11: error: expected ';' before 'var4'
schroorc.c:1828:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1828:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1829:11: error: expected ';' before 'var5'
schroorc.c:1830:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1830:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:1831:11: error: expected ';' before 'var6'
schroorc.c:1832:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1832:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:1833:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:1833:17: error: 'var24' undeclared (first use in this function)
schroorc.c:1834:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:1834:17: error: 'var25' undeclared (first use in this function)
schroorc.c:1835:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:1835:17: error: 'var26' undeclared (first use in this function)
schroorc.c:1836:11: error: expected ';' before 'var32'
schroorc.c:1837:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:1837:11: error: expected ';' before 'var33'
schroorc.c:1838:11: error: expected ';' before 'var34'
schroorc.c:1839:11: error: expected ';' before 'var35'
schroorc.c:1840:11: error: expected ';' before 'var36'
schroorc.c:1848:5: error: 'var4' undeclared (first use in this function)
schroorc.c:1850:5: error: 'var5' undeclared (first use in this function)
schroorc.c:1852:5: error: 'var6' undeclared (first use in this function)
schroorc.c:1855:5: error: 'var32' undeclared (first use in this function)
schroorc.c:1857:5: error: 'var33' undeclared (first use in this function)
schroorc.c:1859:5: error: 'var34' undeclared (first use in this function)
schroorc.c:1861:5: error: 'var35' undeclared (first use in this function)
schroorc.c:1863:5: error: 'var36' undeclared (first use in this function)
schroorc.c:1865:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:1873:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas2_add_s16_ip':
schroorc.c:1979:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:1979:11: error: expected ';' before 'var0'
schroorc.c:1980:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:1981:11: error: expected ';' before 'var4'
schroorc.c:1982:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1982:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:1983:11: error: expected ';' before 'var5'
schroorc.c:1984:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:1984:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:1985:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:1985:17: error: 'var24' undeclared (first use in this function)
schroorc.c:1986:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:1986:17: error: 'var25' undeclared (first use in this function)
schroorc.c:1987:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:1987:17: error: 'var26' undeclared (first use in this function)
schroorc.c:1988:11: error: expected ';' before 'var32'
schroorc.c:1989:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:1989:11: error: expected ';' before 'var33'
schroorc.c:1990:11: error: expected ';' before 'var34'
schroorc.c:1991:11: error: expected ';' before 'var35'
schroorc.c:1992:11: error: expected ';' before 'var36'
schroorc.c:1999:5: error: 'var0' undeclared (first use in this function)
schroorc.c:2000:5: error: 'var4' undeclared (first use in this function)
schroorc.c:2002:5: error: 'var5' undeclared (first use in this function)
schroorc.c:2005:5: error: 'var32' undeclared (first use in this function)
schroorc.c:2007:5: error: 'var33' undeclared (first use in this function)
schroorc.c:2009:5: error: 'var34' undeclared (first use in this function)
schroorc.c:2011:5: error: 'var35' undeclared (first use in this function)
schroorc.c:2013:5: error: 'var36' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:2023:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas2_sub_s16_op':
schroorc.c:2131:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:2131:11: error: expected ';' before 'var0'
schroorc.c:2132:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:2133:11: error: expected ';' before 'var4'
schroorc.c:2134:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2134:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:2135:11: error: expected ';' before 'var5'
schroorc.c:2136:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2136:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:2137:11: error: expected ';' before 'var6'
schroorc.c:2138:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2138:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:2139:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:2139:17: error: 'var24' undeclared (first use in this function)
schroorc.c:2140:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:2140:17: error: 'var25' undeclared (first use in this function)
schroorc.c:2141:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:2141:17: error: 'var26' undeclared (first use in this function)
schroorc.c:2142:11: error: expected ';' before 'var32'
schroorc.c:2143:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:2143:11: error: expected ';' before 'var33'
schroorc.c:2144:11: error: expected ';' before 'var34'
schroorc.c:2145:11: error: expected ';' before 'var35'
schroorc.c:2146:11: error: expected ';' before 'var36'
schroorc.c:2154:5: error: 'var4' undeclared (first use in this function)
schroorc.c:2156:5: error: 'var5' undeclared (first use in this function)
schroorc.c:2158:5: error: 'var6' undeclared (first use in this function)
schroorc.c:2161:5: error: 'var32' undeclared (first use in this function)
schroorc.c:2163:5: error: 'var33' undeclared (first use in this function)
schroorc.c:2165:5: error: 'var34' undeclared (first use in this function)
schroorc.c:2167:5: error: 'var35' undeclared (first use in this function)
schroorc.c:2169:5: error: 'var36' undeclared (first use in this function)
schroorc.c:2171:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:2179:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas2_sub_s16_ip':
schroorc.c:2285:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:2285:11: error: expected ';' before 'var0'
schroorc.c:2286:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:2287:11: error: expected ';' before 'var4'
schroorc.c:2288:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2288:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:2289:11: error: expected ';' before 'var5'
schroorc.c:2290:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2290:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:2291:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:2291:17: error: 'var24' undeclared (first use in this function)
schroorc.c:2292:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:2292:17: error: 'var25' undeclared (first use in this function)
schroorc.c:2293:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:2293:17: error: 'var26' undeclared (first use in this function)
schroorc.c:2294:11: error: expected ';' before 'var32'
schroorc.c:2295:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:2295:11: error: expected ';' before 'var33'
schroorc.c:2296:11: error: expected ';' before 'var34'
schroorc.c:2297:11: error: expected ';' before 'var35'
schroorc.c:2298:11: error: expected ';' before 'var36'
schroorc.c:2305:5: error: 'var0' undeclared (first use in this function)
schroorc.c:2306:5: error: 'var4' undeclared (first use in this function)
schroorc.c:2308:5: error: 'var5' undeclared (first use in this function)
schroorc.c:2311:5: error: 'var32' undeclared (first use in this function)
schroorc.c:2313:5: error: 'var33' undeclared (first use in this function)
schroorc.c:2315:5: error: 'var34' undeclared (first use in this function)
schroorc.c:2317:5: error: 'var35' undeclared (first use in this function)
schroorc.c:2319:5: error: 'var36' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:2329:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas4_across_add_s16_1991_op':
schroorc.c:2456:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:2456:11: error: expected ';' before 'var0'
schroorc.c:2457:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:2458:11: error: expected ';' before 'var4'
schroorc.c:2459:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2459:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:2460:11: error: expected ';' before 'var5'
schroorc.c:2461:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2461:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:2462:11: error: expected ';' before 'var6'
schroorc.c:2463:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2463:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:2464:11: error: expected ';' before 'var7'
schroorc.c:2465:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2465:19: error: 'ptr7' undeclared (first use in this function)
schroorc.c:2466:11: error: expected ';' before 'var8'
schroorc.c:2467:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2467:19: error: 'ptr8' undeclared (first use in this function)
schroorc.c:2468:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:2468:17: error: 'var16' undeclared (first use in this function)
schroorc.c:2469:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:2469:17: error: 'var24' undeclared (first use in this function)
schroorc.c:2470:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:2470:17: error: 'var25' undeclared (first use in this function)
schroorc.c:2471:11: error: expected ';' before 'var32'
schroorc.c:2472:11: error: expected ';' before 'var33'
schroorc.c:2473:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:2473:11: error: expected ';' before 'var34'
schroorc.c:2474:11: error: expected ';' before 'var35'
schroorc.c:2475:11: error: expected ';' before 'var36'
schroorc.c:2476:11: error: expected ';' before 'var37'
schroorc.c:2477:11: error: expected ';' before 'var38'
schroorc.c:2478:11: error: expected ';' before 'var39'
schroorc.c:2488:5: error: 'var4' undeclared (first use in this function)
schroorc.c:2490:5: error: 'var5' undeclared (first use in this function)
schroorc.c:2492:5: error: 'var6' undeclared (first use in this function)
schroorc.c:2494:5: error: 'var7' undeclared (first use in this function)
schroorc.c:2496:5: error: 'var8' undeclared (first use in this function)
schroorc.c:2499:5: error: 'var32' undeclared (first use in this function)
schroorc.c:2501:5: error: 'var34' undeclared (first use in this function)
schroorc.c:2503:5: error: 'var33' undeclared (first use in this function)
schroorc.c:2505:5: error: 'var35' undeclared (first use in this function)
schroorc.c:2507:5: error: 'var36' undeclared (first use in this function)
schroorc.c:2509:5: error: 'var37' undeclared (first use in this function)
schroorc.c:2511:5: error: 'var38' undeclared (first use in this function)
schroorc.c:2513:5: error: 'var39' undeclared (first use in this function)
schroorc.c:2515:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:2523:42: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas4_across_add_s16_1991_ip':
schroorc.c:2656:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:2656:11: error: expected ';' before 'var0'
schroorc.c:2657:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:2658:11: error: expected ';' before 'var4'
schroorc.c:2659:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2659:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:2660:11: error: expected ';' before 'var5'
schroorc.c:2661:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2661:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:2662:11: error: expected ';' before 'var6'
schroorc.c:2663:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2663:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:2664:11: error: expected ';' before 'var7'
schroorc.c:2665:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2665:19: error: 'ptr7' undeclared (first use in this function)
schroorc.c:2666:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:2666:17: error: 'var16' undeclared (first use in this function)
schroorc.c:2667:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:2667:17: error: 'var24' undeclared (first use in this function)
schroorc.c:2668:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:2668:17: error: 'var25' undeclared (first use in this function)
schroorc.c:2669:11: error: expected ';' before 'var32'
schroorc.c:2670:11: error: expected ';' before 'var33'
schroorc.c:2671:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:2671:11: error: expected ';' before 'var34'
schroorc.c:2672:11: error: expected ';' before 'var35'
schroorc.c:2673:11: error: expected ';' before 'var36'
schroorc.c:2674:11: error: expected ';' before 'var37'
schroorc.c:2675:11: error: expected ';' before 'var38'
schroorc.c:2676:11: error: expected ';' before 'var39'
schroorc.c:2685:5: error: 'var0' undeclared (first use in this function)
schroorc.c:2686:5: error: 'var4' undeclared (first use in this function)
schroorc.c:2688:5: error: 'var5' undeclared (first use in this function)
schroorc.c:2690:5: error: 'var6' undeclared (first use in this function)
schroorc.c:2692:5: error: 'var7' undeclared (first use in this function)
schroorc.c:2695:5: error: 'var32' undeclared (first use in this function)
schroorc.c:2697:5: error: 'var34' undeclared (first use in this function)
schroorc.c:2699:5: error: 'var33' undeclared (first use in this function)
schroorc.c:2701:5: error: 'var35' undeclared (first use in this function)
schroorc.c:2703:5: error: 'var36' undeclared (first use in this function)
schroorc.c:2705:5: error: 'var37' undeclared (first use in this function)
schroorc.c:2707:5: error: 'var38' undeclared (first use in this function)
schroorc.c:2709:5: error: 'var39' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:2719:42: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas4_across_sub_s16_1991_op':
schroorc.c:2854:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:2854:11: error: expected ';' before 'var0'
schroorc.c:2855:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:2856:11: error: expected ';' before 'var4'
schroorc.c:2857:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2857:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:2858:11: error: expected ';' before 'var5'
schroorc.c:2859:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2859:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:2860:11: error: expected ';' before 'var6'
schroorc.c:2861:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2861:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:2862:11: error: expected ';' before 'var7'
schroorc.c:2863:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2863:19: error: 'ptr7' undeclared (first use in this function)
schroorc.c:2864:11: error: expected ';' before 'var8'
schroorc.c:2865:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:2865:19: error: 'ptr8' undeclared (first use in this function)
schroorc.c:2866:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:2866:17: error: 'var16' undeclared (first use in this function)
schroorc.c:2867:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:2867:17: error: 'var24' undeclared (first use in this function)
schroorc.c:2868:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:2868:17: error: 'var25' undeclared (first use in this function)
schroorc.c:2869:11: error: expected ';' before 'var32'
schroorc.c:2870:11: error: expected ';' before 'var33'
schroorc.c:2871:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:2871:11: error: expected ';' before 'var34'
schroorc.c:2872:11: error: expected ';' before 'var35'
schroorc.c:2873:11: error: expected ';' before 'var36'
schroorc.c:2874:11: error: expected ';' before 'var37'
schroorc.c:2875:11: error: expected ';' before 'var38'
schroorc.c:2876:11: error: expected ';' before 'var39'
schroorc.c:2886:5: error: 'var4' undeclared (first use in this function)
schroorc.c:2888:5: error: 'var5' undeclared (first use in this function)
schroorc.c:2890:5: error: 'var6' undeclared (first use in this function)
schroorc.c:2892:5: error: 'var7' undeclared (first use in this function)
schroorc.c:2894:5: error: 'var8' undeclared (first use in this function)
schroorc.c:2897:5: error: 'var32' undeclared (first use in this function)
schroorc.c:2899:5: error: 'var34' undeclared (first use in this function)
schroorc.c:2901:5: error: 'var33' undeclared (first use in this function)
schroorc.c:2903:5: error: 'var35' undeclared (first use in this function)
schroorc.c:2905:5: error: 'var36' undeclared (first use in this function)
schroorc.c:2907:5: error: 'var37' undeclared (first use in this function)
schroorc.c:2909:5: error: 'var38' undeclared (first use in this function)
schroorc.c:2911:5: error: 'var39' undeclared (first use in this function)
schroorc.c:2913:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:2921:42: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_mas4_across_sub_s16_1991_ip':
schroorc.c:3054:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3054:11: error: expected ';' before 'var0'
schroorc.c:3055:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3056:11: error: expected ';' before 'var4'
schroorc.c:3057:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3057:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3058:11: error: expected ';' before 'var5'
schroorc.c:3059:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3059:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:3060:11: error: expected ';' before 'var6'
schroorc.c:3061:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3061:19: error: 'ptr6' undeclared (first use in this function)
schroorc.c:3062:11: error: expected ';' before 'var7'
schroorc.c:3063:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3063:19: error: 'ptr7' undeclared (first use in this function)
schroorc.c:3064:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:3064:17: error: 'var16' undeclared (first use in this function)
schroorc.c:3065:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:3065:17: error: 'var24' undeclared (first use in this function)
schroorc.c:3066:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:3066:17: error: 'var25' undeclared (first use in this function)
schroorc.c:3067:11: error: expected ';' before 'var32'
schroorc.c:3068:11: error: expected ';' before 'var33'
schroorc.c:3069:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:3069:11: error: expected ';' before 'var34'
schroorc.c:3070:11: error: expected ';' before 'var35'
schroorc.c:3071:11: error: expected ';' before 'var36'
schroorc.c:3072:11: error: expected ';' before 'var37'
schroorc.c:3073:11: error: expected ';' before 'var38'
schroorc.c:3074:11: error: expected ';' before 'var39'
schroorc.c:3083:5: error: 'var0' undeclared (first use in this function)
schroorc.c:3084:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3086:5: error: 'var5' undeclared (first use in this function)
schroorc.c:3088:5: error: 'var6' undeclared (first use in this function)
schroorc.c:3090:5: error: 'var7' undeclared (first use in this function)
schroorc.c:3093:5: error: 'var32' undeclared (first use in this function)
schroorc.c:3095:5: error: 'var34' undeclared (first use in this function)
schroorc.c:3097:5: error: 'var33' undeclared (first use in this function)
schroorc.c:3099:5: error: 'var35' undeclared (first use in this function)
schroorc.c:3101:5: error: 'var36' undeclared (first use in this function)
schroorc.c:3103:5: error: 'var37' undeclared (first use in this function)
schroorc.c:3105:5: error: 'var38' undeclared (first use in this function)
schroorc.c:3107:5: error: 'var39' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:3117:42: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_subtract_s16':
schroorc.c:3210:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3210:11: error: expected ';' before 'var0'
schroorc.c:3211:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3212:11: error: expected ';' before 'var4'
schroorc.c:3213:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3213:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3214:11: error: expected ';' before 'var5'
schroorc.c:3215:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3215:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:3222:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3224:5: error: 'var5' undeclared (first use in this function)
schroorc.c:3227:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:3235:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add_s16_u8':
schroorc.c:3310:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3310:11: error: expected ';' before 'var0'
schroorc.c:3311:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3312:11: error: expected ';' before 'var4'
schroorc.c:3313:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3313:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3314:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3314:10: error: expected ';' before 'var5'
schroorc.c:3315:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3315:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:3316:11: error: expected ';' before 'var32'
schroorc.c:3323:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3325:5: error: 'var5' undeclared (first use in this function)
schroorc.c:3328:5: error: 'var32' undeclared (first use in this function)
schroorc.c:3328:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:3328:22: error: expected ';' before 'var5'
schroorc.c:3330:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:3338:25: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_add_s16_u8_2d':
schroorc.c:3416:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3416:11: error: expected ';' before 'var0'
schroorc.c:3417:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3418:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3418:10: error: expected ';' before 'var4'
schroorc.c:3419:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3419:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3420:11: error: expected ';' before 'var32'
schroorc.c:3427:7: error: 'var0' undeclared (first use in this function)
schroorc.c:3428:7: error: 'var4' undeclared (first use in this function)
schroorc.c:3431:7: error: 'var32' undeclared (first use in this function)
schroorc.c:3431:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:3431:24: error: expected ';' before 'var4'
schroorc.c: At top level:
schroorc.c:3442:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_convert_s16_u8':
schroorc.c:3513:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3513:11: error: expected ';' before 'var0'
schroorc.c:3514:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3515:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3515:10: error: expected ';' before 'var4'
schroorc.c:3516:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3516:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3522:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3525:5: error: 'var0' undeclared (first use in this function)
schroorc.c:3525:13: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:3525:21: error: expected ';' before 'var4'
schroorc.c: At top level:
schroorc.c:3533:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_convert_u8_s16':
schroorc.c:3598:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3598:10: error: expected ';' before 'var0'
schroorc.c:3599:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3600:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3600:11: error: expected ';' before 'var4'
schroorc.c:3601:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3601:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3607:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3610:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:3618:29: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_offsetconvert_u8_s16':
schroorc.c:3687:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3687:10: error: expected ';' before 'var0'
schroorc.c:3688:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3689:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3689:11: error: expected ';' before 'var4'
schroorc.c:3690:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3690:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3691:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:3691:17: error: 'var16' undeclared (first use in this function)
schroorc.c:3692:11: error: expected ';' before 'var32'
schroorc.c:3698:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3701:5: error: 'var32' undeclared (first use in this function)
schroorc.c:3703:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:3711:35: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_offsetconvert_s16_u8':
schroorc.c:3783:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3783:11: error: expected ';' before 'var0'
schroorc.c:3784:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3785:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3785:10: error: expected ';' before 'var4'
schroorc.c:3786:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3786:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3787:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:3787:17: error: 'var16' undeclared (first use in this function)
schroorc.c:3788:11: error: expected ';' before 'var32'
schroorc.c:3794:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3797:5: error: 'var32' undeclared (first use in this function)
schroorc.c:3797:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:3797:22: error: expected ';' before 'var4'
schroorc.c:3799:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:3807:35: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_subtract_s16_u8':
schroorc.c:3883:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3883:11: error: expected ';' before 'var0'
schroorc.c:3884:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3885:11: error: expected ';' before 'var4'
schroorc.c:3886:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3886:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3887:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3887:10: error: expected ';' before 'var5'
schroorc.c:3888:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3888:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:3889:11: error: expected ';' before 'var32'
schroorc.c:3896:5: error: 'var4' undeclared (first use in this function)
schroorc.c:3898:5: error: 'var5' undeclared (first use in this function)
schroorc.c:3901:5: error: 'var32' undeclared (first use in this function)
schroorc.c:3901:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:3901:22: error: expected ';' before 'var5'
schroorc.c:3903:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:3911:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_multiply_and_add_s16_u8':
schroorc.c:3992:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:3992:11: error: expected ';' before 'var0'
schroorc.c:3993:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:3994:11: error: expected ';' before 'var4'
schroorc.c:3995:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3995:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:3996:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:3996:10: error: expected ';' before 'var5'
schroorc.c:3997:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:3997:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:3998:11: error: expected ';' before 'var32'
schroorc.c:3999:11: error: expected ';' before 'var33'
schroorc.c:4006:5: error: 'var0' undeclared (first use in this function)
schroorc.c:4007:5: error: 'var4' undeclared (first use in this function)
schroorc.c:4009:5: error: 'var5' undeclared (first use in this function)
schroorc.c:4012:5: error: 'var32' undeclared (first use in this function)
schroorc.c:4012:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:4012:22: error: expected ';' before 'var5'
schroorc.c:4014:5: error: 'var33' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4024:38: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_splat_s16_ns':
schroorc.c:4090:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:4090:11: error: expected ';' before 'var0'
schroorc.c:4091:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4092:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:4092:17: error: 'var24' undeclared (first use in this function)
schroorc.c:4098:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4106:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_splat_s16_2d_4xn':
schroorc.c:4173:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:4173:11: error: expected ';' before 'var0'
schroorc.c:4174:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4175:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:4175:17: error: 'var24' undeclared (first use in this function)
schroorc.c:4182:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4191:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_splat_s16_2d_8xn':
schroorc.c:4262:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:4262:11: error: expected ';' before 'var0'
schroorc.c:4263:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4264:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:4264:17: error: 'var24' undeclared (first use in this function)
schroorc.c:4271:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4280:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_splat_s16_2d':
schroorc.c:4350:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:4350:11: error: expected ';' before 'var0'
schroorc.c:4351:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4352:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:4352:17: error: 'var24' undeclared (first use in this function)
schroorc.c:4359:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4368:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_splat_u8_ns':
schroorc.c:4432:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:4432:10: error: expected ';' before 'var0'
schroorc.c:4433:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4434:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:4434:16: error: 'var24' undeclared (first use in this function)
schroorc.c:4440:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4448:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_splat_u8_2d':
schroorc.c:4514:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:4514:10: error: expected ';' before 'var0'
schroorc.c:4515:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4516:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:4516:16: error: 'var24' undeclared (first use in this function)
schroorc.c:4523:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4532:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_average_u8':
schroorc.c:4605:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:4605:10: error: expected ';' before 'var0'
schroorc.c:4606:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4607:10: error: expected ';' before 'var4'
schroorc.c:4608:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:4608:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:4609:10: error: expected ';' before 'var5'
schroorc.c:4610:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:4610:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:4617:5: error: 'var4' undeclared (first use in this function)
schroorc.c:4619:5: error: 'var5' undeclared (first use in this function)
schroorc.c:4622:5: error: 'var0' undeclared (first use in this function)
schroorc.c:4622:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:4622:22: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:4630:25: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_rrshift6_add_s16_2d':
schroorc.c:4718:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:4718:10: error: expected ';' before 'var0'
schroorc.c:4719:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4720:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:4720:11: error: expected ';' before 'var4'
schroorc.c:4721:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:4721:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:4722:11: error: expected ';' before 'var5'
schroorc.c:4723:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:4723:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:4724:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:4724:17: error: 'var16' undeclared (first use in this function)
schroorc.c:4725:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:4725:17: error: 'var17' undeclared (first use in this function)
schroorc.c:4726:11: error: expected ';' before 'var32'
schroorc.c:4727:11: error: expected ';' before 'var33'
schroorc.c:4728:11: error: expected ';' before 'var34'
schroorc.c:4736:7: error: 'var4' undeclared (first use in this function)
schroorc.c:4738:7: error: 'var5' undeclared (first use in this function)
schroorc.c:4741:7: error: 'var32' undeclared (first use in this function)
schroorc.c:4743:7: error: 'var33' undeclared (first use in this function)
schroorc.c:4745:7: error: 'var34' undeclared (first use in this function)
schroorc.c:4747:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4756:34: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_rrshift6_sub_s16_2d':
schroorc.c:4851:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:4851:11: error: expected ';' before 'var0'
schroorc.c:4852:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4853:11: error: expected ';' before 'var1'
schroorc.c:4854:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:4855:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:4855:17: error: 'var16' undeclared (first use in this function)
schroorc.c:4856:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:4856:17: error: 'var17' undeclared (first use in this function)
schroorc.c:4857:11: error: expected ';' before 'var32'
schroorc.c:4858:11: error: expected ';' before 'var33'
schroorc.c:4865:7: error: 'var0' undeclared (first use in this function)
schroorc.c:4866:7: error: 'var1' undeclared (first use in this function)
schroorc.c:4868:7: error: 'var32' undeclared (first use in this function)
schroorc.c:4870:7: error: 'var33' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4885:34: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_rrshift6_s16_ip_2d':
schroorc.c:4966:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:4966:11: error: expected ';' before 'var0'
schroorc.c:4967:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:4968:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:4968:17: error: 'var16' undeclared (first use in this function)
schroorc.c:4969:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:4969:17: error: 'var17' undeclared (first use in this function)
schroorc.c:4970:11: error: expected ';' before 'var32'
schroorc.c:4976:7: error: 'var0' undeclared (first use in this function)
schroorc.c:4978:7: error: 'var32' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:4989:33: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_rrshift6_s16_ip':
schroorc.c:5060:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5060:11: error: expected ';' before 'var0'
schroorc.c:5061:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5062:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:5062:17: error: 'var16' undeclared (first use in this function)
schroorc.c:5063:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:5063:17: error: 'var17' undeclared (first use in this function)
schroorc.c:5064:11: error: expected ';' before 'var32'
schroorc.c:5069:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5071:5: error: 'var32' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:5081:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_unpack_yuyv_y':
schroorc.c:5148:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:5148:10: error: expected ';' before 'var0'
schroorc.c:5149:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5150:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5150:11: error: expected ';' before 'var4'
schroorc.c:5151:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5151:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5157:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5160:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5160:13: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5160:22: error: expected ';' before 'var4'
schroorc.c: At top level:
schroorc.c:5168:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_unpack_yuyv_u':
schroorc.c:5236:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:5236:10: error: expected ';' before 'var0'
schroorc.c:5237:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5238:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:5238:11: error: expected ';' before 'var4'
schroorc.c:5239:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5239:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5240:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5240:11: error: expected ';' before 'var32'
schroorc.c:5246:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5249:5: error: 'var32' undeclared (first use in this function)
schroorc.c:5249:14: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:5249:23: error: expected ';' before 'var4'
schroorc.c:5251:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5251:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5251:23: error: expected ')' before 'var32'
schroorc.c: At top level:
schroorc.c:5259:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_unpack_yuyv_v':
schroorc.c:5329:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:5329:10: error: expected ';' before 'var0'
schroorc.c:5330:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5331:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:5331:11: error: expected ';' before 'var4'
schroorc.c:5332:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5332:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5333:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5333:11: error: expected ';' before 'var32'
schroorc.c:5339:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5342:5: error: 'var32' undeclared (first use in this function)
schroorc.c:5342:15: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:5342:24: error: expected ')' before 'var4'
schroorc.c:5344:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5344:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5344:23: error: expected ')' before 'var32'
schroorc.c: At top level:
schroorc.c:5352:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_packyuyv':
schroorc.c:5444:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:5444:11: error: expected ';' before 'var0'
schroorc.c:5445:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5446:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5446:11: error: expected ';' before 'var4'
schroorc.c:5447:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5447:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5448:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:5448:10: error: expected ';' before 'var5'
schroorc.c:5449:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5449:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:5450:10: error: expected ';' before 'var6'
schroorc.c:5451:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5451:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:5452:10: error: expected ';' before 'var32'
schroorc.c:5453:10: error: expected ';' before 'var33'
schroorc.c:5454:11: error: expected ';' before 'var34'
schroorc.c:5455:11: error: expected ';' before 'var35'
schroorc.c:5456:11: error: expected ';' before 'var36'
schroorc.c:5464:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5466:5: error: 'var5' undeclared (first use in this function)
schroorc.c:5468:5: error: 'var6' undeclared (first use in this function)
schroorc.c:5471:5: error: 'var36' undeclared (first use in this function)
schroorc.c:5473:5: error: 'var32' undeclared (first use in this function)
schroorc.c:5473:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5473:23: error: expected ';' before 'var36'
schroorc.c:5475:5: error: 'var33' undeclared (first use in this function)
schroorc.c:5475:24: error: expected ')' before 'var36'
schroorc.c:5477:5: error: 'var34' undeclared (first use in this function)
schroorc.c:5477:15: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:5477:23: error: expected ')' before 'var32'
schroorc.c:5477:42: error: expected ')' before 'var5'
schroorc.c:5479:5: error: 'var35' undeclared (first use in this function)
schroorc.c:5479:23: error: expected ')' before 'var33'
schroorc.c:5479:42: error: expected ')' before 'var6'
schroorc.c:5481:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5481:23: error: expected ')' before 'var34'
schroorc.c:5481:43: error: expected ')' before 'var35'
schroorc.c: At top level:
schroorc.c:5489:24: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_unpack_uyvy_y':
schroorc.c:5568:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:5568:10: error: expected ';' before 'var0'
schroorc.c:5569:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5570:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5570:11: error: expected ';' before 'var4'
schroorc.c:5571:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5571:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5577:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5580:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5580:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5580:23: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:5588:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_unpack_uyvy_u':
schroorc.c:5656:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:5656:10: error: expected ';' before 'var0'
schroorc.c:5657:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5658:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:5658:11: error: expected ';' before 'var4'
schroorc.c:5659:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5659:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5660:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5660:11: error: expected ';' before 'var32'
schroorc.c:5666:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5669:5: error: 'var32' undeclared (first use in this function)
schroorc.c:5669:14: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:5669:23: error: expected ';' before 'var4'
schroorc.c:5671:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5671:13: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5671:22: error: expected ';' before 'var32'
schroorc.c: At top level:
schroorc.c:5679:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_unpack_uyvy_v':
schroorc.c:5749:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:5749:10: error: expected ';' before 'var0'
schroorc.c:5750:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5751:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:5751:11: error: expected ';' before 'var4'
schroorc.c:5752:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5752:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5753:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5753:11: error: expected ';' before 'var32'
schroorc.c:5759:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5762:5: error: 'var32' undeclared (first use in this function)
schroorc.c:5762:15: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:5762:24: error: expected ')' before 'var4'
schroorc.c:5764:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5764:13: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5764:22: error: expected ';' before 'var32'
schroorc.c: At top level:
schroorc.c:5772:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_interleave2_s16':
schroorc.c:5844:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:5844:11: error: expected ';' before 'var0'
schroorc.c:5845:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5846:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5846:11: error: expected ';' before 'var4'
schroorc.c:5847:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5847:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5848:11: error: expected ';' before 'var5'
schroorc.c:5849:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5849:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:5856:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5858:5: error: 'var5' undeclared (first use in this function)
schroorc.c:5861:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5861:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5861:23: error: expected ')' before 'var4'
schroorc.c:5861:42: error: expected ')' before 'var5'
schroorc.c: At top level:
schroorc.c:5869:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_interleave2_rrshift1_s16':
schroorc.c:5957:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:5957:11: error: expected ';' before 'var0'
schroorc.c:5958:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:5959:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:5959:11: error: expected ';' before 'var4'
schroorc.c:5960:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5960:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:5961:11: error: expected ';' before 'var5'
schroorc.c:5962:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:5962:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:5963:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:5963:17: error: 'var16' undeclared (first use in this function)
schroorc.c:5964:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:5964:17: error: 'var17' undeclared (first use in this function)
schroorc.c:5965:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var18'
schroorc.c:5965:17: error: 'var18' undeclared (first use in this function)
schroorc.c:5966:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var19'
schroorc.c:5966:17: error: 'var19' undeclared (first use in this function)
schroorc.c:5967:11: error: expected ';' before 'var32'
schroorc.c:5968:11: error: expected ';' before 'var33'
schroorc.c:5969:11: error: expected ';' before 'var34'
schroorc.c:5970:11: error: expected ';' before 'var35'
schroorc.c:5977:5: error: 'var4' undeclared (first use in this function)
schroorc.c:5979:5: error: 'var5' undeclared (first use in this function)
schroorc.c:5982:5: error: 'var32' undeclared (first use in this function)
schroorc.c:5984:5: error: 'var34' undeclared (first use in this function)
schroorc.c:5986:5: error: 'var33' undeclared (first use in this function)
schroorc.c:5988:5: error: 'var35' undeclared (first use in this function)
schroorc.c:5990:5: error: 'var0' undeclared (first use in this function)
schroorc.c:5990:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:5990:23: error: expected ')' before 'var34'
schroorc.c:5990:43: error: expected ')' before 'var35'
schroorc.c: At top level:
schroorc.c:5998:39: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_deinterleave2_s16':
schroorc.c:6085:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:6085:11: error: expected ';' before 'var0'
schroorc.c:6086:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:6087:11: error: expected ';' before 'var1'
schroorc.c:6088:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:6089:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:6089:11: error: expected ';' before 'var4'
schroorc.c:6090:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6090:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:6091:11: error: expected ';' before 'var32'
schroorc.c:6098:5: error: 'var4' undeclared (first use in this function)
schroorc.c:6101:5: error: 'var32' undeclared (first use in this function)
schroorc.c:6103:5: error: 'var0' undeclared (first use in this function)
schroorc.c:6103:13: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:6103:22: error: expected ';' before 'var32'
schroorc.c:6105:5: error: 'var1' undeclared (first use in this function)
schroorc.c:6105:23: error: expected ')' before 'var32'
schroorc.c: At top level:
schroorc.c:6115:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_deinterleave2_lshift1_s16':
schroorc.c:6203:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:6203:11: error: expected ';' before 'var0'
schroorc.c:6204:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:6205:11: error: expected ';' before 'var1'
schroorc.c:6206:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:6207:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:6207:11: error: expected ';' before 'var4'
schroorc.c:6208:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6208:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:6209:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:6209:17: error: 'var16' undeclared (first use in this function)
schroorc.c:6210:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:6210:17: error: 'var17' undeclared (first use in this function)
schroorc.c:6211:11: error: expected ';' before 'var32'
schroorc.c:6212:11: error: expected ';' before 'var33'
schroorc.c:6213:11: error: expected ';' before 'var34'
schroorc.c:6220:5: error: 'var4' undeclared (first use in this function)
schroorc.c:6223:5: error: 'var32' undeclared (first use in this function)
schroorc.c:6225:5: error: 'var33' undeclared (first use in this function)
schroorc.c:6225:14: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:6225:23: error: expected ';' before 'var32'
schroorc.c:6227:5: error: 'var0' undeclared (first use in this function)
schroorc.c:6229:5: error: 'var34' undeclared (first use in this function)
schroorc.c:6229:24: error: expected ')' before 'var32'
schroorc.c:6231:5: error: 'var1' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:6241:40: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_deint_lshift1_split_s16':
schroorc.c:6348:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:6348:11: error: expected ';' before 'var0'
schroorc.c:6349:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:6350:11: error: expected ';' before 'var1'
schroorc.c:6351:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:6352:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:6352:11: error: expected ';' before 'var4'
schroorc.c:6353:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6353:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:6354:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:6354:17: error: 'var16' undeclared (first use in this function)
schroorc.c:6355:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:6355:17: error: 'var17' undeclared (first use in this function)
schroorc.c:6356:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var18'
schroorc.c:6356:17: error: 'var18' undeclared (first use in this function)
schroorc.c:6357:11: error: expected ';' before 'var32'
schroorc.c:6358:11: error: expected ';' before 'var33'
schroorc.c:6359:11: error: expected ';' before 'var34'
schroorc.c:6360:11: error: expected ';' before 'var35'
schroorc.c:6361:11: error: expected ';' before 'var36'
schroorc.c:6362:11: error: expected ';' before 'var37'
schroorc.c:6363:11: error: expected ';' before 'var38'
schroorc.c:6370:5: error: 'var4' undeclared (first use in this function)
schroorc.c:6373:5: error: 'var34' undeclared (first use in this function)
schroorc.c:6375:5: error: 'var32' undeclared (first use in this function)
schroorc.c:6375:14: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:6375:23: error: expected ';' before 'var34'
schroorc.c:6377:5: error: 'var33' undeclared (first use in this function)
schroorc.c:6377:24: error: expected ')' before 'var34'
schroorc.c:6379:5: error: 'var35' undeclared (first use in this function)
schroorc.c:6381:5: error: 'var36' undeclared (first use in this function)
schroorc.c:6383:5: error: 'var37' undeclared (first use in this function)
schroorc.c:6385:5: error: 'var1' undeclared (first use in this function)
schroorc.c:6387:5: error: 'var38' undeclared (first use in this function)
schroorc.c:6389:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:6399:43: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_deint_split_s16':
schroorc.c:6503:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:6503:11: error: expected ';' before 'var0'
schroorc.c:6504:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:6505:11: error: expected ';' before 'var1'
schroorc.c:6506:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:6507:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:6507:11: error: expected ';' before 'var4'
schroorc.c:6508:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6508:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:6509:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:6509:17: error: 'var16' undeclared (first use in this function)
schroorc.c:6510:11: error: expected ';' before 'var32'
schroorc.c:6511:11: error: expected ';' before 'var33'
schroorc.c:6512:11: error: expected ';' before 'var34'
schroorc.c:6513:11: error: expected ';' before 'var35'
schroorc.c:6514:11: error: expected ';' before 'var36'
schroorc.c:6521:5: error: 'var4' undeclared (first use in this function)
schroorc.c:6524:5: error: 'var34' undeclared (first use in this function)
schroorc.c:6526:5: error: 'var32' undeclared (first use in this function)
schroorc.c:6526:14: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:6526:23: error: expected ';' before 'var34'
schroorc.c:6528:5: error: 'var33' undeclared (first use in this function)
schroorc.c:6528:24: error: expected ')' before 'var34'
schroorc.c:6530:5: error: 'var35' undeclared (first use in this function)
schroorc.c:6532:5: error: 'var1' undeclared (first use in this function)
schroorc.c:6534:5: error: 'var36' undeclared (first use in this function)
schroorc.c:6536:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:6546:35: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_split_s16_lo':
schroorc.c:6638:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:6638:11: error: expected ';' before 'var0'
schroorc.c:6639:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:6640:11: error: expected ';' before 'var4'
schroorc.c:6641:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6641:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:6642:11: error: expected ';' before 'var5'
schroorc.c:6643:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6643:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:6644:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:6644:17: error: 'var16' undeclared (first use in this function)
schroorc.c:6645:11: error: expected ';' before 'var32'
schroorc.c:6646:11: error: expected ';' before 'var33'
schroorc.c:6647:11: error: expected ';' before 'var34'
schroorc.c:6654:5: error: 'var4' undeclared (first use in this function)
schroorc.c:6656:5: error: 'var5' undeclared (first use in this function)
schroorc.c:6659:5: error: 'var32' undeclared (first use in this function)
schroorc.c:6661:5: error: 'var33' undeclared (first use in this function)
schroorc.c:6663:5: error: 'var34' undeclared (first use in this function)
schroorc.c:6665:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:6673:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_split_s16_hi':
schroorc.c:6751:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:6751:11: error: expected ';' before 'var0'
schroorc.c:6752:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:6753:11: error: expected ';' before 'var4'
schroorc.c:6754:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6754:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:6755:11: error: expected ';' before 'var5'
schroorc.c:6756:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6756:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:6763:5: error: 'var4' undeclared (first use in this function)
schroorc.c:6765:5: error: 'var5' undeclared (first use in this function)
schroorc.c:6768:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:6776:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_split_s16_op':
schroorc.c:6865:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:6865:11: error: expected ';' before 'var0'
schroorc.c:6866:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:6867:11: error: expected ';' before 'var1'
schroorc.c:6868:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:6869:11: error: expected ';' before 'var4'
schroorc.c:6870:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6870:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:6871:11: error: expected ';' before 'var5'
schroorc.c:6872:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:6872:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:6873:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:6873:17: error: 'var16' undeclared (first use in this function)
schroorc.c:6874:11: error: expected ';' before 'var32'
schroorc.c:6875:11: error: expected ';' before 'var33'
schroorc.c:6876:11: error: expected ';' before 'var34'
schroorc.c:6884:5: error: 'var4' undeclared (first use in this function)
schroorc.c:6886:5: error: 'var5' undeclared (first use in this function)
schroorc.c:6889:5: error: 'var32' undeclared (first use in this function)
schroorc.c:6891:5: error: 'var33' undeclared (first use in this function)
schroorc.c:6893:5: error: 'var1' undeclared (first use in this function)
schroorc.c:6895:5: error: 'var34' undeclared (first use in this function)
schroorc.c:6897:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:6907:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_split_s16':
schroorc.c:7000:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7000:11: error: expected ';' before 'var0'
schroorc.c:7001:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7002:11: error: expected ';' before 'var1'
schroorc.c:7003:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:7004:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7004:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7005:11: error: expected ';' before 'var32'
schroorc.c:7006:11: error: expected ';' before 'var33'
schroorc.c:7007:11: error: expected ';' before 'var34'
schroorc.c:7008:11: error: expected ';' before 'var35'
schroorc.c:7014:5: error: 'var0' undeclared (first use in this function)
schroorc.c:7015:5: error: 'var1' undeclared (first use in this function)
schroorc.c:7017:5: error: 'var32' undeclared (first use in this function)
schroorc.c:7019:5: error: 'var33' undeclared (first use in this function)
schroorc.c:7021:5: error: 'var34' undeclared (first use in this function)
schroorc.c:7025:5: error: 'var35' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:7037:29: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_synth_s16_lo':
schroorc.c:7119:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7119:11: error: expected ';' before 'var0'
schroorc.c:7120:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7121:11: error: expected ';' before 'var4'
schroorc.c:7122:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7122:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:7123:11: error: expected ';' before 'var5'
schroorc.c:7124:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7124:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:7125:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7125:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7126:11: error: expected ';' before 'var32'
schroorc.c:7133:5: error: 'var4' undeclared (first use in this function)
schroorc.c:7135:5: error: 'var5' undeclared (first use in this function)
schroorc.c:7138:5: error: 'var32' undeclared (first use in this function)
schroorc.c:7140:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:7148:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_synth_s16_hi':
schroorc.c:7233:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7233:11: error: expected ';' before 'var0'
schroorc.c:7234:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7235:11: error: expected ';' before 'var4'
schroorc.c:7236:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7236:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:7237:11: error: expected ';' before 'var5'
schroorc.c:7238:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7238:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:7239:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7239:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7240:11: error: expected ';' before 'var32'
schroorc.c:7241:11: error: expected ';' before 'var33'
schroorc.c:7242:11: error: expected ';' before 'var34'
schroorc.c:7249:5: error: 'var4' undeclared (first use in this function)
schroorc.c:7251:5: error: 'var5' undeclared (first use in this function)
schroorc.c:7254:5: error: 'var33' undeclared (first use in this function)
schroorc.c:7256:5: error: 'var34' undeclared (first use in this function)
schroorc.c:7258:5: error: 'var32' undeclared (first use in this function)
schroorc.c:7260:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:7268:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_synth_s16_op':
schroorc.c:7364:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7364:11: error: expected ';' before 'var0'
schroorc.c:7365:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7366:11: error: expected ';' before 'var1'
schroorc.c:7367:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:7368:11: error: expected ';' before 'var4'
schroorc.c:7369:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7369:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:7370:11: error: expected ';' before 'var5'
schroorc.c:7371:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7371:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:7372:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7372:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7373:11: error: expected ';' before 'var32'
schroorc.c:7374:11: error: expected ';' before 'var33'
schroorc.c:7375:11: error: expected ';' before 'var34'
schroorc.c:7383:5: error: 'var4' undeclared (first use in this function)
schroorc.c:7385:5: error: 'var5' undeclared (first use in this function)
schroorc.c:7388:5: error: 'var33' undeclared (first use in this function)
schroorc.c:7390:5: error: 'var34' undeclared (first use in this function)
schroorc.c:7392:5: error: 'var32' undeclared (first use in this function)
schroorc.c:7394:5: error: 'var0' undeclared (first use in this function)
schroorc.c:7396:5: error: 'var1' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:7406:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_synth_s16':
schroorc.c:7500:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7500:11: error: expected ';' before 'var0'
schroorc.c:7501:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7502:11: error: expected ';' before 'var1'
schroorc.c:7503:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:7504:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7504:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7505:11: error: expected ';' before 'var32'
schroorc.c:7506:11: error: expected ';' before 'var33'
schroorc.c:7507:11: error: expected ';' before 'var34'
schroorc.c:7508:11: error: expected ';' before 'var35'
schroorc.c:7514:5: error: 'var0' undeclared (first use in this function)
schroorc.c:7515:5: error: 'var1' undeclared (first use in this function)
schroorc.c:7517:5: error: 'var32' undeclared (first use in this function)
schroorc.c:7519:5: error: 'var33' undeclared (first use in this function)
schroorc.c:7521:5: error: 'var34' undeclared (first use in this function)
schroorc.c:7523:5: error: 'var35' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:7537:29: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_synth_rrshift1_int_s16':
schroorc.c:7637:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:7637:11: error: expected ';' before 'var0'
schroorc.c:7638:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7639:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7639:11: error: expected ';' before 'var4'
schroorc.c:7640:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7640:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:7641:11: error: expected ';' before 'var5'
schroorc.c:7642:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7642:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:7643:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7643:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7644:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:7644:17: error: 'var17' undeclared (first use in this function)
schroorc.c:7645:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var18'
schroorc.c:7645:17: error: 'var18' undeclared (first use in this function)
schroorc.c:7646:11: error: expected ';' before 'var32'
schroorc.c:7647:11: error: expected ';' before 'var33'
schroorc.c:7648:11: error: expected ';' before 'var34'
schroorc.c:7649:11: error: expected ';' before 'var35'
schroorc.c:7650:11: error: expected ';' before 'var36'
schroorc.c:7651:11: error: expected ';' before 'var37'
schroorc.c:7658:5: error: 'var4' undeclared (first use in this function)
schroorc.c:7660:5: error: 'var5' undeclared (first use in this function)
schroorc.c:7663:5: error: 'var33' undeclared (first use in this function)
schroorc.c:7665:5: error: 'var32' undeclared (first use in this function)
schroorc.c:7667:5: error: 'var34' undeclared (first use in this function)
schroorc.c:7669:5: error: 'var35' undeclared (first use in this function)
schroorc.c:7671:5: error: 'var36' undeclared (first use in this function)
schroorc.c:7673:5: error: 'var37' undeclared (first use in this function)
schroorc.c:7675:5: error: 'var0' undeclared (first use in this function)
schroorc.c:7675:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:7675:23: error: expected ')' before 'var36'
schroorc.c:7675:43: error: expected ')' before 'var37'
schroorc.c: At top level:
schroorc.c:7683:42: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_synth_int_s16':
schroorc.c:7779:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:7779:11: error: expected ';' before 'var0'
schroorc.c:7780:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7781:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7781:11: error: expected ';' before 'var4'
schroorc.c:7782:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7782:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:7783:11: error: expected ';' before 'var5'
schroorc.c:7784:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7784:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:7785:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7785:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7786:11: error: expected ';' before 'var32'
schroorc.c:7787:11: error: expected ';' before 'var33'
schroorc.c:7788:11: error: expected ';' before 'var34'
schroorc.c:7789:11: error: expected ';' before 'var35'
schroorc.c:7796:5: error: 'var4' undeclared (first use in this function)
schroorc.c:7798:5: error: 'var5' undeclared (first use in this function)
schroorc.c:7801:5: error: 'var33' undeclared (first use in this function)
schroorc.c:7803:5: error: 'var32' undeclared (first use in this function)
schroorc.c:7805:5: error: 'var34' undeclared (first use in this function)
schroorc.c:7807:5: error: 'var35' undeclared (first use in this function)
schroorc.c:7809:5: error: 'var0' undeclared (first use in this function)
schroorc.c:7809:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:7809:23: error: expected ')' before 'var34'
schroorc.c:7809:43: error: expected ')' before 'var35'
schroorc.c: At top level:
schroorc.c:7817:33: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_sub_s16':
schroorc.c:7892:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7892:11: error: expected ';' before 'var0'
schroorc.c:7893:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7894:11: error: expected ';' before 'var4'
schroorc.c:7895:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7895:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:7901:5: error: 'var0' undeclared (first use in this function)
schroorc.c:7902:5: error: 'var4' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:7913:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_add_half_s16':
schroorc.c:7983:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:7983:11: error: expected ';' before 'var0'
schroorc.c:7984:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:7985:11: error: expected ';' before 'var4'
schroorc.c:7986:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:7986:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:7987:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:7987:17: error: 'var16' undeclared (first use in this function)
schroorc.c:7988:11: error: expected ';' before 'var32'
schroorc.c:7994:5: error: 'var0' undeclared (first use in this function)
schroorc.c:7995:5: error: 'var4' undeclared (first use in this function)
schroorc.c:7998:5: error: 'var32' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8008:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_add_s16':
schroorc.c:8077:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8077:11: error: expected ';' before 'var0'
schroorc.c:8078:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:8079:11: error: expected ';' before 'var4'
schroorc.c:8080:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8080:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:8086:5: error: 'var0' undeclared (first use in this function)
schroorc.c:8087:5: error: 'var4' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8098:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_haar_sub_half_s16':
schroorc.c:8168:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8168:11: error: expected ';' before 'var0'
schroorc.c:8169:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:8170:11: error: expected ';' before 'var4'
schroorc.c:8171:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8171:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:8172:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:8172:17: error: 'var16' undeclared (first use in this function)
schroorc.c:8173:11: error: expected ';' before 'var32'
schroorc.c:8179:5: error: 'var0' undeclared (first use in this function)
schroorc.c:8180:5: error: 'var4' undeclared (first use in this function)
schroorc.c:8183:5: error: 'var32' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8193:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sum_u8':
schroorc.c:8264:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:8264:10: error: expected ';' before 'var4'
schroorc.c:8265:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8265:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:8266:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:8266:11: error: expected ';' before 'var12'
schroorc.c:8267:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8267:11: error: expected ';' before 'var32'
schroorc.c:8268:11: error: expected ';' before 'var33'
schroorc.c:8273:5: error: 'var4' undeclared (first use in this function)
schroorc.c:8276:5: error: 'var32' undeclared (first use in this function)
schroorc.c:8276:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:8276:22: error: expected ';' before 'var4'
schroorc.c:8278:5: error: 'var33' undeclared (first use in this function)
schroorc.c:8278:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:8278:23: error: expected ';' before 'var32'
schroorc.c:8280:5: error: 'var12' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8287:21: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sum_s16':
schroorc.c:8356:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8356:11: error: expected ';' before 'var4'
schroorc.c:8357:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8357:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:8358:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:8358:11: error: expected ';' before 'var12'
schroorc.c:8359:11: error: expected ';' before 'var32'
schroorc.c:8364:5: error: 'var4' undeclared (first use in this function)
schroorc.c:8367:5: error: 'var32' undeclared (first use in this function)
schroorc.c:8369:5: error: 'var12' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8376:22: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sum_square_diff_u8':
schroorc.c:8460:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:8460:10: error: expected ';' before 'var4'
schroorc.c:8461:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8461:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:8462:10: error: expected ';' before 'var5'
schroorc.c:8463:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8463:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:8464:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:8464:11: error: expected ';' before 'var12'
schroorc.c:8465:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8465:11: error: expected ';' before 'var32'
schroorc.c:8466:11: error: expected ';' before 'var33'
schroorc.c:8467:11: error: expected ';' before 'var34'
schroorc.c:8468:11: error: expected ';' before 'var35'
schroorc.c:8469:11: error: expected ';' before 'var36'
schroorc.c:8475:5: error: 'var4' undeclared (first use in this function)
schroorc.c:8477:5: error: 'var5' undeclared (first use in this function)
schroorc.c:8480:5: error: 'var32' undeclared (first use in this function)
schroorc.c:8480:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:8480:22: error: expected ';' before 'var4'
schroorc.c:8482:5: error: 'var33' undeclared (first use in this function)
schroorc.c:8482:22: error: expected ';' before 'var5'
schroorc.c:8484:5: error: 'var35' undeclared (first use in this function)
schroorc.c:8486:5: error: 'var36' undeclared (first use in this function)
schroorc.c:8488:5: error: 'var34' undeclared (first use in this function)
schroorc.c:8488:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:8488:23: error: expected ';' before 'var36'
schroorc.c:8490:5: error: 'var12' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8497:33: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_dequantise_s16_2d_4xn':
schroorc.c:8599:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8599:11: error: expected ';' before 'var0'
schroorc.c:8600:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:8601:11: error: expected ';' before 'var4'
schroorc.c:8602:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8602:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:8603:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:8603:17: error: 'var16' undeclared (first use in this function)
schroorc.c:8604:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:8604:17: error: 'var24' undeclared (first use in this function)
schroorc.c:8605:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:8605:17: error: 'var25' undeclared (first use in this function)
schroorc.c:8606:11: error: expected ';' before 'var32'
schroorc.c:8607:11: error: expected ';' before 'var33'
schroorc.c:8608:11: error: expected ';' before 'var34'
schroorc.c:8609:11: error: expected ';' before 'var35'
schroorc.c:8610:11: error: expected ';' before 'var36'
schroorc.c:8611:11: error: expected ';' before 'var37'
schroorc.c:8618:7: error: 'var4' undeclared (first use in this function)
schroorc.c:8621:7: error: 'var32' undeclared (first use in this function)
schroorc.c:8623:7: error: 'var33' undeclared (first use in this function)
schroorc.c:8625:7: error: 'var34' undeclared (first use in this function)
schroorc.c:8627:7: error: 'var35' undeclared (first use in this function)
schroorc.c:8629:7: error: 'var36' undeclared (first use in this function)
schroorc.c:8631:7: error: 'var37' undeclared (first use in this function)
schroorc.c:8633:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8642:36: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_dequantise_s16_2d_8xn':
schroorc.c:8752:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8752:11: error: expected ';' before 'var0'
schroorc.c:8753:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:8754:11: error: expected ';' before 'var4'
schroorc.c:8755:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:8755:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:8756:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:8756:17: error: 'var16' undeclared (first use in this function)
schroorc.c:8757:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:8757:17: error: 'var24' undeclared (first use in this function)
schroorc.c:8758:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:8758:17: error: 'var25' undeclared (first use in this function)
schroorc.c:8759:11: error: expected ';' before 'var32'
schroorc.c:8760:11: error: expected ';' before 'var33'
schroorc.c:8761:11: error: expected ';' before 'var34'
schroorc.c:8762:11: error: expected ';' before 'var35'
schroorc.c:8763:11: error: expected ';' before 'var36'
schroorc.c:8764:11: error: expected ';' before 'var37'
schroorc.c:8771:7: error: 'var4' undeclared (first use in this function)
schroorc.c:8774:7: error: 'var32' undeclared (first use in this function)
schroorc.c:8776:7: error: 'var33' undeclared (first use in this function)
schroorc.c:8778:7: error: 'var34' undeclared (first use in this function)
schroorc.c:8780:7: error: 'var35' undeclared (first use in this function)
schroorc.c:8782:7: error: 'var36' undeclared (first use in this function)
schroorc.c:8784:7: error: 'var37' undeclared (first use in this function)
schroorc.c:8786:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8795:36: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_dequantise_s16_ip_2d_8xn':
schroorc.c:8901:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:8901:11: error: expected ';' before 'var0'
schroorc.c:8902:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:8903:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:8903:17: error: 'var16' undeclared (first use in this function)
schroorc.c:8904:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:8904:17: error: 'var24' undeclared (first use in this function)
schroorc.c:8905:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:8905:17: error: 'var25' undeclared (first use in this function)
schroorc.c:8906:11: error: expected ';' before 'var32'
schroorc.c:8907:11: error: expected ';' before 'var33'
schroorc.c:8908:11: error: expected ';' before 'var34'
schroorc.c:8909:11: error: expected ';' before 'var35'
schroorc.c:8910:11: error: expected ';' before 'var36'
schroorc.c:8911:11: error: expected ';' before 'var37'
schroorc.c:8917:7: error: 'var0' undeclared (first use in this function)
schroorc.c:8919:7: error: 'var32' undeclared (first use in this function)
schroorc.c:8921:7: error: 'var33' undeclared (first use in this function)
schroorc.c:8923:7: error: 'var34' undeclared (first use in this function)
schroorc.c:8925:7: error: 'var35' undeclared (first use in this function)
schroorc.c:8927:7: error: 'var36' undeclared (first use in this function)
schroorc.c:8929:7: error: 'var37' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:8940:39: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_dequantise_s16_ip_2d':
schroorc.c:9042:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:9042:11: error: expected ';' before 'var0'
schroorc.c:9043:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:9044:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:9044:17: error: 'var16' undeclared (first use in this function)
schroorc.c:9045:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:9045:17: error: 'var24' undeclared (first use in this function)
schroorc.c:9046:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:9046:17: error: 'var25' undeclared (first use in this function)
schroorc.c:9047:11: error: expected ';' before 'var32'
schroorc.c:9048:11: error: expected ';' before 'var33'
schroorc.c:9049:11: error: expected ';' before 'var34'
schroorc.c:9050:11: error: expected ';' before 'var35'
schroorc.c:9051:11: error: expected ';' before 'var36'
schroorc.c:9052:11: error: expected ';' before 'var37'
schroorc.c:9058:7: error: 'var0' undeclared (first use in this function)
schroorc.c:9060:7: error: 'var32' undeclared (first use in this function)
schroorc.c:9062:7: error: 'var33' undeclared (first use in this function)
schroorc.c:9064:7: error: 'var34' undeclared (first use in this function)
schroorc.c:9066:7: error: 'var35' undeclared (first use in this function)
schroorc.c:9068:7: error: 'var36' undeclared (first use in this function)
schroorc.c:9070:7: error: 'var37' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:9081:35: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_dequantise_s16_ip':
schroorc.c:9177:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:9177:11: error: expected ';' before 'var0'
schroorc.c:9178:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:9179:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:9179:17: error: 'var16' undeclared (first use in this function)
schroorc.c:9180:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:9180:17: error: 'var24' undeclared (first use in this function)
schroorc.c:9181:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:9181:17: error: 'var25' undeclared (first use in this function)
schroorc.c:9182:11: error: expected ';' before 'var32'
schroorc.c:9183:11: error: expected ';' before 'var33'
schroorc.c:9184:11: error: expected ';' before 'var34'
schroorc.c:9185:11: error: expected ';' before 'var35'
schroorc.c:9186:11: error: expected ';' before 'var36'
schroorc.c:9187:11: error: expected ';' before 'var37'
schroorc.c:9192:5: error: 'var0' undeclared (first use in this function)
schroorc.c:9194:5: error: 'var32' undeclared (first use in this function)
schroorc.c:9196:5: error: 'var33' undeclared (first use in this function)
schroorc.c:9198:5: error: 'var34' undeclared (first use in this function)
schroorc.c:9200:5: error: 'var35' undeclared (first use in this function)
schroorc.c:9202:5: error: 'var36' undeclared (first use in this function)
schroorc.c:9204:5: error: 'var37' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:9214:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_dequantise_s16':
schroorc.c:9311:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:9311:11: error: expected ';' before 'var0'
schroorc.c:9312:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:9313:11: error: expected ';' before 'var4'
schroorc.c:9314:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:9314:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:9315:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:9315:17: error: 'var16' undeclared (first use in this function)
schroorc.c:9316:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:9316:17: error: 'var24' undeclared (first use in this function)
schroorc.c:9317:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:9317:17: error: 'var25' undeclared (first use in this function)
schroorc.c:9318:11: error: expected ';' before 'var32'
schroorc.c:9319:11: error: expected ';' before 'var33'
schroorc.c:9320:11: error: expected ';' before 'var34'
schroorc.c:9321:11: error: expected ';' before 'var35'
schroorc.c:9322:11: error: expected ';' before 'var36'
schroorc.c:9323:11: error: expected ';' before 'var37'
schroorc.c:9329:5: error: 'var4' undeclared (first use in this function)
schroorc.c:9332:5: error: 'var32' undeclared (first use in this function)
schroorc.c:9334:5: error: 'var33' undeclared (first use in this function)
schroorc.c:9336:5: error: 'var34' undeclared (first use in this function)
schroorc.c:9338:5: error: 'var35' undeclared (first use in this function)
schroorc.c:9340:5: error: 'var36' undeclared (first use in this function)
schroorc.c:9342:5: error: 'var37' undeclared (first use in this function)
schroorc.c:9344:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:9352:29: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_quantise1_s16':
schroorc.c:9455:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:9455:11: error: expected ';' before 'var0'
schroorc.c:9456:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:9457:11: error: expected ';' before 'var4'
schroorc.c:9458:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:9458:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:9459:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:9459:17: error: 'var16' undeclared (first use in this function)
schroorc.c:9460:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:9460:17: error: 'var24' undeclared (first use in this function)
schroorc.c:9461:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:9461:17: error: 'var25' undeclared (first use in this function)
schroorc.c:9462:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:9462:17: error: 'var26' undeclared (first use in this function)
schroorc.c:9463:11: error: expected ';' before 'var32'
schroorc.c:9464:11: error: expected ';' before 'var33'
schroorc.c:9465:11: error: expected ';' before 'var34'
schroorc.c:9466:11: error: expected ';' before 'var35'
schroorc.c:9467:11: error: expected ';' before 'var36'
schroorc.c:9468:11: error: expected ';' before 'var37'
schroorc.c:9469:11: error: expected ';' before 'var38'
schroorc.c:9475:5: error: 'var4' undeclared (first use in this function)
schroorc.c:9478:5: error: 'var32' undeclared (first use in this function)
schroorc.c:9480:5: error: 'var33' undeclared (first use in this function)
schroorc.c:9482:5: error: 'var34' undeclared (first use in this function)
schroorc.c:9484:5: error: 'var35' undeclared (first use in this function)
schroorc.c:9486:5: error: 'var36' undeclared (first use in this function)
schroorc.c:9488:5: error: 'var37' undeclared (first use in this function)
schroorc.c:9488:15: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:9488:26: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:9488:35: error: expected ')' before 'var36'
schroorc.c:9488:65: error: expected ')' before 'var24'
schroorc.c:9490:5: error: 'var38' undeclared (first use in this function)
schroorc.c:9490:24: error: expected ')' before 'var37'
schroorc.c:9492:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:9500:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_quantise2_s16':
schroorc.c:9602:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:9602:11: error: expected ';' before 'var0'
schroorc.c:9603:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:9604:11: error: expected ';' before 'var4'
schroorc.c:9605:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:9605:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:9606:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:9606:17: error: 'var16' undeclared (first use in this function)
schroorc.c:9607:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:9607:17: error: 'var24' undeclared (first use in this function)
schroorc.c:9608:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:9608:17: error: 'var25' undeclared (first use in this function)
schroorc.c:9609:11: error: expected ';' before 'var32'
schroorc.c:9610:11: error: expected ';' before 'var33'
schroorc.c:9611:11: error: expected ';' before 'var34'
schroorc.c:9612:11: error: expected ';' before 'var35'
schroorc.c:9613:11: error: expected ';' before 'var36'
schroorc.c:9614:11: error: expected ';' before 'var37'
schroorc.c:9620:5: error: 'var4' undeclared (first use in this function)
schroorc.c:9623:5: error: 'var32' undeclared (first use in this function)
schroorc.c:9625:5: error: 'var33' undeclared (first use in this function)
schroorc.c:9627:5: error: 'var34' undeclared (first use in this function)
schroorc.c:9629:5: error: 'var35' undeclared (first use in this function)
schroorc.c:9631:5: error: 'var36' undeclared (first use in this function)
schroorc.c:9633:5: error: 'var37' undeclared (first use in this function)
schroorc.c:9633:15: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:9633:24: error: expected ')' before 'var36'
schroorc.c:9635:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:9643:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_quantdequant1_s16':
schroorc.c:9767:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:9767:11: error: expected ';' before 'var0'
schroorc.c:9768:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:9769:11: error: expected ';' before 'var1'
schroorc.c:9770:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:9771:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:9771:17: error: 'var16' undeclared (first use in this function)
schroorc.c:9772:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:9772:17: error: 'var17' undeclared (first use in this function)
schroorc.c:9773:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:9773:17: error: 'var24' undeclared (first use in this function)
schroorc.c:9774:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:9774:17: error: 'var25' undeclared (first use in this function)
schroorc.c:9775:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:9775:17: error: 'var26' undeclared (first use in this function)
schroorc.c:9776:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:9776:17: error: 'var27' undeclared (first use in this function)
schroorc.c:9777:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var28'
schroorc.c:9777:17: error: 'var28' undeclared (first use in this function)
schroorc.c:9778:11: error: expected ';' before 'var32'
schroorc.c:9779:11: error: expected ';' before 'var33'
schroorc.c:9780:11: error: expected ';' before 'var34'
schroorc.c:9781:11: error: expected ';' before 'var35'
schroorc.c:9782:11: error: expected ';' before 'var36'
schroorc.c:9783:11: error: expected ';' before 'var37'
schroorc.c:9784:11: error: expected ';' before 'var38'
schroorc.c:9785:11: error: expected ';' before 'var39'
schroorc.c:9786:11: error: expected ';' before 'var40'
schroorc.c:9787:11: error: expected ';' before 'var41'
schroorc.c:9788:11: error: expected ';' before 'var42'
schroorc.c:9789:11: error: expected ';' before 'var43'
schroorc.c:9795:5: error: 'var1' undeclared (first use in this function)
schroorc.c:9797:5: error: 'var32' undeclared (first use in this function)
schroorc.c:9799:5: error: 'var33' undeclared (first use in this function)
schroorc.c:9801:5: error: 'var34' undeclared (first use in this function)
schroorc.c:9803:5: error: 'var35' undeclared (first use in this function)
schroorc.c:9805:5: error: 'var36' undeclared (first use in this function)
schroorc.c:9807:5: error: 'var37' undeclared (first use in this function)
schroorc.c:9807:15: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:9807:26: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:9807:35: error: expected ')' before 'var36'
schroorc.c:9807:65: error: expected ')' before 'var24'
schroorc.c:9809:5: error: 'var38' undeclared (first use in this function)
schroorc.c:9809:24: error: expected ')' before 'var37'
schroorc.c:9811:5: error: 'var39' undeclared (first use in this function)
schroorc.c:9813:5: error: 'var0' undeclared (first use in this function)
schroorc.c:9815:5: error: 'var40' undeclared (first use in this function)
schroorc.c:9817:5: error: 'var41' undeclared (first use in this function)
schroorc.c:9819:5: error: 'var42' undeclared (first use in this function)
schroorc.c:9821:5: error: 'var43' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:9833:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_quantdequant3_s16':
schroorc.c:9978:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:9978:11: error: expected ';' before 'var0'
schroorc.c:9979:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:9980:11: error: expected ';' before 'var1'
schroorc.c:9981:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:9982:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:9982:17: error: 'var16' undeclared (first use in this function)
schroorc.c:9983:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:9983:17: error: 'var17' undeclared (first use in this function)
schroorc.c:9984:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:9984:17: error: 'var24' undeclared (first use in this function)
schroorc.c:9985:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:9985:17: error: 'var25' undeclared (first use in this function)
schroorc.c:9986:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:9986:17: error: 'var26' undeclared (first use in this function)
schroorc.c:9987:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:9987:17: error: 'var27' undeclared (first use in this function)
schroorc.c:9988:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var28'
schroorc.c:9988:17: error: 'var28' undeclared (first use in this function)
schroorc.c:9989:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var29'
schroorc.c:9989:17: error: 'var29' undeclared (first use in this function)
schroorc.c:9990:11: error: expected ';' before 'var32'
schroorc.c:9991:11: error: expected ';' before 'var33'
schroorc.c:9992:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:9992:11: error: expected ';' before 'var34'
schroorc.c:9993:11: error: expected ';' before 'var35'
schroorc.c:9994:11: error: expected ';' before 'var36'
schroorc.c:9995:11: error: expected ';' before 'var37'
schroorc.c:9996:11: error: expected ';' before 'var38'
schroorc.c:9997:11: error: expected ';' before 'var39'
schroorc.c:9998:11: error: expected ';' before 'var40'
schroorc.c:9999:11: error: expected ';' before 'var41'
schroorc.c:10000:11: error: expected ';' before 'var42'
schroorc.c:10001:11: error: expected ';' before 'var43'
schroorc.c:10002:11: error: expected ';' before 'var44'
schroorc.c:10003:11: error: expected ';' before 'var45'
schroorc.c:10009:5: error: 'var1' undeclared (first use in this function)
schroorc.c:10011:5: error: 'var32' undeclared (first use in this function)
schroorc.c:10013:5: error: 'var33' undeclared (first use in this function)
schroorc.c:10015:5: error: 'var35' undeclared (first use in this function)
schroorc.c:10017:5: error: 'var36' undeclared (first use in this function)
schroorc.c:10019:5: error: 'var37' undeclared (first use in this function)
schroorc.c:10021:5: error: 'var34' undeclared (first use in this function)
schroorc.c:10021:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:10021:23: error: expected ';' before 'var37'
schroorc.c:10023:5: error: 'var38' undeclared (first use in this function)
schroorc.c:10025:5: error: 'var39' undeclared (first use in this function)
schroorc.c:10025:15: error: 'uint32_t' undeclared (first use in this function)
schroorc.c:10025:24: error: expected ')' before 'var38'
schroorc.c:10027:5: error: 'var40' undeclared (first use in this function)
schroorc.c:10029:5: error: 'var41' undeclared (first use in this function)
schroorc.c:10031:5: error: 'var0' undeclared (first use in this function)
schroorc.c:10033:5: error: 'var42' undeclared (first use in this function)
schroorc.c:10035:5: error: 'var43' undeclared (first use in this function)
schroorc.c:10037:5: error: 'var44' undeclared (first use in this function)
schroorc.c:10039:5: error: 'var45' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:10051:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_quantdequant2_s16':
schroorc.c:10190:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:10190:11: error: expected ';' before 'var0'
schroorc.c:10191:13: error: 'ptr0' undeclared (first use in this function)
schroorc.c:10192:11: error: expected ';' before 'var1'
schroorc.c:10193:13: error: 'ptr1' undeclared (first use in this function)
schroorc.c:10194:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:10194:17: error: 'var16' undeclared (first use in this function)
schroorc.c:10195:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:10195:17: error: 'var17' undeclared (first use in this function)
schroorc.c:10196:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:10196:17: error: 'var24' undeclared (first use in this function)
schroorc.c:10197:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:10197:17: error: 'var25' undeclared (first use in this function)
schroorc.c:10198:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:10198:17: error: 'var26' undeclared (first use in this function)
schroorc.c:10199:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:10199:17: error: 'var27' undeclared (first use in this function)
schroorc.c:10200:11: error: expected ';' before 'var32'
schroorc.c:10201:11: error: expected ';' before 'var33'
schroorc.c:10202:11: error: expected ';' before 'var34'
schroorc.c:10203:11: error: expected ';' before 'var35'
schroorc.c:10204:11: error: expected ';' before 'var36'
schroorc.c:10205:11: error: expected ';' before 'var37'
schroorc.c:10206:11: error: expected ';' before 'var38'
schroorc.c:10207:11: error: expected ';' before 'var39'
schroorc.c:10208:11: error: expected ';' before 'var40'
schroorc.c:10209:11: error: expected ';' before 'var41'
schroorc.c:10210:11: error: expected ';' before 'var42'
schroorc.c:10216:5: error: 'var1' undeclared (first use in this function)
schroorc.c:10218:5: error: 'var32' undeclared (first use in this function)
schroorc.c:10220:5: error: 'var33' undeclared (first use in this function)
schroorc.c:10222:5: error: 'var34' undeclared (first use in this function)
schroorc.c:10224:5: error: 'var35' undeclared (first use in this function)
schroorc.c:10226:5: error: 'var36' undeclared (first use in this function)
schroorc.c:10228:5: error: 'var37' undeclared (first use in this function)
schroorc.c:10228:15: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:10228:24: error: expected ')' before 'var36'
schroorc.c:10230:5: error: 'var38' undeclared (first use in this function)
schroorc.c:10232:5: error: 'var0' undeclared (first use in this function)
schroorc.c:10234:5: error: 'var39' undeclared (first use in this function)
schroorc.c:10236:5: error: 'var40' undeclared (first use in this function)
schroorc.c:10238:5: error: 'var41' undeclared (first use in this function)
schroorc.c:10240:5: error: 'var42' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:10252:32: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_downsample_vert_u8':
schroorc.c:10393:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:10393:10: error: expected ';' before 'var0'
schroorc.c:10394:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:10395:10: error: expected ';' before 'var4'
schroorc.c:10396:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10396:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:10397:10: error: expected ';' before 'var5'
schroorc.c:10398:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10398:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:10399:10: error: expected ';' before 'var6'
schroorc.c:10400:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10400:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:10401:10: error: expected ';' before 'var7'
schroorc.c:10402:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10402:18: error: 'ptr7' undeclared (first use in this function)
schroorc.c:10403:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:10403:17: error: 'var16' undeclared (first use in this function)
schroorc.c:10404:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:10404:17: error: 'var17' undeclared (first use in this function)
schroorc.c:10405:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var18'
schroorc.c:10405:17: error: 'var18' undeclared (first use in this function)
schroorc.c:10406:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var19'
schroorc.c:10406:17: error: 'var19' undeclared (first use in this function)
schroorc.c:10407:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:10407:11: error: expected ';' before 'var32'
schroorc.c:10408:11: error: expected ';' before 'var33'
schroorc.c:10409:11: error: expected ';' before 'var34'
schroorc.c:10410:11: error: expected ';' before 'var35'
schroorc.c:10411:11: error: expected ';' before 'var36'
schroorc.c:10412:11: error: expected ';' before 'var37'
schroorc.c:10413:11: error: expected ';' before 'var38'
schroorc.c:10414:11: error: expected ';' before 'var39'
schroorc.c:10415:11: error: expected ';' before 'var40'
schroorc.c:10416:11: error: expected ';' before 'var41'
schroorc.c:10417:11: error: expected ';' before 'var42'
schroorc.c:10426:5: error: 'var4' undeclared (first use in this function)
schroorc.c:10428:5: error: 'var5' undeclared (first use in this function)
schroorc.c:10430:5: error: 'var6' undeclared (first use in this function)
schroorc.c:10432:5: error: 'var7' undeclared (first use in this function)
schroorc.c:10435:5: error: 'var32' undeclared (first use in this function)
schroorc.c:10435:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:10435:22: error: expected ';' before 'var4'
schroorc.c:10437:5: error: 'var33' undeclared (first use in this function)
schroorc.c:10437:22: error: expected ';' before 'var7'
schroorc.c:10439:5: error: 'var35' undeclared (first use in this function)
schroorc.c:10441:5: error: 'var36' undeclared (first use in this function)
schroorc.c:10443:5: error: 'var37' undeclared (first use in this function)
schroorc.c:10443:22: error: expected ';' before 'var5'
schroorc.c:10445:5: error: 'var34' undeclared (first use in this function)
schroorc.c:10445:22: error: expected ';' before 'var6'
schroorc.c:10447:5: error: 'var38' undeclared (first use in this function)
schroorc.c:10449:5: error: 'var39' undeclared (first use in this function)
schroorc.c:10451:5: error: 'var40' undeclared (first use in this function)
schroorc.c:10453:5: error: 'var41' undeclared (first use in this function)
schroorc.c:10455:5: error: 'var42' undeclared (first use in this function)
schroorc.c:10455:15: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:10455:24: error: expected ')' before 'var41'
schroorc.c:10457:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:10465:33: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_downsample_horiz_u8':
schroorc.c:10614:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:10614:10: error: expected ';' before 'var0'
schroorc.c:10615:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:10616:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:10616:11: error: expected ';' before 'var4'
schroorc.c:10617:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10617:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:10618:11: error: expected ';' before 'var5'
schroorc.c:10619:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10619:19: error: 'ptr5' undeclared (first use in this function)
schroorc.c:10620:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:10620:17: error: 'var16' undeclared (first use in this function)
schroorc.c:10621:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:10621:17: error: 'var17' undeclared (first use in this function)
schroorc.c:10622:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var18'
schroorc.c:10622:17: error: 'var18' undeclared (first use in this function)
schroorc.c:10623:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var19'
schroorc.c:10623:17: error: 'var19' undeclared (first use in this function)
schroorc.c:10624:11: error: expected ';' before 'var32'
schroorc.c:10625:11: error: expected ';' before 'var33'
schroorc.c:10626:10: error: expected ';' before 'var34'
schroorc.c:10627:11: error: expected ';' before 'var35'
schroorc.c:10628:11: error: expected ';' before 'var36'
schroorc.c:10629:11: error: expected ';' before 'var37'
schroorc.c:10630:10: error: expected ';' before 'var38'
schroorc.c:10631:11: error: expected ';' before 'var39'
schroorc.c:10632:11: error: expected ';' before 'var40'
schroorc.c:10633:10: error: expected ';' before 'var41'
schroorc.c:10634:11: error: expected ';' before 'var42'
schroorc.c:10635:10: error: expected ';' before 'var43'
schroorc.c:10636:11: error: expected ';' before 'var44'
schroorc.c:10637:11: error: expected ';' before 'var45'
schroorc.c:10638:11: error: expected ';' before 'var46'
schroorc.c:10639:11: error: expected ';' before 'var47'
schroorc.c:10640:11: error: expected ';' before 'var48'
schroorc.c:10647:5: error: 'var4' undeclared (first use in this function)
schroorc.c:10649:5: error: 'var5' undeclared (first use in this function)
schroorc.c:10652:5: error: 'var32' undeclared (first use in this function)
schroorc.c:10654:5: error: 'var33' undeclared (first use in this function)
schroorc.c:10656:5: error: 'var34' undeclared (first use in this function)
schroorc.c:10656:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:10656:23: error: expected ';' before 'var32'
schroorc.c:10658:5: error: 'var35' undeclared (first use in this function)
schroorc.c:10658:14: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:10658:22: error: expected ';' before 'var34'
schroorc.c:10660:5: error: 'var38' undeclared (first use in this function)
schroorc.c:10660:24: error: expected ')' before 'var33'
schroorc.c:10662:5: error: 'var36' undeclared (first use in this function)
schroorc.c:10662:22: error: expected ';' before 'var38'
schroorc.c:10664:5: error: 'var39' undeclared (first use in this function)
schroorc.c:10666:5: error: 'var40' undeclared (first use in this function)
schroorc.c:10668:5: error: 'var41' undeclared (first use in this function)
schroorc.c:10668:24: error: expected ')' before 'var32'
schroorc.c:10670:5: error: 'var42' undeclared (first use in this function)
schroorc.c:10670:22: error: expected ';' before 'var41'
schroorc.c:10672:5: error: 'var43' undeclared (first use in this function)
schroorc.c:10672:23: error: expected ';' before 'var33'
schroorc.c:10674:5: error: 'var37' undeclared (first use in this function)
schroorc.c:10674:22: error: expected ';' before 'var43'
schroorc.c:10676:5: error: 'var44' undeclared (first use in this function)
schroorc.c:10678:5: error: 'var45' undeclared (first use in this function)
schroorc.c:10680:5: error: 'var46' undeclared (first use in this function)
schroorc.c:10682:5: error: 'var47' undeclared (first use in this function)
schroorc.c:10684:5: error: 'var48' undeclared (first use in this function)
schroorc.c:10684:24: error: expected ')' before 'var47'
schroorc.c:10686:5: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:10694:34: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_stats_moment_s16':
schroorc.c:10799:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:10799:11: error: expected ';' before 'var4'
schroorc.c:10800:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10800:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:10801:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:10801:11: error: expected ';' before 'var12'
schroorc.c:10802:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:10802:17: error: 'var16' undeclared (first use in this function)
schroorc.c:10803:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:10803:17: error: 'var17' undeclared (first use in this function)
schroorc.c:10804:11: error: expected ';' before 'var32'
schroorc.c:10805:11: error: expected ';' before 'var33'
schroorc.c:10806:11: error: expected ';' before 'var34'
schroorc.c:10807:11: error: expected ';' before 'var35'
schroorc.c:10812:5: error: 'var4' undeclared (first use in this function)
schroorc.c:10815:5: error: 'var32' undeclared (first use in this function)
schroorc.c:10817:5: error: 'var34' undeclared (first use in this function)
schroorc.c:10819:5: error: 'var35' undeclared (first use in this function)
schroorc.c:10821:5: error: 'var33' undeclared (first use in this function)
schroorc.c:10821:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:10821:23: error: expected ';' before 'var35'
schroorc.c:10823:5: error: 'var12' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:10830:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_stats_above_s16':
schroorc.c:10918:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:10918:11: error: expected ';' before 'var4'
schroorc.c:10919:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:10919:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:10920:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:10920:11: error: expected ';' before 'var12'
schroorc.c:10921:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:10921:17: error: 'var16' undeclared (first use in this function)
schroorc.c:10922:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:10922:17: error: 'var17' undeclared (first use in this function)
schroorc.c:10923:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var18'
schroorc.c:10923:17: error: 'var18' undeclared (first use in this function)
schroorc.c:10924:11: error: expected ';' before 'var32'
schroorc.c:10925:11: error: expected ';' before 'var33'
schroorc.c:10926:11: error: expected ';' before 'var34'
schroorc.c:10927:11: error: expected ';' before 'var35'
schroorc.c:10928:11: error: expected ';' before 'var36'
schroorc.c:10933:5: error: 'var4' undeclared (first use in this function)
schroorc.c:10936:5: error: 'var32' undeclared (first use in this function)
schroorc.c:10938:5: error: 'var34' undeclared (first use in this function)
schroorc.c:10940:5: error: 'var35' undeclared (first use in this function)
schroorc.c:10942:5: error: 'var36' undeclared (first use in this function)
schroorc.c:10944:5: error: 'var33' undeclared (first use in this function)
schroorc.c:10944:14: error: 'uint16_t' undeclared (first use in this function)
schroorc.c:10944:23: error: expected ';' before 'var36'
schroorc.c:10946:5: error: 'var12' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:10953:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_accw':
schroorc.c:11028:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:11028:11: error: expected ';' before 'var4'
schroorc.c:11029:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11029:19: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11030:11: error: expected ';' before 'var12'
schroorc.c:11031:11: error: expected ';' before 'var32'
schroorc.c:11036:5: error: 'var4' undeclared (first use in this function)
schroorc.c:11039:5: error: 'var32' undeclared (first use in this function)
schroorc.c:11041:5: error: 'var12' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:11048:27: warning: type defaults to 'int' in declaration of 'int16_t'
schroorc.c:11048:35: error: expected ';', ',' or ')' before '*' token
schroorc.c: In function '_backup_orc_avg2_8xn_u8':
schroorc.c:11126:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:11126:10: error: expected ';' before 'var0'
schroorc.c:11127:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:11128:10: error: expected ';' before 'var4'
schroorc.c:11129:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11129:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11130:10: error: expected ';' before 'var5'
schroorc.c:11131:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11131:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:11139:7: error: 'var4' undeclared (first use in this function)
schroorc.c:11141:7: error: 'var5' undeclared (first use in this function)
schroorc.c:11144:7: error: 'var0' undeclared (first use in this function)
schroorc.c:11144:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:11144:24: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:11153:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_avg2_12xn_u8':
schroorc.c:11237:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:11237:10: error: expected ';' before 'var0'
schroorc.c:11238:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:11239:10: error: expected ';' before 'var4'
schroorc.c:11240:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11240:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11241:10: error: expected ';' before 'var5'
schroorc.c:11242:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11242:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:11250:7: error: 'var4' undeclared (first use in this function)
schroorc.c:11252:7: error: 'var5' undeclared (first use in this function)
schroorc.c:11255:7: error: 'var0' undeclared (first use in this function)
schroorc.c:11255:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:11255:24: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:11264:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_avg2_16xn_u8':
schroorc.c:11348:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:11348:10: error: expected ';' before 'var0'
schroorc.c:11349:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:11350:10: error: expected ';' before 'var4'
schroorc.c:11351:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11351:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11352:10: error: expected ';' before 'var5'
schroorc.c:11353:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11353:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:11361:7: error: 'var4' undeclared (first use in this function)
schroorc.c:11363:7: error: 'var5' undeclared (first use in this function)
schroorc.c:11366:7: error: 'var0' undeclared (first use in this function)
schroorc.c:11366:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:11366:24: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:11375:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_avg2_32xn_u8':
schroorc.c:11459:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:11459:10: error: expected ';' before 'var0'
schroorc.c:11460:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:11461:10: error: expected ';' before 'var4'
schroorc.c:11462:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11462:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11463:10: error: expected ';' before 'var5'
schroorc.c:11464:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11464:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:11472:7: error: 'var4' undeclared (first use in this function)
schroorc.c:11474:7: error: 'var5' undeclared (first use in this function)
schroorc.c:11477:7: error: 'var0' undeclared (first use in this function)
schroorc.c:11477:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:11477:24: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:11486:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_avg2_nxm_u8':
schroorc.c:11569:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:11569:10: error: expected ';' before 'var0'
schroorc.c:11570:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:11571:10: error: expected ';' before 'var4'
schroorc.c:11572:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11572:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11573:10: error: expected ';' before 'var5'
schroorc.c:11574:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11574:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:11582:7: error: 'var4' undeclared (first use in this function)
schroorc.c:11584:7: error: 'var5' undeclared (first use in this function)
schroorc.c:11587:7: error: 'var0' undeclared (first use in this function)
schroorc.c:11587:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:11587:24: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:11596:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine4_8xn_u8':
schroorc.c:11730:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:11730:10: error: expected ';' before 'var0'
schroorc.c:11731:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:11732:10: error: expected ';' before 'var4'
schroorc.c:11733:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11733:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11734:10: error: expected ';' before 'var5'
schroorc.c:11735:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11735:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:11736:10: error: expected ';' before 'var6'
schroorc.c:11737:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11737:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:11738:10: error: expected ';' before 'var7'
schroorc.c:11739:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11739:18: error: 'ptr7' undeclared (first use in this function)
schroorc.c:11740:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:11740:17: error: 'var16' undeclared (first use in this function)
schroorc.c:11741:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:11741:17: error: 'var24' undeclared (first use in this function)
schroorc.c:11742:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:11742:17: error: 'var25' undeclared (first use in this function)
schroorc.c:11743:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:11743:17: error: 'var26' undeclared (first use in this function)
schroorc.c:11744:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:11744:17: error: 'var27' undeclared (first use in this function)
schroorc.c:11745:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:11745:11: error: expected ';' before 'var32'
schroorc.c:11746:11: error: expected ';' before 'var33'
schroorc.c:11747:11: error: expected ';' before 'var34'
schroorc.c:11748:11: error: expected ';' before 'var35'
schroorc.c:11749:11: error: expected ';' before 'var36'
schroorc.c:11750:11: error: expected ';' before 'var37'
schroorc.c:11751:11: error: expected ';' before 'var38'
schroorc.c:11752:11: error: expected ';' before 'var39'
schroorc.c:11753:11: error: expected ';' before 'var40'
schroorc.c:11754:11: error: expected ';' before 'var41'
schroorc.c:11755:11: error: expected ';' before 'var42'
schroorc.c:11756:11: error: expected ';' before 'var43'
schroorc.c:11766:7: error: 'var4' undeclared (first use in this function)
schroorc.c:11768:7: error: 'var5' undeclared (first use in this function)
schroorc.c:11770:7: error: 'var6' undeclared (first use in this function)
schroorc.c:11772:7: error: 'var7' undeclared (first use in this function)
schroorc.c:11775:7: error: 'var32' undeclared (first use in this function)
schroorc.c:11775:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:11775:24: error: expected ';' before 'var4'
schroorc.c:11777:7: error: 'var33' undeclared (first use in this function)
schroorc.c:11779:7: error: 'var34' undeclared (first use in this function)
schroorc.c:11779:24: error: expected ';' before 'var5'
schroorc.c:11781:7: error: 'var35' undeclared (first use in this function)
schroorc.c:11783:7: error: 'var36' undeclared (first use in this function)
schroorc.c:11785:7: error: 'var37' undeclared (first use in this function)
schroorc.c:11785:24: error: expected ';' before 'var6'
schroorc.c:11787:7: error: 'var38' undeclared (first use in this function)
schroorc.c:11789:7: error: 'var39' undeclared (first use in this function)
schroorc.c:11791:7: error: 'var40' undeclared (first use in this function)
schroorc.c:11791:24: error: expected ';' before 'var7'
schroorc.c:11793:7: error: 'var41' undeclared (first use in this function)
schroorc.c:11795:7: error: 'var42' undeclared (first use in this function)
schroorc.c:11797:7: error: 'var43' undeclared (first use in this function)
schroorc.c:11799:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:11808:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine4_12xn_u8':
schroorc.c:11972:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:11972:10: error: expected ';' before 'var0'
schroorc.c:11973:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:11974:10: error: expected ';' before 'var4'
schroorc.c:11975:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11975:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:11976:10: error: expected ';' before 'var5'
schroorc.c:11977:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11977:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:11978:10: error: expected ';' before 'var6'
schroorc.c:11979:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11979:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:11980:10: error: expected ';' before 'var7'
schroorc.c:11981:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:11981:18: error: 'ptr7' undeclared (first use in this function)
schroorc.c:11982:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:11982:17: error: 'var16' undeclared (first use in this function)
schroorc.c:11983:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:11983:17: error: 'var24' undeclared (first use in this function)
schroorc.c:11984:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:11984:17: error: 'var25' undeclared (first use in this function)
schroorc.c:11985:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:11985:17: error: 'var26' undeclared (first use in this function)
schroorc.c:11986:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:11986:17: error: 'var27' undeclared (first use in this function)
schroorc.c:11987:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:11987:11: error: expected ';' before 'var32'
schroorc.c:11988:11: error: expected ';' before 'var33'
schroorc.c:11989:11: error: expected ';' before 'var34'
schroorc.c:11990:11: error: expected ';' before 'var35'
schroorc.c:11991:11: error: expected ';' before 'var36'
schroorc.c:11992:11: error: expected ';' before 'var37'
schroorc.c:11993:11: error: expected ';' before 'var38'
schroorc.c:11994:11: error: expected ';' before 'var39'
schroorc.c:11995:11: error: expected ';' before 'var40'
schroorc.c:11996:11: error: expected ';' before 'var41'
schroorc.c:11997:11: error: expected ';' before 'var42'
schroorc.c:11998:11: error: expected ';' before 'var43'
schroorc.c:12008:7: error: 'var4' undeclared (first use in this function)
schroorc.c:12010:7: error: 'var5' undeclared (first use in this function)
schroorc.c:12012:7: error: 'var6' undeclared (first use in this function)
schroorc.c:12014:7: error: 'var7' undeclared (first use in this function)
schroorc.c:12017:7: error: 'var32' undeclared (first use in this function)
schroorc.c:12017:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:12017:24: error: expected ';' before 'var4'
schroorc.c:12019:7: error: 'var33' undeclared (first use in this function)
schroorc.c:12021:7: error: 'var34' undeclared (first use in this function)
schroorc.c:12021:24: error: expected ';' before 'var5'
schroorc.c:12023:7: error: 'var35' undeclared (first use in this function)
schroorc.c:12025:7: error: 'var36' undeclared (first use in this function)
schroorc.c:12027:7: error: 'var37' undeclared (first use in this function)
schroorc.c:12027:24: error: expected ';' before 'var6'
schroorc.c:12029:7: error: 'var38' undeclared (first use in this function)
schroorc.c:12031:7: error: 'var39' undeclared (first use in this function)
schroorc.c:12033:7: error: 'var40' undeclared (first use in this function)
schroorc.c:12033:24: error: expected ';' before 'var7'
schroorc.c:12035:7: error: 'var41' undeclared (first use in this function)
schroorc.c:12037:7: error: 'var42' undeclared (first use in this function)
schroorc.c:12039:7: error: 'var43' undeclared (first use in this function)
schroorc.c:12041:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:12050:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine4_16xn_u8':
schroorc.c:12214:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:12214:10: error: expected ';' before 'var0'
schroorc.c:12215:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:12216:10: error: expected ';' before 'var4'
schroorc.c:12217:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12217:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:12218:10: error: expected ';' before 'var5'
schroorc.c:12219:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12219:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:12220:10: error: expected ';' before 'var6'
schroorc.c:12221:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12221:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:12222:10: error: expected ';' before 'var7'
schroorc.c:12223:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12223:18: error: 'ptr7' undeclared (first use in this function)
schroorc.c:12224:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:12224:17: error: 'var16' undeclared (first use in this function)
schroorc.c:12225:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:12225:17: error: 'var24' undeclared (first use in this function)
schroorc.c:12226:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:12226:17: error: 'var25' undeclared (first use in this function)
schroorc.c:12227:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:12227:17: error: 'var26' undeclared (first use in this function)
schroorc.c:12228:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:12228:17: error: 'var27' undeclared (first use in this function)
schroorc.c:12229:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:12229:11: error: expected ';' before 'var32'
schroorc.c:12230:11: error: expected ';' before 'var33'
schroorc.c:12231:11: error: expected ';' before 'var34'
schroorc.c:12232:11: error: expected ';' before 'var35'
schroorc.c:12233:11: error: expected ';' before 'var36'
schroorc.c:12234:11: error: expected ';' before 'var37'
schroorc.c:12235:11: error: expected ';' before 'var38'
schroorc.c:12236:11: error: expected ';' before 'var39'
schroorc.c:12237:11: error: expected ';' before 'var40'
schroorc.c:12238:11: error: expected ';' before 'var41'
schroorc.c:12239:11: error: expected ';' before 'var42'
schroorc.c:12240:11: error: expected ';' before 'var43'
schroorc.c:12250:7: error: 'var4' undeclared (first use in this function)
schroorc.c:12252:7: error: 'var5' undeclared (first use in this function)
schroorc.c:12254:7: error: 'var6' undeclared (first use in this function)
schroorc.c:12256:7: error: 'var7' undeclared (first use in this function)
schroorc.c:12259:7: error: 'var32' undeclared (first use in this function)
schroorc.c:12259:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:12259:24: error: expected ';' before 'var4'
schroorc.c:12261:7: error: 'var33' undeclared (first use in this function)
schroorc.c:12263:7: error: 'var34' undeclared (first use in this function)
schroorc.c:12263:24: error: expected ';' before 'var5'
schroorc.c:12265:7: error: 'var35' undeclared (first use in this function)
schroorc.c:12267:7: error: 'var36' undeclared (first use in this function)
schroorc.c:12269:7: error: 'var37' undeclared (first use in this function)
schroorc.c:12269:24: error: expected ';' before 'var6'
schroorc.c:12271:7: error: 'var38' undeclared (first use in this function)
schroorc.c:12273:7: error: 'var39' undeclared (first use in this function)
schroorc.c:12275:7: error: 'var40' undeclared (first use in this function)
schroorc.c:12275:24: error: expected ';' before 'var7'
schroorc.c:12277:7: error: 'var41' undeclared (first use in this function)
schroorc.c:12279:7: error: 'var42' undeclared (first use in this function)
schroorc.c:12281:7: error: 'var43' undeclared (first use in this function)
schroorc.c:12283:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:12292:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine4_24xn_u8':
schroorc.c:12456:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:12456:10: error: expected ';' before 'var0'
schroorc.c:12457:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:12458:10: error: expected ';' before 'var4'
schroorc.c:12459:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12459:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:12460:10: error: expected ';' before 'var5'
schroorc.c:12461:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12461:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:12462:10: error: expected ';' before 'var6'
schroorc.c:12463:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12463:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:12464:10: error: expected ';' before 'var7'
schroorc.c:12465:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12465:18: error: 'ptr7' undeclared (first use in this function)
schroorc.c:12466:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:12466:17: error: 'var16' undeclared (first use in this function)
schroorc.c:12467:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:12467:17: error: 'var24' undeclared (first use in this function)
schroorc.c:12468:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:12468:17: error: 'var25' undeclared (first use in this function)
schroorc.c:12469:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:12469:17: error: 'var26' undeclared (first use in this function)
schroorc.c:12470:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:12470:17: error: 'var27' undeclared (first use in this function)
schroorc.c:12471:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:12471:11: error: expected ';' before 'var32'
schroorc.c:12472:11: error: expected ';' before 'var33'
schroorc.c:12473:11: error: expected ';' before 'var34'
schroorc.c:12474:11: error: expected ';' before 'var35'
schroorc.c:12475:11: error: expected ';' before 'var36'
schroorc.c:12476:11: error: expected ';' before 'var37'
schroorc.c:12477:11: error: expected ';' before 'var38'
schroorc.c:12478:11: error: expected ';' before 'var39'
schroorc.c:12479:11: error: expected ';' before 'var40'
schroorc.c:12480:11: error: expected ';' before 'var41'
schroorc.c:12481:11: error: expected ';' before 'var42'
schroorc.c:12482:11: error: expected ';' before 'var43'
schroorc.c:12492:7: error: 'var4' undeclared (first use in this function)
schroorc.c:12494:7: error: 'var5' undeclared (first use in this function)
schroorc.c:12496:7: error: 'var6' undeclared (first use in this function)
schroorc.c:12498:7: error: 'var7' undeclared (first use in this function)
schroorc.c:12501:7: error: 'var32' undeclared (first use in this function)
schroorc.c:12501:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:12501:24: error: expected ';' before 'var4'
schroorc.c:12503:7: error: 'var33' undeclared (first use in this function)
schroorc.c:12505:7: error: 'var34' undeclared (first use in this function)
schroorc.c:12505:24: error: expected ';' before 'var5'
schroorc.c:12507:7: error: 'var35' undeclared (first use in this function)
schroorc.c:12509:7: error: 'var36' undeclared (first use in this function)
schroorc.c:12511:7: error: 'var37' undeclared (first use in this function)
schroorc.c:12511:24: error: expected ';' before 'var6'
schroorc.c:12513:7: error: 'var38' undeclared (first use in this function)
schroorc.c:12515:7: error: 'var39' undeclared (first use in this function)
schroorc.c:12517:7: error: 'var40' undeclared (first use in this function)
schroorc.c:12517:24: error: expected ';' before 'var7'
schroorc.c:12519:7: error: 'var41' undeclared (first use in this function)
schroorc.c:12521:7: error: 'var42' undeclared (first use in this function)
schroorc.c:12523:7: error: 'var43' undeclared (first use in this function)
schroorc.c:12525:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:12534:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine4_32xn_u8':
schroorc.c:12698:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:12698:10: error: expected ';' before 'var0'
schroorc.c:12699:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:12700:10: error: expected ';' before 'var4'
schroorc.c:12701:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12701:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:12702:10: error: expected ';' before 'var5'
schroorc.c:12703:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12703:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:12704:10: error: expected ';' before 'var6'
schroorc.c:12705:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12705:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:12706:10: error: expected ';' before 'var7'
schroorc.c:12707:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12707:18: error: 'ptr7' undeclared (first use in this function)
schroorc.c:12708:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:12708:17: error: 'var16' undeclared (first use in this function)
schroorc.c:12709:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:12709:17: error: 'var24' undeclared (first use in this function)
schroorc.c:12710:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:12710:17: error: 'var25' undeclared (first use in this function)
schroorc.c:12711:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:12711:17: error: 'var26' undeclared (first use in this function)
schroorc.c:12712:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:12712:17: error: 'var27' undeclared (first use in this function)
schroorc.c:12713:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:12713:11: error: expected ';' before 'var32'
schroorc.c:12714:11: error: expected ';' before 'var33'
schroorc.c:12715:11: error: expected ';' before 'var34'
schroorc.c:12716:11: error: expected ';' before 'var35'
schroorc.c:12717:11: error: expected ';' before 'var36'
schroorc.c:12718:11: error: expected ';' before 'var37'
schroorc.c:12719:11: error: expected ';' before 'var38'
schroorc.c:12720:11: error: expected ';' before 'var39'
schroorc.c:12721:11: error: expected ';' before 'var40'
schroorc.c:12722:11: error: expected ';' before 'var41'
schroorc.c:12723:11: error: expected ';' before 'var42'
schroorc.c:12724:11: error: expected ';' before 'var43'
schroorc.c:12734:7: error: 'var4' undeclared (first use in this function)
schroorc.c:12736:7: error: 'var5' undeclared (first use in this function)
schroorc.c:12738:7: error: 'var6' undeclared (first use in this function)
schroorc.c:12740:7: error: 'var7' undeclared (first use in this function)
schroorc.c:12743:7: error: 'var32' undeclared (first use in this function)
schroorc.c:12743:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:12743:24: error: expected ';' before 'var4'
schroorc.c:12745:7: error: 'var33' undeclared (first use in this function)
schroorc.c:12747:7: error: 'var34' undeclared (first use in this function)
schroorc.c:12747:24: error: expected ';' before 'var5'
schroorc.c:12749:7: error: 'var35' undeclared (first use in this function)
schroorc.c:12751:7: error: 'var36' undeclared (first use in this function)
schroorc.c:12753:7: error: 'var37' undeclared (first use in this function)
schroorc.c:12753:24: error: expected ';' before 'var6'
schroorc.c:12755:7: error: 'var38' undeclared (first use in this function)
schroorc.c:12757:7: error: 'var39' undeclared (first use in this function)
schroorc.c:12759:7: error: 'var40' undeclared (first use in this function)
schroorc.c:12759:24: error: expected ';' before 'var7'
schroorc.c:12761:7: error: 'var41' undeclared (first use in this function)
schroorc.c:12763:7: error: 'var42' undeclared (first use in this function)
schroorc.c:12765:7: error: 'var43' undeclared (first use in this function)
schroorc.c:12767:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:12776:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine4_nxm_u8':
schroorc.c:12943:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:12943:10: error: expected ';' before 'var0'
schroorc.c:12944:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:12945:10: error: expected ';' before 'var4'
schroorc.c:12946:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12946:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:12947:10: error: expected ';' before 'var5'
schroorc.c:12948:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12948:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:12949:10: error: expected ';' before 'var6'
schroorc.c:12950:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12950:18: error: 'ptr6' undeclared (first use in this function)
schroorc.c:12951:10: error: expected ';' before 'var7'
schroorc.c:12952:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:12952:18: error: 'ptr7' undeclared (first use in this function)
schroorc.c:12953:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var16'
schroorc.c:12953:17: error: 'var16' undeclared (first use in this function)
schroorc.c:12954:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var17'
schroorc.c:12954:17: error: 'var17' undeclared (first use in this function)
schroorc.c:12955:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:12955:17: error: 'var24' undeclared (first use in this function)
schroorc.c:12956:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:12956:17: error: 'var25' undeclared (first use in this function)
schroorc.c:12957:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:12957:17: error: 'var26' undeclared (first use in this function)
schroorc.c:12958:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:12958:17: error: 'var27' undeclared (first use in this function)
schroorc.c:12959:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:12959:11: error: expected ';' before 'var32'
schroorc.c:12960:11: error: expected ';' before 'var33'
schroorc.c:12961:11: error: expected ';' before 'var34'
schroorc.c:12962:11: error: expected ';' before 'var35'
schroorc.c:12963:11: error: expected ';' before 'var36'
schroorc.c:12964:11: error: expected ';' before 'var37'
schroorc.c:12965:11: error: expected ';' before 'var38'
schroorc.c:12966:11: error: expected ';' before 'var39'
schroorc.c:12967:11: error: expected ';' before 'var40'
schroorc.c:12968:11: error: expected ';' before 'var41'
schroorc.c:12969:11: error: expected ';' before 'var42'
schroorc.c:12970:11: error: expected ';' before 'var43'
schroorc.c:12971:11: error: expected ';' before 'var44'
schroorc.c:12981:7: error: 'var4' undeclared (first use in this function)
schroorc.c:12983:7: error: 'var5' undeclared (first use in this function)
schroorc.c:12985:7: error: 'var6' undeclared (first use in this function)
schroorc.c:12987:7: error: 'var7' undeclared (first use in this function)
schroorc.c:12990:7: error: 'var32' undeclared (first use in this function)
schroorc.c:12990:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:12990:24: error: expected ';' before 'var4'
schroorc.c:12992:7: error: 'var33' undeclared (first use in this function)
schroorc.c:12994:7: error: 'var34' undeclared (first use in this function)
schroorc.c:12994:24: error: expected ';' before 'var5'
schroorc.c:12996:7: error: 'var35' undeclared (first use in this function)
schroorc.c:12998:7: error: 'var36' undeclared (first use in this function)
schroorc.c:13000:7: error: 'var37' undeclared (first use in this function)
schroorc.c:13000:24: error: expected ';' before 'var6'
schroorc.c:13002:7: error: 'var38' undeclared (first use in this function)
schroorc.c:13004:7: error: 'var39' undeclared (first use in this function)
schroorc.c:13006:7: error: 'var40' undeclared (first use in this function)
schroorc.c:13006:24: error: expected ';' before 'var7'
schroorc.c:13008:7: error: 'var41' undeclared (first use in this function)
schroorc.c:13010:7: error: 'var42' undeclared (first use in this function)
schroorc.c:13012:7: error: 'var43' undeclared (first use in this function)
schroorc.c:13014:7: error: 'var44' undeclared (first use in this function)
schroorc.c:13016:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:13025:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine2_8xn_u8':
schroorc.c:13164:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:13164:10: error: expected ';' before 'var0'
schroorc.c:13165:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:13166:10: error: expected ';' before 'var4'
schroorc.c:13167:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13167:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:13168:10: error: expected ';' before 'var5'
schroorc.c:13169:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13169:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:13170:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:13170:17: error: 'var24' undeclared (first use in this function)
schroorc.c:13171:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:13171:17: error: 'var25' undeclared (first use in this function)
schroorc.c:13172:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:13172:17: error: 'var26' undeclared (first use in this function)
schroorc.c:13173:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:13173:17: error: 'var27' undeclared (first use in this function)
schroorc.c:13174:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:13174:11: error: expected ';' before 'var32'
schroorc.c:13175:11: error: expected ';' before 'var33'
schroorc.c:13176:11: error: expected ';' before 'var34'
schroorc.c:13177:11: error: expected ';' before 'var35'
schroorc.c:13178:11: error: expected ';' before 'var36'
schroorc.c:13179:11: error: expected ';' before 'var37'
schroorc.c:13180:11: error: expected ';' before 'var38'
schroorc.c:13188:7: error: 'var4' undeclared (first use in this function)
schroorc.c:13190:7: error: 'var5' undeclared (first use in this function)
schroorc.c:13193:7: error: 'var32' undeclared (first use in this function)
schroorc.c:13193:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:13193:24: error: expected ';' before 'var4'
schroorc.c:13195:7: error: 'var33' undeclared (first use in this function)
schroorc.c:13195:24: error: expected ';' before 'var5'
schroorc.c:13197:7: error: 'var34' undeclared (first use in this function)
schroorc.c:13199:7: error: 'var35' undeclared (first use in this function)
schroorc.c:13201:7: error: 'var36' undeclared (first use in this function)
schroorc.c:13203:7: error: 'var37' undeclared (first use in this function)
schroorc.c:13205:7: error: 'var38' undeclared (first use in this function)
schroorc.c:13207:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:13216:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine2_12xn_u8':
schroorc.c:13342:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:13342:10: error: expected ';' before 'var0'
schroorc.c:13343:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:13344:10: error: expected ';' before 'var4'
schroorc.c:13345:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13345:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:13346:10: error: expected ';' before 'var5'
schroorc.c:13347:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13347:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:13348:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:13348:17: error: 'var24' undeclared (first use in this function)
schroorc.c:13349:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:13349:17: error: 'var25' undeclared (first use in this function)
schroorc.c:13350:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:13350:17: error: 'var26' undeclared (first use in this function)
schroorc.c:13351:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:13351:17: error: 'var27' undeclared (first use in this function)
schroorc.c:13352:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:13352:11: error: expected ';' before 'var32'
schroorc.c:13353:11: error: expected ';' before 'var33'
schroorc.c:13354:11: error: expected ';' before 'var34'
schroorc.c:13355:11: error: expected ';' before 'var35'
schroorc.c:13356:11: error: expected ';' before 'var36'
schroorc.c:13357:11: error: expected ';' before 'var37'
schroorc.c:13358:11: error: expected ';' before 'var38'
schroorc.c:13366:7: error: 'var4' undeclared (first use in this function)
schroorc.c:13368:7: error: 'var5' undeclared (first use in this function)
schroorc.c:13371:7: error: 'var32' undeclared (first use in this function)
schroorc.c:13371:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:13371:24: error: expected ';' before 'var4'
schroorc.c:13373:7: error: 'var33' undeclared (first use in this function)
schroorc.c:13373:24: error: expected ';' before 'var5'
schroorc.c:13375:7: error: 'var34' undeclared (first use in this function)
schroorc.c:13377:7: error: 'var35' undeclared (first use in this function)
schroorc.c:13379:7: error: 'var36' undeclared (first use in this function)
schroorc.c:13381:7: error: 'var37' undeclared (first use in this function)
schroorc.c:13383:7: error: 'var38' undeclared (first use in this function)
schroorc.c:13385:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:13394:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine2_16xn_u8':
schroorc.c:13520:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:13520:10: error: expected ';' before 'var0'
schroorc.c:13521:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:13522:10: error: expected ';' before 'var4'
schroorc.c:13523:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13523:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:13524:10: error: expected ';' before 'var5'
schroorc.c:13525:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13525:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:13526:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:13526:17: error: 'var24' undeclared (first use in this function)
schroorc.c:13527:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:13527:17: error: 'var25' undeclared (first use in this function)
schroorc.c:13528:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:13528:17: error: 'var26' undeclared (first use in this function)
schroorc.c:13529:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:13529:17: error: 'var27' undeclared (first use in this function)
schroorc.c:13530:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:13530:11: error: expected ';' before 'var32'
schroorc.c:13531:11: error: expected ';' before 'var33'
schroorc.c:13532:11: error: expected ';' before 'var34'
schroorc.c:13533:11: error: expected ';' before 'var35'
schroorc.c:13534:11: error: expected ';' before 'var36'
schroorc.c:13535:11: error: expected ';' before 'var37'
schroorc.c:13536:11: error: expected ';' before 'var38'
schroorc.c:13544:7: error: 'var4' undeclared (first use in this function)
schroorc.c:13546:7: error: 'var5' undeclared (first use in this function)
schroorc.c:13549:7: error: 'var32' undeclared (first use in this function)
schroorc.c:13549:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:13549:24: error: expected ';' before 'var4'
schroorc.c:13551:7: error: 'var33' undeclared (first use in this function)
schroorc.c:13551:24: error: expected ';' before 'var5'
schroorc.c:13553:7: error: 'var34' undeclared (first use in this function)
schroorc.c:13555:7: error: 'var35' undeclared (first use in this function)
schroorc.c:13557:7: error: 'var36' undeclared (first use in this function)
schroorc.c:13559:7: error: 'var37' undeclared (first use in this function)
schroorc.c:13561:7: error: 'var38' undeclared (first use in this function)
schroorc.c:13563:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:13572:31: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_combine2_nxm_u8':
schroorc.c:13697:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:13697:10: error: expected ';' before 'var0'
schroorc.c:13698:12: error: 'ptr0' undeclared (first use in this function)
schroorc.c:13699:10: error: expected ';' before 'var4'
schroorc.c:13700:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13700:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:13701:10: error: expected ';' before 'var5'
schroorc.c:13702:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13702:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:13703:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var24'
schroorc.c:13703:17: error: 'var24' undeclared (first use in this function)
schroorc.c:13704:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var25'
schroorc.c:13704:17: error: 'var25' undeclared (first use in this function)
schroorc.c:13705:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var26'
schroorc.c:13705:17: error: 'var26' undeclared (first use in this function)
schroorc.c:13706:17: error: expected '=', ',', ';', 'asm' or '__attribute__' before 'var27'
schroorc.c:13706:17: error: 'var27' undeclared (first use in this function)
schroorc.c:13707:3: error: 'int16_t' undeclared (first use in this function)
schroorc.c:13707:11: error: expected ';' before 'var32'
schroorc.c:13708:11: error: expected ';' before 'var33'
schroorc.c:13709:11: error: expected ';' before 'var34'
schroorc.c:13710:11: error: expected ';' before 'var35'
schroorc.c:13711:11: error: expected ';' before 'var36'
schroorc.c:13712:11: error: expected ';' before 'var37'
schroorc.c:13713:11: error: expected ';' before 'var38'
schroorc.c:13721:7: error: 'var4' undeclared (first use in this function)
schroorc.c:13723:7: error: 'var5' undeclared (first use in this function)
schroorc.c:13726:7: error: 'var32' undeclared (first use in this function)
schroorc.c:13726:16: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:13726:24: error: expected ';' before 'var4'
schroorc.c:13728:7: error: 'var33' undeclared (first use in this function)
schroorc.c:13728:24: error: expected ';' before 'var5'
schroorc.c:13730:7: error: 'var34' undeclared (first use in this function)
schroorc.c:13732:7: error: 'var35' undeclared (first use in this function)
schroorc.c:13734:7: error: 'var36' undeclared (first use in this function)
schroorc.c:13736:7: error: 'var37' undeclared (first use in this function)
schroorc.c:13738:7: error: 'var38' undeclared (first use in this function)
schroorc.c:13740:7: error: 'var0' undeclared (first use in this function)
schroorc.c: At top level:
schroorc.c:13749:30: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sad_nxm_u8':
schroorc.c:13845:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:13845:10: error: expected ';' before 'var4'
schroorc.c:13846:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13846:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:13847:10: error: expected ';' before 'var5'
schroorc.c:13848:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13848:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:13849:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:13849:11: error: expected ';' before 'var12'
schroorc.c:13856:7: error: 'var4' undeclared (first use in this function)
schroorc.c:13858:7: error: 'var5' undeclared (first use in this function)
schroorc.c:13861:7: error: 'var12' undeclared (first use in this function)
schroorc.c:13861:23: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:13861:23: error: expected ')' before 'var4'
schroorc.c:13861:23: error: expected ')' before 'var4'
schroorc.c:13861:23: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:13869:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sad_8x8_u8':
schroorc.c:13949:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:13949:10: error: expected ';' before 'var4'
schroorc.c:13950:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13950:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:13951:10: error: expected ';' before 'var5'
schroorc.c:13952:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:13952:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:13953:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:13953:11: error: expected ';' before 'var12'
schroorc.c:13960:7: error: 'var4' undeclared (first use in this function)
schroorc.c:13962:7: error: 'var5' undeclared (first use in this function)
schroorc.c:13965:7: error: 'var12' undeclared (first use in this function)
schroorc.c:13965:23: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:13965:23: error: expected ')' before 'var4'
schroorc.c:13965:23: error: expected ')' before 'var4'
schroorc.c:13965:23: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:13973:26: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sad_12x12_u8':
schroorc.c:14055:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:14055:10: error: expected ';' before 'var4'
schroorc.c:14056:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:14056:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:14057:10: error: expected ';' before 'var5'
schroorc.c:14058:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:14058:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:14059:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:14059:11: error: expected ';' before 'var12'
schroorc.c:14066:7: error: 'var4' undeclared (first use in this function)
schroorc.c:14068:7: error: 'var5' undeclared (first use in this function)
schroorc.c:14071:7: error: 'var12' undeclared (first use in this function)
schroorc.c:14071:23: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:14071:23: error: expected ')' before 'var4'
schroorc.c:14071:23: error: expected ')' before 'var4'
schroorc.c:14071:23: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:14079:28: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sad_16xn_u8':
schroorc.c:14160:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:14160:10: error: expected ';' before 'var4'
schroorc.c:14161:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:14161:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:14162:10: error: expected ';' before 'var5'
schroorc.c:14163:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:14163:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:14164:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:14164:11: error: expected ';' before 'var12'
schroorc.c:14171:7: error: 'var4' undeclared (first use in this function)
schroorc.c:14173:7: error: 'var5' undeclared (first use in this function)
schroorc.c:14176:7: error: 'var12' undeclared (first use in this function)
schroorc.c:14176:23: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:14176:23: error: expected ')' before 'var4'
schroorc.c:14176:23: error: expected ')' before 'var4'
schroorc.c:14176:23: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:14184:27: error: expected ')' before '*' token
schroorc.c: In function '_backup_orc_sad_32xn_u8':
schroorc.c:14264:3: error: 'int8_t' undeclared (first use in this function)
schroorc.c:14264:10: error: expected ';' before 'var4'
schroorc.c:14265:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:14265:18: error: 'ptr4' undeclared (first use in this function)
schroorc.c:14266:10: error: expected ';' before 'var5'
schroorc.c:14267:16: error: expected '=', ',', ';', 'asm' or '__attribute__' before '*' token
schroorc.c:14267:18: error: 'ptr5' undeclared (first use in this function)
schroorc.c:14268:3: error: 'int32_t' undeclared (first use in this function)
schroorc.c:14268:11: error: expected ';' before 'var12'
schroorc.c:14275:7: error: 'var4' undeclared (first use in this function)
schroorc.c:14277:7: error: 'var5' undeclared (first use in this function)
schroorc.c:14280:7: error: 'var12' undeclared (first use in this function)
schroorc.c:14280:23: error: 'uint8_t' undeclared (first use in this function)
schroorc.c:14280:23: error: expected ')' before 'var4'
schroorc.c:14280:23: error: expected ')' before 'var4'
schroorc.c:14280:23: error: expected ')' before 'var4'
schroorc.c: At top level:
schroorc.c:14288:27: error: expected ')' before '*' token
schroorc.c:89:1: warning: '_backup_orc_add2_rshift_add_s16_22_op' defined but not used
schroorc.c:222:1: warning: '_backup_orc_add2_rshift_add_s16_22' defined but not used
schroorc.c:353:1: warning: '_backup_orc_add2_rshift_sub_s16_22_op' defined but not used
schroorc.c:486:1: warning: '_backup_orc_add2_rshift_sub_s16_22' defined but not used
schroorc.c:609:1: warning: '_backup_orc_add2_rshift_add_s16_11_op' defined but not used
schroorc.c:722:1: warning: '_backup_orc_add2_rshift_add_s16_11' defined but not used
schroorc.c:833:1: warning: '_backup_orc_add2_rshift_sub_s16_11_op' defined but not used
schroorc.c:946:1: warning: '_backup_orc_add2_rshift_sub_s16_11' defined but not used
schroorc.c:1049:1: warning: '_backup_orc_add_const_rshift_s16_11' defined but not used
schroorc.c:1144:1: warning: '_backup_orc_add_const_rshift_s16' defined but not used
schroorc.c:1239:1: warning: '_backup_orc_add_s16' defined but not used
schroorc.c:1335:1: warning: '_backup_orc_add_s16_2d' defined but not used
schroorc.c:1438:1: warning: '_backup_orc_addc_rshift_s16' defined but not used
schroorc.c:1539:1: warning: '_backup_orc_lshift1_s16' defined but not used
schroorc.c:1627:1: warning: '_backup_orc_lshift2_s16' defined but not used
schroorc.c:1711:1: warning: '_backup_orc_lshift_s16_ip' defined but not used
schroorc.c:1821:1: warning: '_backup_orc_mas2_add_s16_op' defined but not used
schroorc.c:1975:1: warning: '_backup_orc_mas2_add_s16_ip' defined but not used
schroorc.c:2127:1: warning: '_backup_orc_mas2_sub_s16_op' defined but not used
schroorc.c:2281:1: warning: '_backup_orc_mas2_sub_s16_ip' defined but not used
schroorc.c:2452:1: warning: '_backup_orc_mas4_across_add_s16_1991_op' defined but not used
schroorc.c:2652:1: warning: '_backup_orc_mas4_across_add_s16_1991_ip' defined but not used
schroorc.c:2850:1: warning: '_backup_orc_mas4_across_sub_s16_1991_op' defined but not used
schroorc.c:3050:1: warning: '_backup_orc_mas4_across_sub_s16_1991_ip' defined but not used
schroorc.c:3206:1: warning: '_backup_orc_subtract_s16' defined but not used
schroorc.c:3306:1: warning: '_backup_orc_add_s16_u8' defined but not used
schroorc.c:3410:1: warning: '_backup_orc_add_s16_u8_2d' defined but not used
schroorc.c:3509:1: warning: '_backup_orc_convert_s16_u8' defined but not used
schroorc.c:3594:1: warning: '_backup_orc_convert_u8_s16' defined but not used
schroorc.c:3683:1: warning: '_backup_orc_offsetconvert_u8_s16' defined but not used
schroorc.c:3779:1: warning: '_backup_orc_offsetconvert_s16_u8' defined but not used
schroorc.c:3879:1: warning: '_backup_orc_subtract_s16_u8' defined but not used
schroorc.c:3988:1: warning: '_backup_orc_multiply_and_add_s16_u8' defined but not used
schroorc.c:4086:1: warning: '_backup_orc_splat_s16_ns' defined but not used
schroorc.c:4167:1: warning: '_backup_orc_splat_s16_2d_4xn' defined but not used
schroorc.c:4256:1: warning: '_backup_orc_splat_s16_2d_8xn' defined but not used
schroorc.c:4344:1: warning: '_backup_orc_splat_s16_2d' defined but not used
schroorc.c:4428:1: warning: '_backup_orc_splat_u8_ns' defined but not used
schroorc.c:4508:1: warning: '_backup_orc_splat_u8_2d' defined but not used
schroorc.c:4601:1: warning: '_backup_orc_average_u8' defined but not used
schroorc.c:4712:1: warning: '_backup_orc_rrshift6_add_s16_2d' defined but not used
schroorc.c:4845:1: warning: '_backup_orc_rrshift6_sub_s16_2d' defined but not used
schroorc.c:4960:1: warning: '_backup_orc_rrshift6_s16_ip_2d' defined but not used
schroorc.c:5056:1: warning: '_backup_orc_rrshift6_s16_ip' defined but not used
schroorc.c:5144:1: warning: '_backup_orc_unpack_yuyv_y' defined but not used
schroorc.c:5232:1: warning: '_backup_orc_unpack_yuyv_u' defined but not used
schroorc.c:5325:1: warning: '_backup_orc_unpack_yuyv_v' defined but not used
schroorc.c:5440:1: warning: '_backup_orc_packyuyv' defined but not used
schroorc.c:5564:1: warning: '_backup_orc_unpack_uyvy_y' defined but not used
schroorc.c:5652:1: warning: '_backup_orc_unpack_uyvy_u' defined but not used
schroorc.c:5745:1: warning: '_backup_orc_unpack_uyvy_v' defined but not used
schroorc.c:5840:1: warning: '_backup_orc_interleave2_s16' defined but not used
schroorc.c:5953:1: warning: '_backup_orc_interleave2_rrshift1_s16' defined but not used
schroorc.c:6081:1: warning: '_backup_orc_deinterleave2_s16' defined but not used
schroorc.c:6199:1: warning: '_backup_orc_deinterleave2_lshift1_s16' defined but not used
schroorc.c:6344:1: warning: '_backup_orc_haar_deint_lshift1_split_s16' defined but not used
schroorc.c:6499:1: warning: '_backup_orc_haar_deint_split_s16' defined but not used
schroorc.c:6634:1: warning: '_backup_orc_haar_split_s16_lo' defined but not used
schroorc.c:6747:1: warning: '_backup_orc_haar_split_s16_hi' defined but not used
schroorc.c:6861:1: warning: '_backup_orc_haar_split_s16_op' defined but not used
schroorc.c:6996:1: warning: '_backup_orc_haar_split_s16' defined but not used
schroorc.c:7115:1: warning: '_backup_orc_haar_synth_s16_lo' defined but not used
schroorc.c:7229:1: warning: '_backup_orc_haar_synth_s16_hi' defined but not used
schroorc.c:7360:1: warning: '_backup_orc_haar_synth_s16_op' defined but not used
schroorc.c:7496:1: warning: '_backup_orc_haar_synth_s16' defined but not used
schroorc.c:7633:1: warning: '_backup_orc_haar_synth_rrshift1_int_s16' defined but not used
schroorc.c:7775:1: warning: '_backup_orc_haar_synth_int_s16' defined but not used
schroorc.c:7888:1: warning: '_backup_orc_haar_sub_s16' defined but not used
schroorc.c:7979:1: warning: '_backup_orc_haar_add_half_s16' defined but not used
schroorc.c:8073:1: warning: '_backup_orc_haar_add_s16' defined but not used
schroorc.c:8164:1: warning: '_backup_orc_haar_sub_half_s16' defined but not used
schroorc.c:8260:1: warning: '_backup_orc_sum_u8' defined but not used
schroorc.c:8352:1: warning: '_backup_orc_sum_s16' defined but not used
schroorc.c:8456:1: warning: '_backup_orc_sum_square_diff_u8' defined but not used
schroorc.c:8593:1: warning: '_backup_orc_dequantise_s16_2d_4xn' defined but not used
schroorc.c:8746:1: warning: '_backup_orc_dequantise_s16_2d_8xn' defined but not used
schroorc.c:8895:1: warning: '_backup_orc_dequantise_s16_ip_2d_8xn' defined but not used
schroorc.c:9036:1: warning: '_backup_orc_dequantise_s16_ip_2d' defined but not used
schroorc.c:9173:1: warning: '_backup_orc_dequantise_s16_ip' defined but not used
schroorc.c:9307:1: warning: '_backup_orc_dequantise_s16' defined but not used
schroorc.c:9451:1: warning: '_backup_orc_quantise1_s16' defined but not used
schroorc.c:9598:1: warning: '_backup_orc_quantise2_s16' defined but not used
schroorc.c:9763:1: warning: '_backup_orc_quantdequant1_s16' defined but not used
schroorc.c:9974:1: warning: '_backup_orc_quantdequant3_s16' defined but not used
schroorc.c:10186:1: warning: '_backup_orc_quantdequant2_s16' defined but not used
schroorc.c:10389:1: warning: '_backup_orc_downsample_vert_u8' defined but not used
schroorc.c:10610:1: warning: '_backup_orc_downsample_horiz_u8' defined but not used
schroorc.c:10795:1: warning: '_backup_orc_stats_moment_s16' defined but not used
schroorc.c:10914:1: warning: '_backup_orc_stats_above_s16' defined but not used
schroorc.c:11024:1: warning: '_backup_orc_accw' defined but not used
schroorc.c:11120:1: warning: '_backup_orc_avg2_8xn_u8' defined but not used
schroorc.c:11231:1: warning: '_backup_orc_avg2_12xn_u8' defined but not used
schroorc.c:11342:1: warning: '_backup_orc_avg2_16xn_u8' defined but not used
schroorc.c:11453:1: warning: '_backup_orc_avg2_32xn_u8' defined but not used
schroorc.c:11563:1: warning: '_backup_orc_avg2_nxm_u8' defined but not used
schroorc.c:11724:1: warning: '_backup_orc_combine4_8xn_u8' defined but not used
schroorc.c:11966:1: warning: '_backup_orc_combine4_12xn_u8' defined but not used
schroorc.c:12208:1: warning: '_backup_orc_combine4_16xn_u8' defined but not used
schroorc.c:12450:1: warning: '_backup_orc_combine4_24xn_u8' defined but not used
schroorc.c:12692:1: warning: '_backup_orc_combine4_32xn_u8' defined but not used
schroorc.c:12937:1: warning: '_backup_orc_combine4_nxm_u8' defined but not used
schroorc.c:13158:1: warning: '_backup_orc_combine2_8xn_u8' defined but not used
schroorc.c:13336:1: warning: '_backup_orc_combine2_12xn_u8' defined but not used
schroorc.c:13514:1: warning: '_backup_orc_combine2_16xn_u8' defined but not used
schroorc.c:13691:1: warning: '_backup_orc_combine2_nxm_u8' defined but not used
schroorc.c:13839:1: warning: '_backup_orc_sad_nxm_u8' defined but not used
schroorc.c:13943:1: warning: '_backup_orc_sad_8x8_u8' defined but not used
schroorc.c:14049:1: warning: '_backup_orc_sad_12x12_u8' defined but not used
schroorc.c:14154:1: warning: '_backup_orc_sad_16xn_u8' defined but not used
schroorc.c:14258:1: warning: '_backup_orc_sad_32xn_u8' defined but not used
make[4]: *** [libschroedinger_1.0_la-schroorc.lo] Error 1
make[4]: *** Waiting for unfinished jobs....
mv -f .deps/libschroedinger_1.0_la-schromotionest.Tpo .deps/libschroedinger_1.0_la-schromotionest.Plo
make[4]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger'
make[2]: *** [all] Error 2
make[2]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9/schroedinger'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/oe/build-minimal-eglibc/minimal-dev/work/armv7a-oe-linux-gnueabi/schroedinger-1.0.9-r1.0/schroedinger-1.0.9'
make: *** [all] Error 2
+ die 'oe_runmake failed'
+ oefatal 'oe_runmake failed'
+ echo FATAL: 'oe_runmake failed'
FATAL: oe_runmake failed
+ exit 1
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-16 18:37 schroedinger_1.0.9: task compile fails with `schroorc.c:93:3: error: 'int16_t' undeclared` Paul Menzel
@ 2011-04-17 17:47 ` Paul Menzel
2011-04-18 21:47 ` eric weiss
0 siblings, 1 reply; 10+ messages in thread
From: Paul Menzel @ 2011-04-17 17:47 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1.1: Type: text/plain, Size: 4967 bytes --]
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@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
[-- Attachment #1.2: log.do_compile --]
[-- Type: text/plain, Size: 107359 bytes --]
+ 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
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply related [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-17 17:47 ` [RFC] [PATCH] schroedinger: add version 1.0.10 Paul Menzel
@ 2011-04-18 21:47 ` eric weiss
2011-04-18 22:46 ` Andrea Adami
2011-04-23 9:33 ` DmitryZ
0 siblings, 2 replies; 10+ messages in thread
From: eric weiss @ 2011-04-18 21:47 UTC (permalink / raw)
To: openembedded-devel
Try to compile schroedinger_1.0.9 with orc_0.4.10 instead of orc_0.4.12
seems that the int[8,16,32]_t definitions are gone int orc_0.4.12.
h
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-18 21:47 ` eric weiss
@ 2011-04-18 22:46 ` Andrea Adami
2011-04-23 9:33 ` DmitryZ
1 sibling, 0 replies; 10+ messages in thread
From: Andrea Adami @ 2011-04-18 22:46 UTC (permalink / raw)
To: openembedded-devel
On Mon, Apr 18, 2011 at 11:47 PM, eric weiss <eric@eric-weiss.de> wrote:
> Try to compile schroedinger_1.0.9 with orc_0.4.10 instead of orc_0.4.12
> seems that the int[8,16,32]_t definitions are gone int orc_0.4.12.
>
> h
>
> _______________________________________________
> Openembedded-devel mailing list
> Openembedded-devel@lists.openembedded.org
> http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-devel
>
I compiled it just hacking the orc-stdint.h header like this
http://code.google.com/p/ossbuild/source/browse/trunk/Shared/Build/Windows/Win32/include/orc-0.4/orc/orc-stdint.h?r=857
Andrea
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-18 21:47 ` eric weiss
2011-04-18 22:46 ` Andrea Adami
@ 2011-04-23 9:33 ` DmitryZ
2011-04-23 10:15 ` Paul Menzel
1 sibling, 1 reply; 10+ messages in thread
From: DmitryZ @ 2011-04-23 9:33 UTC (permalink / raw)
To: openembedded-devel
eric weiss <eric <at> eric-weiss.de> writes:
>
> Try to compile schroedinger_1.0.9 with orc_0.4.10 instead of orc_0.4.12
> seems that the int[8,16,32]_t definitions are gone int orc_0.4.12.
>
> h
>
Hello Eric,
As being newbie to the OpenEmbedded and facing the same problem would you please
instruct me how I can change the orc version and rebuild the package ?
Thanks,
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-23 9:33 ` DmitryZ
@ 2011-04-23 10:15 ` Paul Menzel
2011-04-23 12:58 ` DmitryZ
0 siblings, 1 reply; 10+ messages in thread
From: Paul Menzel @ 2011-04-23 10:15 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 694 bytes --]
Dear DmitryZ,
Am Samstag, den 23.04.2011, 09:33 +0000 schrieb DmitryZ:
> eric weiss <eric <at> eric-weiss.de> writes:
> > Try to compile schroedinger_1.0.9 with orc_0.4.10 instead of orc_0.4.12
> > seems that the int[8,16,32]_t definitions are gone int orc_0.4.12.
> As being newbie to the OpenEmbedded and facing the same problem would you please
> instruct me how I can change the orc version and rebuild the package ?
please update to latest master and make a new build from scratch, i. e.,
remove your build directory beforehand.
You could also use `bitbake -c clean yourprogramname` before the upgrade
to try to get rid of the wrong versions.
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-23 10:15 ` Paul Menzel
@ 2011-04-23 12:58 ` DmitryZ
2011-04-24 14:35 ` Paul Menzel
0 siblings, 1 reply; 10+ messages in thread
From: DmitryZ @ 2011-04-23 12:58 UTC (permalink / raw)
To: openembedded-devel
Paul Menzel <paulepanter <at> users.sourceforge.net> writes:
> please update to latest master and make a new build from scratch, i. e.,
> remove your build directory beforehand.
>
> You could also use `bitbake -c clean yourprogramname` before the upgrade
> to try to get rid of the wrong versions.
>
> Thanks,
>
> Paul
>
Dear Paul,
Thanks for advice. I'm just trying your suggestions. But just to let you know
that I was updated to the master about three days ago. I just double checked
which of the orc versions the OE downloaded in order to build the problematic
package and it was 0.4.13. At the beginning of this thread it was said to try to
build it instead of 0.4.12 with 0.4.10 where the defines for different types
still exist. However, it looks that the OE trying to build it with 0.4.13 where
the types still omitted. Do you know about some patches that were applied in a
last three days or something.
Just to let you know, I have been building the Angstrom console-image with
eglibc for mini6410 machine. The preffered kernel version that came with OE git
is 2.6.28 with stable patch 6, however it is impossible to build it since the
make oldconfig fails with ERROR that says that it mixes the implicit and normal
rules, so I just needed to upgrade to some newer kernel. So I just upgraded it
to the 2.6.37 and specifically kernel build succeeded.
As being newbie to the whole stuff I was wondering if the all things somehow
have been in connection with one to other.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-23 12:58 ` DmitryZ
@ 2011-04-24 14:35 ` Paul Menzel
2011-04-25 10:07 ` DmitryZ
0 siblings, 1 reply; 10+ messages in thread
From: Paul Menzel @ 2011-04-24 14:35 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1898 bytes --]
Dear DmitryZ,
Am Samstag, den 23.04.2011, 12:58 +0000 schrieb DmitryZ:
> Paul Menzel <paulepanter <at> users.sourceforge.net> writes:
>
> > please update to latest master and make a new build from scratch, i. e.,
> > remove your build directory beforehand.
> >
> > You could also use `bitbake -c clean yourprogramname` before the upgrade
> > to try to get rid of the wrong versions.
> Thanks for advice. I'm just trying your suggestions.
did it work?
> But just to let you know
> that I was updated to the master about three days ago. I just double checked
> which of the orc versions the OE downloaded in order to build the problematic
> package and it was 0.4.13.
It is still there, but it will not be used by default.
> At the beginning of this thread it was said to try to
> build it instead of 0.4.12 with 0.4.10 where the defines for different types
> still exist. However, it looks that the OE trying to build it with 0.4.13 where
> the types still omitted. Do you know about some patches that were applied in a
> last three days or something.
No patches were applied as far as I know. Only Orc version 0.4.10 is
still used by default now.
> Just to let you know, I have been building the Angstrom console-image with
> eglibc for mini6410 machine. The preffered kernel version that came with OE git
> is 2.6.28 with stable patch 6, however it is impossible to build it since the
> make oldconfig fails with ERROR that says that it mixes the implicit and normal
> rules, so I just needed to upgrade to some newer kernel. So I just upgraded it
> to the 2.6.37 and specifically kernel build succeeded.
> As being newbie to the whole stuff I was wondering if the all things somehow
> have been in connection with one to other.
Thank you for the detailed information. But I do not think that it is
related.
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-24 14:35 ` Paul Menzel
@ 2011-04-25 10:07 ` DmitryZ
2011-04-25 15:00 ` Paul Menzel
0 siblings, 1 reply; 10+ messages in thread
From: DmitryZ @ 2011-04-25 10:07 UTC (permalink / raw)
To: openembedded-devel
Dear Paul,
Sorry for the long delay, holidays you know and I have a very slow machine for
building (32 bit etc.) available for me without Psyco JIT, since I have Python
2.7 installed by default that current sources of Psyco JIT Compiler doesn't
support.
So, answering your questions, yes after updating to the last master I
successfully build the schroedinger package and the whole Angstrom
console-image for the mini6410 with the parameters described earlier in this
thread. Thanks a lot for the assistance and help.
Just to let you know I haven't tested the image on the target board, so I can
confirm only the build.
Again, as being newbie to the whole stuff I simply don't know where I should
post
the information and problems regarding the components compatibility issues and
build problems (for example those described above for the kernel version 2.6.28
for mini6410 and I have a few more). Would you please kindly instruct me on
which of the OpenEmbedded mailing lists I should post this information. Simply
according to the information given at openembedded.org for the Release 2011.03
Tom Rini has the responsibily for the build for mini6410, so I want that this
information somehow will reach the right address.
Sorry for junking the thread with irrelevant info.
Thanks,
Dmitry.
^ permalink raw reply [flat|nested] 10+ messages in thread
* Re: [RFC] [PATCH] schroedinger: add version 1.0.10
2011-04-25 10:07 ` DmitryZ
@ 2011-04-25 15:00 ` Paul Menzel
0 siblings, 0 replies; 10+ messages in thread
From: Paul Menzel @ 2011-04-25 15:00 UTC (permalink / raw)
To: openembedded-devel
[-- Attachment #1: Type: text/plain, Size: 1494 bytes --]
Dear DmitryZ,
Am Montag, den 25.04.2011, 10:07 +0000 schrieb DmitryZ:
[…]
> So, answering your questions, yes after updating to the last master I
> successfully build the schroedinger package and the whole Angstrom
> console-image for the mini6410 with the parameters described earlier in this
> thread. Thanks a lot for the assistance and help.
> Just to let you know I haven't tested the image on the target board, so I can
> confirm only the build.
it is great to hear that.
> Again, as being newbie to the whole stuff I simply don't know where I should
> post the information and problems regarding the components compatibility issues and
> build problems (for example those described above for the kernel version 2.6.28
> for mini6410 and I have a few more). Would you please kindly instruct me on
> which of the OpenEmbedded mailing lists I should post this information. Simply
> according to the information given at openembedded.org for the Release 2011.03
> Tom Rini has the responsibily for the build for mini6410, so I want that this
> information somehow will reach the right address.
> Sorry for junking the thread with irrelevant info.
Well I do not know, but I suggest to open a new thread describing the
problem and your fix. Hopefully Tom or someone else will respond and
suggest a fix. You can even put him into CC and if he complains about
that, then you can blame me and not put him into CC next time.
Thanks,
Paul
[-- Attachment #2: This is a digitally signed message part --]
[-- Type: application/pgp-signature, Size: 205 bytes --]
^ permalink raw reply [flat|nested] 10+ messages in thread
end of thread, other threads:[~2011-04-25 15:02 UTC | newest]
Thread overview: 10+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2011-04-16 18:37 schroedinger_1.0.9: task compile fails with `schroorc.c:93:3: error: 'int16_t' undeclared` Paul Menzel
2011-04-17 17:47 ` [RFC] [PATCH] schroedinger: add version 1.0.10 Paul Menzel
2011-04-18 21:47 ` eric weiss
2011-04-18 22:46 ` Andrea Adami
2011-04-23 9:33 ` DmitryZ
2011-04-23 10:15 ` Paul Menzel
2011-04-23 12:58 ` DmitryZ
2011-04-24 14:35 ` Paul Menzel
2011-04-25 10:07 ` DmitryZ
2011-04-25 15:00 ` Paul Menzel
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.