Skip to content

Instantly share code, notes, and snippets.

@takurx
Last active January 26, 2019 15:13
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save takurx/a428c60a2c2b164a4019c98796b1ec39 to your computer and use it in GitHub Desktop.
Save takurx/a428c60a2c2b164a4019c98796b1ec39 to your computer and use it in GitHub Desktop.
LuaRadio install log
chino@kafu:~$ git clone https://github.com/vsergeev/luaradio.git
Cloning into 'luaradio'...
remote: Enumerating objects: 7774, done.
remote: Total 7774 (delta 0), reused 0 (delta 0), pack-reused 7774
Receiving objects: 100% (7774/7774), 10.05 MiB | 629.00 KiB/s, done.
Resolving deltas: 100% (5318/5318), done.
chino@kafu:~$ cd luaradio/embed
chino@kafu:~/luaradio/embed$ make lib
/bin/sh: 1: luajit: not found
/bin/sh: 1: luajit: not found
/bin/sh: 1: luajit: not found
luajit -bn radio.composites.pocsagreceiver ../radio/composites/pocsagreceiver.lua build/gen/radio/composites/pocsagreceiver.c
make: luajit: Command not found
Makefile:160: recipe for target 'build/gen/radio/composites/pocsagreceiver.c' failed
make: *** [build/gen/radio/composites/pocsagreceiver.c] Error 127
chino@kafu:~/luaradio/embed$ cd
chino@kafu:~$ sudo apt-get install luajit libluajit-5.1-dev pkg-config
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
pkg-config はすでに最新バージョン (0.29.1-0ubuntu2) です。
pkg-config は手動でインストールしたと設定されました。
以下の追加パッケージがインストールされます:
libluajit-5.1-2 libluajit-5.1-common
以下のパッケージが新たにインストールされます:
libluajit-5.1-2 libluajit-5.1-common libluajit-5.1-dev luajit
アップグレード: 0 個、新規インストール: 4 個、削除: 0 個、保留: 212 個。
743 kB のアーカイブを取得する必要があります。
この操作後に追加で 1,965 kB のディスク容量が消費されます。
続行しますか? [Y/n] Y
取得:1 http://jp.archive.ubuntu.com/ubuntu bionic/universe amd64 libluajit-5.1-common all 2.1.0~beta3+dfsg-5.1 [44.3 kB]
取得:2 http://jp.archive.ubuntu.com/ubuntu bionic/universe amd64 libluajit-5.1-2 amd64 2.1.0~beta3+dfsg-5.1 [227 kB]
取得:3 http://jp.archive.ubuntu.com/ubuntu bionic/universe amd64 libluajit-5.1-dev amd64 2.1.0~beta3+dfsg-5.1 [243 kB]
取得:4 http://jp.archive.ubuntu.com/ubuntu bionic/universe amd64 luajit amd64 2.1.0~beta3+dfsg-5.1 [229 kB]
743 kB を 0秒 で取得しました (5,620 kB/s)
以前に未選択のパッケージ libluajit-5.1-common を選択しています。
(データベースを読み込んでいます ... 現在 287440 個のファイルとディレクトリがインストールされています。)
.../libluajit-5.1-common_2.1.0~beta3+dfsg-5.1_all.deb を展開する準備をしています ...
libluajit-5.1-common (2.1.0~beta3+dfsg-5.1) を展開しています...
以前に未選択のパッケージ libluajit-5.1-2:amd64 を選択しています。
.../libluajit-5.1-2_2.1.0~beta3+dfsg-5.1_amd64.deb を展開する準備をしています ...
libluajit-5.1-2:amd64 (2.1.0~beta3+dfsg-5.1) を展開しています...
以前に未選択のパッケージ libluajit-5.1-dev:amd64 を選択しています。
.../libluajit-5.1-dev_2.1.0~beta3+dfsg-5.1_amd64.deb を展開する準備をしています ...
libluajit-5.1-dev:amd64 (2.1.0~beta3+dfsg-5.1) を展開しています...
以前に未選択のパッケージ luajit を選択しています。
.../luajit_2.1.0~beta3+dfsg-5.1_amd64.deb を展開する準備をしています ...
luajit (2.1.0~beta3+dfsg-5.1) を展開しています...
libluajit-5.1-common (2.1.0~beta3+dfsg-5.1) を設定しています ...
libc-bin (2.27-3ubuntu1) のトリガを処理しています ...
libluajit-5.1-2:amd64 (2.1.0~beta3+dfsg-5.1) を設定しています ...
man-db (2.8.3-2ubuntu0.1) のトリガを処理しています ...
libluajit-5.1-dev:amd64 (2.1.0~beta3+dfsg-5.1) を設定しています ...
luajit (2.1.0~beta3+dfsg-5.1) を設定しています ...
libc-bin (2.27-3ubuntu1) のトリガを処理しています ...
chino@kafu:~$ cd luaradio/embed/
chino@kafu:~/luaradio/embed$ make lib
luajit -bn radio.composites.pocsagreceiver ../radio/composites/pocsagreceiver.lua build/gen/radio/composites/pocsagreceiver.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/pocsagreceiver.c -o build/radio/composites/pocsagreceiver.o
luajit -bn radio.composites.tuner ../radio/composites/tuner.lua build/gen/radio/composites/tuner.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/tuner.c -o build/radio/composites/tuner.o
luajit -bn radio.composites.ssbdemodulator ../radio/composites/ssbdemodulator.lua build/gen/radio/composites/ssbdemodulator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/ssbdemodulator.c -o build/radio/composites/ssbdemodulator.o
luajit -bn radio.composites.wbfmmonodemodulator ../radio/composites/wbfmmonodemodulator.lua build/gen/radio/composites/wbfmmonodemodulator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/wbfmmonodemodulator.c -o build/radio/composites/wbfmmonodemodulator.o
luajit -bn radio.composites.decimator ../radio/composites/decimator.lua build/gen/radio/composites/decimator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/decimator.c -o build/radio/composites/decimator.o
luajit -bn radio.composites.ax25receiver ../radio/composites/ax25receiver.lua build/gen/radio/composites/ax25receiver.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/ax25receiver.c -o build/radio/composites/ax25receiver.o
luajit -bn radio.composites.nbfmdemodulator ../radio/composites/nbfmdemodulator.lua build/gen/radio/composites/nbfmdemodulator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/nbfmdemodulator.c -o build/radio/composites/nbfmdemodulator.o
luajit -bn radio.composites.ssbmodulator ../radio/composites/ssbmodulator.lua build/gen/radio/composites/ssbmodulator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/ssbmodulator.c -o build/radio/composites/ssbmodulator.o
luajit -bn radio.composites.amsynchronousdemodulator ../radio/composites/amsynchronousdemodulator.lua build/gen/radio/composites/amsynchronousdemodulator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/amsynchronousdemodulator.c -o build/radio/composites/amsynchronousdemodulator.o
luajit -bn radio.composites.wbfmstereodemodulator ../radio/composites/wbfmstereodemodulator.lua build/gen/radio/composites/wbfmstereodemodulator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/wbfmstereodemodulator.c -o build/radio/composites/wbfmstereodemodulator.o
luajit -bn radio.composites.bpsk31receiver ../radio/composites/bpsk31receiver.lua build/gen/radio/composites/bpsk31receiver.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/bpsk31receiver.c -o build/radio/composites/bpsk31receiver.o
luajit -bn radio.composites.amenvelopedemodulator ../radio/composites/amenvelopedemodulator.lua build/gen/radio/composites/amenvelopedemodulator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/amenvelopedemodulator.c -o build/radio/composites/amenvelopedemodulator.o
luajit -bn radio.composites.rationalresampler ../radio/composites/rationalresampler.lua build/gen/radio/composites/rationalresampler.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/rationalresampler.c -o build/radio/composites/rationalresampler.o
luajit -bn radio.composites ../radio/composites/init.lua build/gen/radio/composites/init.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/init.c -o build/radio/composites/init.o
luajit -bn radio.composites.interpolator ../radio/composites/interpolator.lua build/gen/radio/composites/interpolator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/interpolator.c -o build/radio/composites/interpolator.o
luajit -bn radio.composites.rdsreceiver ../radio/composites/rdsreceiver.lua build/gen/radio/composites/rdsreceiver.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/composites/rdsreceiver.c -o build/radio/composites/rdsreceiver.o
luajit -bn radio.thirdparty.json ../radio/thirdparty/json.lua build/gen/radio/thirdparty/json.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/thirdparty/json.c -o build/radio/thirdparty/json.o
luajit -bn radio.thirdparty.MessagePack ../radio/thirdparty/MessagePack.lua build/gen/radio/thirdparty/MessagePack.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/thirdparty/MessagePack.c -o build/radio/thirdparty/MessagePack.o
luajit -bn radio.types.byte ../radio/types/byte.lua build/gen/radio/types/byte.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/types/byte.c -o build/radio/types/byte.o
luajit -bn radio.types.float32 ../radio/types/float32.lua build/gen/radio/types/float32.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/types/float32.c -o build/radio/types/float32.o
luajit -bn radio.types.cstruct ../radio/types/cstruct.lua build/gen/radio/types/cstruct.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/types/cstruct.c -o build/radio/types/cstruct.o
luajit -bn radio.types.bit ../radio/types/bit.lua build/gen/radio/types/bit.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/types/bit.c -o build/radio/types/bit.o
luajit -bn radio.types.object ../radio/types/object.lua build/gen/radio/types/object.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/types/object.c -o build/radio/types/object.o
luajit -bn radio.types ../radio/types/init.lua build/gen/radio/types/init.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/types/init.c -o build/radio/types/init.o
luajit -bn radio.types.complexfloat32 ../radio/types/complexfloat32.lua build/gen/radio/types/complexfloat32.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/types/complexfloat32.c -o build/radio/types/complexfloat32.o
luajit -bn radio.core.class ../radio/core/class.lua build/gen/radio/core/class.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/class.c -o build/radio/core/class.o
luajit -bn radio.core.async ../radio/core/async.lua build/gen/radio/core/async.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/async.c -o build/radio/core/async.o
luajit -bn radio.core.pipe ../radio/core/pipe.lua build/gen/radio/core/pipe.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/pipe.c -o build/radio/core/pipe.o
luajit -bn radio.core.event ../radio/core/event.lua build/gen/radio/core/event.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/event.c -o build/radio/core/event.o
luajit -bn radio.core.vector ../radio/core/vector.lua build/gen/radio/core/vector.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/vector.c -o build/radio/core/vector.o
luajit -bn radio.core.platform ../radio/core/platform.lua build/gen/radio/core/platform.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/platform.c -o build/radio/core/platform.o
luajit -bn radio.core.block ../radio/core/block.lua build/gen/radio/core/block.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/block.c -o build/radio/core/block.o
luajit -bn radio.core.composite ../radio/core/composite.lua build/gen/radio/core/composite.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/composite.c -o build/radio/core/composite.o
luajit -bn radio.core.util ../radio/core/util.lua build/gen/radio/core/util.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/util.c -o build/radio/core/util.o
luajit -bn radio.core.debug ../radio/core/debug.lua build/gen/radio/core/debug.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/core/debug.c -o build/radio/core/debug.o
luajit -bn radio ../radio/init.lua build/gen/radio/init.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/init.c -o build/radio/init.o
luajit -bn radio.blocks.signal.spectrum_utils ../radio/blocks/signal/spectrum_utils.lua build/gen/radio/blocks/signal/spectrum_utils.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/spectrum_utils.c -o build/radio/blocks/signal/spectrum_utils.o
luajit -bn radio.blocks.signal.downsampler ../radio/blocks/signal/downsampler.lua build/gen/radio/blocks/signal/downsampler.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/downsampler.c -o build/radio/blocks/signal/downsampler.o
luajit -bn radio.blocks.signal.frequencytranslator ../radio/blocks/signal/frequencytranslator.lua build/gen/radio/blocks/signal/frequencytranslator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/frequencytranslator.c -o build/radio/blocks/signal/frequencytranslator.o
luajit -bn radio.blocks.signal.complextofloat ../radio/blocks/signal/complextofloat.lua build/gen/radio/blocks/signal/complextofloat.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complextofloat.c -o build/radio/blocks/signal/complextofloat.o
luajit -bn radio.blocks.signal.differentialdecoder ../radio/blocks/signal/differentialdecoder.lua build/gen/radio/blocks/signal/differentialdecoder.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/differentialdecoder.c -o build/radio/blocks/signal/differentialdecoder.o
luajit -bn radio.blocks.signal.interleave ../radio/blocks/signal/interleave.lua build/gen/radio/blocks/signal/interleave.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/interleave.c -o build/radio/blocks/signal/interleave.o
luajit -bn radio.blocks.signal.sampler ../radio/blocks/signal/sampler.lua build/gen/radio/blocks/signal/sampler.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/sampler.c -o build/radio/blocks/signal/sampler.o
luajit -bn radio.blocks.signal.multiplyconstant ../radio/blocks/signal/multiplyconstant.lua build/gen/radio/blocks/signal/multiplyconstant.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/multiplyconstant.c -o build/radio/blocks/signal/multiplyconstant.o
luajit -bn radio.blocks.signal.absolutevalue ../radio/blocks/signal/absolutevalue.lua build/gen/radio/blocks/signal/absolutevalue.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/absolutevalue.c -o build/radio/blocks/signal/absolutevalue.o
luajit -bn radio.blocks.signal.deinterleave ../radio/blocks/signal/deinterleave.lua build/gen/radio/blocks/signal/deinterleave.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/deinterleave.c -o build/radio/blocks/signal/deinterleave.o
luajit -bn radio.blocks.signal.hilberttransform ../radio/blocks/signal/hilberttransform.lua build/gen/radio/blocks/signal/hilberttransform.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/hilberttransform.c -o build/radio/blocks/signal/hilberttransform.o
luajit -bn radio.blocks.signal.complextoreal ../radio/blocks/signal/complextoreal.lua build/gen/radio/blocks/signal/complextoreal.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complextoreal.c -o build/radio/blocks/signal/complextoreal.o
luajit -bn radio.blocks.signal.complexconjugate ../radio/blocks/signal/complexconjugate.lua build/gen/radio/blocks/signal/complexconjugate.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complexconjugate.c -o build/radio/blocks/signal/complexconjugate.o
luajit -bn radio.blocks.signal.complexbandstopfilter ../radio/blocks/signal/complexbandstopfilter.lua build/gen/radio/blocks/signal/complexbandstopfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complexbandstopfilter.c -o build/radio/blocks/signal/complexbandstopfilter.o
luajit -bn radio.blocks.signal.iirfilter ../radio/blocks/signal/iirfilter.lua build/gen/radio/blocks/signal/iirfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/iirfilter.c -o build/radio/blocks/signal/iirfilter.o
luajit -bn radio.blocks.signal.singlepolehighpassfilter ../radio/blocks/signal/singlepolehighpassfilter.lua build/gen/radio/blocks/signal/singlepolehighpassfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/singlepolehighpassfilter.c -o build/radio/blocks/signal/singlepolehighpassfilter.o
luajit -bn radio.blocks.signal.nop ../radio/blocks/signal/nop.lua build/gen/radio/blocks/signal/nop.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/nop.c -o build/radio/blocks/signal/nop.o
luajit -bn radio.blocks.signal.agc ../radio/blocks/signal/agc.lua build/gen/radio/blocks/signal/agc.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/agc.c -o build/radio/blocks/signal/agc.o
luajit -bn radio.blocks.signal.complexbandpassfilter ../radio/blocks/signal/complexbandpassfilter.lua build/gen/radio/blocks/signal/complexbandpassfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complexbandpassfilter.c -o build/radio/blocks/signal/complexbandpassfilter.o
luajit -bn radio.blocks.signal.complexphase ../radio/blocks/signal/complexphase.lua build/gen/radio/blocks/signal/complexphase.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complexphase.c -o build/radio/blocks/signal/complexphase.o
luajit -bn radio.blocks.signal.firfilter ../radio/blocks/signal/firfilter.lua build/gen/radio/blocks/signal/firfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/firfilter.c -o build/radio/blocks/signal/firfilter.o
luajit -bn radio.blocks.signal.throttle ../radio/blocks/signal/throttle.lua build/gen/radio/blocks/signal/throttle.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/throttle.c -o build/radio/blocks/signal/throttle.o
luajit -bn radio.blocks.signal.frequencydiscriminator ../radio/blocks/signal/frequencydiscriminator.lua build/gen/radio/blocks/signal/frequencydiscriminator.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/frequencydiscriminator.c -o build/radio/blocks/signal/frequencydiscriminator.o
luajit -bn radio.blocks.signal.add ../radio/blocks/signal/add.lua build/gen/radio/blocks/signal/add.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/add.c -o build/radio/blocks/signal/add.o
luajit -bn radio.blocks.signal.multiplyconjugate ../radio/blocks/signal/multiplyconjugate.lua build/gen/radio/blocks/signal/multiplyconjugate.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/multiplyconjugate.c -o build/radio/blocks/signal/multiplyconjugate.o
luajit -bn radio.blocks.signal.realtocomplex ../radio/blocks/signal/realtocomplex.lua build/gen/radio/blocks/signal/realtocomplex.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/realtocomplex.c -o build/radio/blocks/signal/realtocomplex.o
luajit -bn radio.blocks.signal.zerocrossingclockrecovery ../radio/blocks/signal/zerocrossingclockrecovery.lua build/gen/radio/blocks/signal/zerocrossingclockrecovery.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/zerocrossingclockrecovery.c -o build/radio/blocks/signal/zerocrossingclockrecovery.o
luajit -bn radio.blocks.signal.addconstant ../radio/blocks/signal/addconstant.lua build/gen/radio/blocks/signal/addconstant.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/addconstant.c -o build/radio/blocks/signal/addconstant.o
luajit -bn radio.blocks.signal.window_utils ../radio/blocks/signal/window_utils.lua build/gen/radio/blocks/signal/window_utils.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/window_utils.c -o build/radio/blocks/signal/window_utils.o
luajit -bn radio.blocks.signal.multiply ../radio/blocks/signal/multiply.lua build/gen/radio/blocks/signal/multiply.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/multiply.c -o build/radio/blocks/signal/multiply.o
luajit -bn radio.blocks.signal.singlepolelowpassfilter ../radio/blocks/signal/singlepolelowpassfilter.lua build/gen/radio/blocks/signal/singlepolelowpassfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/singlepolelowpassfilter.c -o build/radio/blocks/signal/singlepolelowpassfilter.o
luajit -bn radio.blocks.signal.slicer ../radio/blocks/signal/slicer.lua build/gen/radio/blocks/signal/slicer.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/slicer.c -o build/radio/blocks/signal/slicer.o
luajit -bn radio.blocks.signal.fmdeemphasisfilter ../radio/blocks/signal/fmdeemphasisfilter.lua build/gen/radio/blocks/signal/fmdeemphasisfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/fmdeemphasisfilter.c -o build/radio/blocks/signal/fmdeemphasisfilter.o
luajit -bn radio.blocks.signal.complextoimag ../radio/blocks/signal/complextoimag.lua build/gen/radio/blocks/signal/complextoimag.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complextoimag.c -o build/radio/blocks/signal/complextoimag.o
luajit -bn radio.blocks.signal.complexmagnitude ../radio/blocks/signal/complexmagnitude.lua build/gen/radio/blocks/signal/complexmagnitude.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/complexmagnitude.c -o build/radio/blocks/signal/complexmagnitude.o
luajit -bn radio.blocks.signal.upsampler ../radio/blocks/signal/upsampler.lua build/gen/radio/blocks/signal/upsampler.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/upsampler.c -o build/radio/blocks/signal/upsampler.o
luajit -bn radio.blocks.signal.lowpassfilter ../radio/blocks/signal/lowpassfilter.lua build/gen/radio/blocks/signal/lowpassfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/lowpassfilter.c -o build/radio/blocks/signal/lowpassfilter.o
luajit -bn radio.blocks.signal.binaryphasecorrector ../radio/blocks/signal/binaryphasecorrector.lua build/gen/radio/blocks/signal/binaryphasecorrector.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/binaryphasecorrector.c -o build/radio/blocks/signal/binaryphasecorrector.o
luajit -bn radio.blocks.signal.rootraisedcosinefilter ../radio/blocks/signal/rootraisedcosinefilter.lua build/gen/radio/blocks/signal/rootraisedcosinefilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/rootraisedcosinefilter.c -o build/radio/blocks/signal/rootraisedcosinefilter.o
luajit -bn radio.blocks.signal.pll ../radio/blocks/signal/pll.lua build/gen/radio/blocks/signal/pll.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/pll.c -o build/radio/blocks/signal/pll.o
luajit -bn radio.blocks.signal.fmpreemphasisfilter ../radio/blocks/signal/fmpreemphasisfilter.lua build/gen/radio/blocks/signal/fmpreemphasisfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/fmpreemphasisfilter.c -o build/radio/blocks/signal/fmpreemphasisfilter.o
luajit -bn radio.blocks.signal.filter_utils ../radio/blocks/signal/filter_utils.lua build/gen/radio/blocks/signal/filter_utils.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/filter_utils.c -o build/radio/blocks/signal/filter_utils.o
luajit -bn radio.blocks.signal.highpassfilter ../radio/blocks/signal/highpassfilter.lua build/gen/radio/blocks/signal/highpassfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/highpassfilter.c -o build/radio/blocks/signal/highpassfilter.o
luajit -bn radio.blocks.signal.manchesterdecoder ../radio/blocks/signal/manchesterdecoder.lua build/gen/radio/blocks/signal/manchesterdecoder.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/manchesterdecoder.c -o build/radio/blocks/signal/manchesterdecoder.o
luajit -bn radio.blocks.signal.powersquelch ../radio/blocks/signal/powersquelch.lua build/gen/radio/blocks/signal/powersquelch.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/powersquelch.c -o build/radio/blocks/signal/powersquelch.o
luajit -bn radio.blocks.signal.delay ../radio/blocks/signal/delay.lua build/gen/radio/blocks/signal/delay.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/delay.c -o build/radio/blocks/signal/delay.o
luajit -bn radio.blocks.signal.bandpassfilter ../radio/blocks/signal/bandpassfilter.lua build/gen/radio/blocks/signal/bandpassfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/bandpassfilter.c -o build/radio/blocks/signal/bandpassfilter.o
luajit -bn radio.blocks.signal.subtract ../radio/blocks/signal/subtract.lua build/gen/radio/blocks/signal/subtract.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/subtract.c -o build/radio/blocks/signal/subtract.o
luajit -bn radio.blocks.signal.floattocomplex ../radio/blocks/signal/floattocomplex.lua build/gen/radio/blocks/signal/floattocomplex.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/floattocomplex.c -o build/radio/blocks/signal/floattocomplex.o
luajit -bn radio.blocks.signal.bandstopfilter ../radio/blocks/signal/bandstopfilter.lua build/gen/radio/blocks/signal/bandstopfilter.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/signal/bandstopfilter.c -o build/radio/blocks/signal/bandstopfilter.o
luajit -bn radio.blocks.sinks.benchmark ../radio/blocks/sinks/benchmark.lua build/gen/radio/blocks/sinks/benchmark.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/benchmark.c -o build/radio/blocks/sinks/benchmark.o
luajit -bn radio.blocks.sinks.json ../radio/blocks/sinks/json.lua build/gen/radio/blocks/sinks/json.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/json.c -o build/radio/blocks/sinks/json.o
luajit -bn radio.blocks.sinks.iqfile ../radio/blocks/sinks/iqfile.lua build/gen/radio/blocks/sinks/iqfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/iqfile.c -o build/radio/blocks/sinks/iqfile.o
luajit -bn radio.blocks.sinks.gnuplotxyplot ../radio/blocks/sinks/gnuplotxyplot.lua build/gen/radio/blocks/sinks/gnuplotxyplot.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/gnuplotxyplot.c -o build/radio/blocks/sinks/gnuplotxyplot.o
luajit -bn radio.blocks.sinks.gnuplotplot ../radio/blocks/sinks/gnuplotplot.lua build/gen/radio/blocks/sinks/gnuplotplot.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/gnuplotplot.c -o build/radio/blocks/sinks/gnuplotplot.o
luajit -bn radio.blocks.sinks.nop ../radio/blocks/sinks/nop.lua build/gen/radio/blocks/sinks/nop.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/nop.c -o build/radio/blocks/sinks/nop.o
luajit -bn radio.blocks.sinks.pulseaudio ../radio/blocks/sinks/pulseaudio.lua build/gen/radio/blocks/sinks/pulseaudio.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/pulseaudio.c -o build/radio/blocks/sinks/pulseaudio.o
luajit -bn radio.blocks.sinks.print ../radio/blocks/sinks/print.lua build/gen/radio/blocks/sinks/print.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/print.c -o build/radio/blocks/sinks/print.o
luajit -bn radio.blocks.sinks.portaudio ../radio/blocks/sinks/portaudio.lua build/gen/radio/blocks/sinks/portaudio.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/portaudio.c -o build/radio/blocks/sinks/portaudio.o
luajit -bn radio.blocks.sinks.wavfile ../radio/blocks/sinks/wavfile.lua build/gen/radio/blocks/sinks/wavfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/wavfile.c -o build/radio/blocks/sinks/wavfile.o
luajit -bn radio.blocks.sinks.soapysdr ../radio/blocks/sinks/soapysdr.lua build/gen/radio/blocks/sinks/soapysdr.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/soapysdr.c -o build/radio/blocks/sinks/soapysdr.o
luajit -bn radio.blocks.sinks.gnuplotspectrum ../radio/blocks/sinks/gnuplotspectrum.lua build/gen/radio/blocks/sinks/gnuplotspectrum.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/gnuplotspectrum.c -o build/radio/blocks/sinks/gnuplotspectrum.o
luajit -bn radio.blocks.sinks.hackrf ../radio/blocks/sinks/hackrf.lua build/gen/radio/blocks/sinks/hackrf.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/hackrf.c -o build/radio/blocks/sinks/hackrf.o
luajit -bn radio.blocks.sinks.rawfile ../radio/blocks/sinks/rawfile.lua build/gen/radio/blocks/sinks/rawfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/rawfile.c -o build/radio/blocks/sinks/rawfile.o
luajit -bn radio.blocks.sinks.uhd ../radio/blocks/sinks/uhd.lua build/gen/radio/blocks/sinks/uhd.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/uhd.c -o build/radio/blocks/sinks/uhd.o
luajit -bn radio.blocks.sinks.realfile ../radio/blocks/sinks/realfile.lua build/gen/radio/blocks/sinks/realfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/realfile.c -o build/radio/blocks/sinks/realfile.o
luajit -bn radio.blocks.sinks.gnuplotwaterfall ../radio/blocks/sinks/gnuplotwaterfall.lua build/gen/radio/blocks/sinks/gnuplotwaterfall.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sinks/gnuplotwaterfall.c -o build/radio/blocks/sinks/gnuplotwaterfall.o
luajit -bn radio.blocks.sources.uniformrandom ../radio/blocks/sources/uniformrandom.lua build/gen/radio/blocks/sources/uniformrandom.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/uniformrandom.c -o build/radio/blocks/sources/uniformrandom.o
luajit -bn radio.blocks.sources.iqfile ../radio/blocks/sources/iqfile.lua build/gen/radio/blocks/sources/iqfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/iqfile.c -o build/radio/blocks/sources/iqfile.o
luajit -bn radio.blocks.sources.signal ../radio/blocks/sources/signal.lua build/gen/radio/blocks/sources/signal.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/signal.c -o build/radio/blocks/sources/signal.o
luajit -bn radio.blocks.sources.sdrplay ../radio/blocks/sources/sdrplay.lua build/gen/radio/blocks/sources/sdrplay.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/sdrplay.c -o build/radio/blocks/sources/sdrplay.o
luajit -bn radio.blocks.sources.zero ../radio/blocks/sources/zero.lua build/gen/radio/blocks/sources/zero.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/zero.c -o build/radio/blocks/sources/zero.o
luajit -bn radio.blocks.sources.pulseaudio ../radio/blocks/sources/pulseaudio.lua build/gen/radio/blocks/sources/pulseaudio.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/pulseaudio.c -o build/radio/blocks/sources/pulseaudio.o
luajit -bn radio.blocks.sources.rtlsdr ../radio/blocks/sources/rtlsdr.lua build/gen/radio/blocks/sources/rtlsdr.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/rtlsdr.c -o build/radio/blocks/sources/rtlsdr.o
luajit -bn radio.blocks.sources.airspy ../radio/blocks/sources/airspy.lua build/gen/radio/blocks/sources/airspy.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/airspy.c -o build/radio/blocks/sources/airspy.o
luajit -bn radio.blocks.sources.wavfile ../radio/blocks/sources/wavfile.lua build/gen/radio/blocks/sources/wavfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/wavfile.c -o build/radio/blocks/sources/wavfile.o
luajit -bn radio.blocks.sources.soapysdr ../radio/blocks/sources/soapysdr.lua build/gen/radio/blocks/sources/soapysdr.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/soapysdr.c -o build/radio/blocks/sources/soapysdr.o
luajit -bn radio.blocks.sources.hackrf ../radio/blocks/sources/hackrf.lua build/gen/radio/blocks/sources/hackrf.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/hackrf.c -o build/radio/blocks/sources/hackrf.o
luajit -bn radio.blocks.sources.rawfile ../radio/blocks/sources/rawfile.lua build/gen/radio/blocks/sources/rawfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/rawfile.c -o build/radio/blocks/sources/rawfile.o
luajit -bn radio.blocks.sources.uhd ../radio/blocks/sources/uhd.lua build/gen/radio/blocks/sources/uhd.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/uhd.c -o build/radio/blocks/sources/uhd.o
luajit -bn radio.blocks.sources.realfile ../radio/blocks/sources/realfile.lua build/gen/radio/blocks/sources/realfile.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/sources/realfile.c -o build/radio/blocks/sources/realfile.o
luajit -bn radio.blocks.protocol.pocsagframer ../radio/blocks/protocol/pocsagframer.lua build/gen/radio/blocks/protocol/pocsagframer.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/protocol/pocsagframer.c -o build/radio/blocks/protocol/pocsagframer.o
luajit -bn radio.blocks.protocol.rdsdecoder ../radio/blocks/protocol/rdsdecoder.lua build/gen/radio/blocks/protocol/rdsdecoder.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/protocol/rdsdecoder.c -o build/radio/blocks/protocol/rdsdecoder.o
luajit -bn radio.blocks.protocol.pocsagdecoder ../radio/blocks/protocol/pocsagdecoder.lua build/gen/radio/blocks/protocol/pocsagdecoder.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/protocol/pocsagdecoder.c -o build/radio/blocks/protocol/pocsagdecoder.o
luajit -bn radio.blocks.protocol.varicodedecoder ../radio/blocks/protocol/varicodedecoder.lua build/gen/radio/blocks/protocol/varicodedecoder.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/protocol/varicodedecoder.c -o build/radio/blocks/protocol/varicodedecoder.o
luajit -bn radio.blocks.protocol.rdsframer ../radio/blocks/protocol/rdsframer.lua build/gen/radio/blocks/protocol/rdsframer.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/protocol/rdsframer.c -o build/radio/blocks/protocol/rdsframer.o
luajit -bn radio.blocks.protocol.ax25framer ../radio/blocks/protocol/ax25framer.lua build/gen/radio/blocks/protocol/ax25framer.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/protocol/ax25framer.c -o build/radio/blocks/protocol/ax25framer.o
luajit -bn radio.blocks ../radio/blocks/init.lua build/gen/radio/blocks/init.c
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c build/gen/radio/blocks/init.c -o build/radio/blocks/init.o
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -c luaradio.c -o build/luaradio.o
cc -std=c99 -D_DEFAULT_SOURCE -I/usr/include/luajit-2.1 -fPIC -O3 -DVERSION_MAJOR=0 -DVERSION_MINOR=5 -DVERSION_PATCH=1 -DVERSION_COMMIT=\"v0.5.1-1-gb165982\" -Wall -Wextra -Wcast-align -Wcast-qual -Wimplicit -Wpointer-arith -Wswitch -Wredundant-decls -Wreturn-type -Wshadow -Wunused -Wno-unused-parameter -shared -Wl,-soname,libluaradio.so.0 -o build/libluaradio.so.0.5.1 build/radio/composites/pocsagreceiver.o build/radio/composites/tuner.o build/radio/composites/ssbdemodulator.o build/radio/composites/wbfmmonodemodulator.o build/radio/composites/decimator.o build/radio/composites/ax25receiver.o build/radio/composites/nbfmdemodulator.o build/radio/composites/ssbmodulator.o build/radio/composites/amsynchronousdemodulator.o build/radio/composites/wbfmstereodemodulator.o build/radio/composites/bpsk31receiver.o build/radio/composites/amenvelopedemodulator.o build/radio/composites/rationalresampler.o build/radio/composites/init.o build/radio/composites/interpolator.o build/radio/composites/rdsreceiver.o build/radio/thirdparty/json.o build/radio/thirdparty/MessagePack.o build/radio/types/byte.o build/radio/types/float32.o build/radio/types/cstruct.o build/radio/types/bit.o build/radio/types/object.o build/radio/types/init.o build/radio/types/complexfloat32.o build/radio/core/class.o build/radio/core/async.o build/radio/core/pipe.o build/radio/core/event.o build/radio/core/vector.o build/radio/core/platform.o build/radio/core/block.o build/radio/core/composite.o build/radio/core/util.o build/radio/core/debug.o build/radio/init.o build/radio/blocks/signal/spectrum_utils.o build/radio/blocks/signal/downsampler.o build/radio/blocks/signal/frequencytranslator.o build/radio/blocks/signal/complextofloat.o build/radio/blocks/signal/differentialdecoder.o build/radio/blocks/signal/interleave.o build/radio/blocks/signal/sampler.o build/radio/blocks/signal/multiplyconstant.o build/radio/blocks/signal/absolutevalue.o build/radio/blocks/signal/deinterleave.o build/radio/blocks/signal/hilberttransform.o build/radio/blocks/signal/complextoreal.o build/radio/blocks/signal/complexconjugate.o build/radio/blocks/signal/complexbandstopfilter.o build/radio/blocks/signal/iirfilter.o build/radio/blocks/signal/singlepolehighpassfilter.o build/radio/blocks/signal/nop.o build/radio/blocks/signal/agc.o build/radio/blocks/signal/complexbandpassfilter.o build/radio/blocks/signal/complexphase.o build/radio/blocks/signal/firfilter.o build/radio/blocks/signal/throttle.o build/radio/blocks/signal/frequencydiscriminator.o build/radio/blocks/signal/add.o build/radio/blocks/signal/multiplyconjugate.o build/radio/blocks/signal/realtocomplex.o build/radio/blocks/signal/zerocrossingclockrecovery.o build/radio/blocks/signal/addconstant.o build/radio/blocks/signal/window_utils.o build/radio/blocks/signal/multiply.o build/radio/blocks/signal/singlepolelowpassfilter.o build/radio/blocks/signal/slicer.o build/radio/blocks/signal/fmdeemphasisfilter.o build/radio/blocks/signal/complextoimag.o build/radio/blocks/signal/complexmagnitude.o build/radio/blocks/signal/upsampler.o build/radio/blocks/signal/lowpassfilter.o build/radio/blocks/signal/binaryphasecorrector.o build/radio/blocks/signal/rootraisedcosinefilter.o build/radio/blocks/signal/pll.o build/radio/blocks/signal/fmpreemphasisfilter.o build/radio/blocks/signal/filter_utils.o build/radio/blocks/signal/highpassfilter.o build/radio/blocks/signal/manchesterdecoder.o build/radio/blocks/signal/powersquelch.o build/radio/blocks/signal/delay.o build/radio/blocks/signal/bandpassfilter.o build/radio/blocks/signal/subtract.o build/radio/blocks/signal/floattocomplex.o build/radio/blocks/signal/bandstopfilter.o build/radio/blocks/sinks/benchmark.o build/radio/blocks/sinks/json.o build/radio/blocks/sinks/iqfile.o build/radio/blocks/sinks/gnuplotxyplot.o build/radio/blocks/sinks/gnuplotplot.o build/radio/blocks/sinks/nop.o build/radio/blocks/sinks/pulseaudio.o build/radio/blocks/sinks/print.o build/radio/blocks/sinks/portaudio.o build/radio/blocks/sinks/wavfile.o build/radio/blocks/sinks/soapysdr.o build/radio/blocks/sinks/gnuplotspectrum.o build/radio/blocks/sinks/hackrf.o build/radio/blocks/sinks/rawfile.o build/radio/blocks/sinks/uhd.o build/radio/blocks/sinks/realfile.o build/radio/blocks/sinks/gnuplotwaterfall.o build/radio/blocks/sources/uniformrandom.o build/radio/blocks/sources/iqfile.o build/radio/blocks/sources/signal.o build/radio/blocks/sources/sdrplay.o build/radio/blocks/sources/zero.o build/radio/blocks/sources/pulseaudio.o build/radio/blocks/sources/rtlsdr.o build/radio/blocks/sources/airspy.o build/radio/blocks/sources/wavfile.o build/radio/blocks/sources/soapysdr.o build/radio/blocks/sources/hackrf.o build/radio/blocks/sources/rawfile.o build/radio/blocks/sources/uhd.o build/radio/blocks/sources/realfile.o build/radio/blocks/protocol/pocsagframer.o build/radio/blocks/protocol/rdsdecoder.o build/radio/blocks/protocol/pocsagdecoder.o build/radio/blocks/protocol/varicodedecoder.o build/radio/blocks/protocol/rdsframer.o build/radio/blocks/protocol/ax25framer.o build/radio/blocks/init.o build/luaradio.o -Wl,-E
ln -sf libluaradio.so.0.5.1 build/libluaradio.so.0
ln -sf libluaradio.so.0.5.1 build/libluaradio.so
ar rcs build/libluaradio.a build/radio/composites/pocsagreceiver.o build/radio/composites/tuner.o build/radio/composites/ssbdemodulator.o build/radio/composites/wbfmmonodemodulator.o build/radio/composites/decimator.o build/radio/composites/ax25receiver.o build/radio/composites/nbfmdemodulator.o build/radio/composites/ssbmodulator.o build/radio/composites/amsynchronousdemodulator.o build/radio/composites/wbfmstereodemodulator.o build/radio/composites/bpsk31receiver.o build/radio/composites/amenvelopedemodulator.o build/radio/composites/rationalresampler.o build/radio/composites/init.o build/radio/composites/interpolator.o build/radio/composites/rdsreceiver.o build/radio/thirdparty/json.o build/radio/thirdparty/MessagePack.o build/radio/types/byte.o build/radio/types/float32.o build/radio/types/cstruct.o build/radio/types/bit.o build/radio/types/object.o build/radio/types/init.o build/radio/types/complexfloat32.o build/radio/core/class.o build/radio/core/async.o build/radio/core/pipe.o build/radio/core/event.o build/radio/core/vector.o build/radio/core/platform.o build/radio/core/block.o build/radio/core/composite.o build/radio/core/util.o build/radio/core/debug.o build/radio/init.o build/radio/blocks/signal/spectrum_utils.o build/radio/blocks/signal/downsampler.o build/radio/blocks/signal/frequencytranslator.o build/radio/blocks/signal/complextofloat.o build/radio/blocks/signal/differentialdecoder.o build/radio/blocks/signal/interleave.o build/radio/blocks/signal/sampler.o build/radio/blocks/signal/multiplyconstant.o build/radio/blocks/signal/absolutevalue.o build/radio/blocks/signal/deinterleave.o build/radio/blocks/signal/hilberttransform.o build/radio/blocks/signal/complextoreal.o build/radio/blocks/signal/complexconjugate.o build/radio/blocks/signal/complexbandstopfilter.o build/radio/blocks/signal/iirfilter.o build/radio/blocks/signal/singlepolehighpassfilter.o build/radio/blocks/signal/nop.o build/radio/blocks/signal/agc.o build/radio/blocks/signal/complexbandpassfilter.o build/radio/blocks/signal/complexphase.o build/radio/blocks/signal/firfilter.o build/radio/blocks/signal/throttle.o build/radio/blocks/signal/frequencydiscriminator.o build/radio/blocks/signal/add.o build/radio/blocks/signal/multiplyconjugate.o build/radio/blocks/signal/realtocomplex.o build/radio/blocks/signal/zerocrossingclockrecovery.o build/radio/blocks/signal/addconstant.o build/radio/blocks/signal/window_utils.o build/radio/blocks/signal/multiply.o build/radio/blocks/signal/singlepolelowpassfilter.o build/radio/blocks/signal/slicer.o build/radio/blocks/signal/fmdeemphasisfilter.o build/radio/blocks/signal/complextoimag.o build/radio/blocks/signal/complexmagnitude.o build/radio/blocks/signal/upsampler.o build/radio/blocks/signal/lowpassfilter.o build/radio/blocks/signal/binaryphasecorrector.o build/radio/blocks/signal/rootraisedcosinefilter.o build/radio/blocks/signal/pll.o build/radio/blocks/signal/fmpreemphasisfilter.o build/radio/blocks/signal/filter_utils.o build/radio/blocks/signal/highpassfilter.o build/radio/blocks/signal/manchesterdecoder.o build/radio/blocks/signal/powersquelch.o build/radio/blocks/signal/delay.o build/radio/blocks/signal/bandpassfilter.o build/radio/blocks/signal/subtract.o build/radio/blocks/signal/floattocomplex.o build/radio/blocks/signal/bandstopfilter.o build/radio/blocks/sinks/benchmark.o build/radio/blocks/sinks/json.o build/radio/blocks/sinks/iqfile.o build/radio/blocks/sinks/gnuplotxyplot.o build/radio/blocks/sinks/gnuplotplot.o build/radio/blocks/sinks/nop.o build/radio/blocks/sinks/pulseaudio.o build/radio/blocks/sinks/print.o build/radio/blocks/sinks/portaudio.o build/radio/blocks/sinks/wavfile.o build/radio/blocks/sinks/soapysdr.o build/radio/blocks/sinks/gnuplotspectrum.o build/radio/blocks/sinks/hackrf.o build/radio/blocks/sinks/rawfile.o build/radio/blocks/sinks/uhd.o build/radio/blocks/sinks/realfile.o build/radio/blocks/sinks/gnuplotwaterfall.o build/radio/blocks/sources/uniformrandom.o build/radio/blocks/sources/iqfile.o build/radio/blocks/sources/signal.o build/radio/blocks/sources/sdrplay.o build/radio/blocks/sources/zero.o build/radio/blocks/sources/pulseaudio.o build/radio/blocks/sources/rtlsdr.o build/radio/blocks/sources/airspy.o build/radio/blocks/sources/wavfile.o build/radio/blocks/sources/soapysdr.o build/radio/blocks/sources/hackrf.o build/radio/blocks/sources/rawfile.o build/radio/blocks/sources/uhd.o build/radio/blocks/sources/realfile.o build/radio/blocks/protocol/pocsagframer.o build/radio/blocks/protocol/rdsdecoder.o build/radio/blocks/protocol/pocsagdecoder.o build/radio/blocks/protocol/varicodedecoder.o build/radio/blocks/protocol/rdsframer.o build/radio/blocks/protocol/ax25framer.o build/radio/blocks/init.o build/luaradio.o
chino@kafu:~/luaradio/embed$ sudo make install
install -d /usr/local/lib
install -m755 build/libluaradio.a /usr/local/lib/libluaradio.a
install -m755 build/libluaradio.so /usr/local/lib/libluaradio.so.0.5.1
ln -sf libluaradio.so.0.5.1 /usr/local/lib/libluaradio.so.0
ln -sf libluaradio.so.0.5.1 /usr/local/lib/libluaradio.so
install -d /usr/local/include
install -m644 luaradio.h /usr/local/include/luaradio.h
install -d /usr/lib/x86_64-linux-gnu/lua/5.1
ln -sf /usr/local/lib/libluaradio.so.0.5.1 /usr/lib/x86_64-linux-gnu/lua/5.1/radio.so
install -d /usr/local/bin
install -m755 ../luaradio /usr/local/bin/luaradio
install -d /usr/local/share/licenses/luaradio
install -m644 ../LICENSE /usr/local/share/licenses/luaradio/LICENSE
chino@kafu:~/luaradio/embed$ sudo apt-get install fftw3 libfftw3-dev liquid-dsp
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
注意、'fftw3' の代わりに 'libfftw3-3' を選択します
E: パッケージ liquid-dsp が見つかりません
chino@kafu:~/luaradio/embed$ sudo apt-get install libfftw3-3 libfftw3-dev
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
libfftw3-dev はすでに最新バージョン (3.3.7-1) です。
libfftw3-3 はすでに最新バージョン (3.3.7-1) です。
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 212 個。
chino@kafu:~/luaradio/embed$ sudo apt-get install liquid-dsp
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
E: パッケージ liquid-dsp が見つかりません
chino@kafu:~/luaradio/embed$ sudo apt-get install boost
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
E: パッケージ boost が見つかりません
chino@kafu:~/luaradio/embed$ sudo apt-get install libboost-all-dev
パッケージリストを読み込んでいます... 完了
依存関係ツリーを作成しています
状態情報を読み取っています... 完了
libboost-all-dev はすでに最新バージョン (1.65.1.0ubuntu1) です。
アップグレード: 0 個、新規インストール: 0 個、削除: 0 個、保留: 212 個。
chino@kafu:~/luaradio/embed$ cd
chino@kafu:~$ git clone https://github.com/gnuradio/volk.git
Cloning into 'volk'...
remote: Enumerating objects: 40, done.
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 7792 (delta 15), reused 31 (delta 15), pack-reused 7752
Receiving objects: 100% (7792/7792), 2.13 MiB | 1.12 MiB/s, done.
Resolving deltas: 100% (5416/5416), done.
chino@kafu:~$ cd volk/
chino@kafu:~/volk$ mkdir build
chino@kafu:~/volk$ cd build/
chino@kafu:~/volk/build$ cmake ..
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type not specified: defaulting to release.
-- Build type set to Release.
-- Found Git: /usr/bin/git (found version "2.17.1")
-- Extracting version information from git describe...
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.15", minimum required is "2")
--
-- Python checking for python >= 2.7
-- Python checking for python >= 2.7 - found
--
-- Python checking for mako >= 0.4.2
-- Python checking for mako >= 0.4.2 - found
--
-- Python checking for six - python 2 and 3 compatibility library
-- Python checking for six - python 2 and 3 compatibility library - found
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- filesystem
-- system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'orc-0.4 > 0.4.11'
-- No package 'orc-0.4' found
-- orc files (missing: ORC_LIBRARY ORC_INCLUDE_DIR ORCC_EXECUTABLE)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen dot
-- QA Testing is enabled.
-- Modify using: -DENABLE_TESTING=ON/OFF
-- System profiling is disabled.
-- Modify using: -DENABLE_PROFILING=ON/OFF
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Looking for intrin.h
-- Looking for intrin.h - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Compiler name: GNU
-- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG
-- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG - Failed
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- x86* CPU detected
-- Performing Test have_mfloat_abi_softfp
-- Performing Test have_mfloat_abi_softfp - Failed
-- Performing Test have_mfloat_abi_hard
-- Performing Test have_mfloat_abi_hard - Failed
-- Performing Test have_funsafe_math_optimizations
-- Performing Test have_funsafe_math_optimizations - Success
-- Performing Test have_mfpu_neon
-- Performing Test have_mfpu_neon - Failed
-- Performing Test have_m32
-- Performing Test have_m32 - Failed
-- Performing Test have_m64
-- Performing Test have_m64 - Success
-- Performing Test have_m3dnow
-- Performing Test have_m3dnow - Success
-- Performing Test have_msse4_2
-- Performing Test have_msse4_2 - Success
-- Performing Test have_mpopcnt
-- Performing Test have_mpopcnt - Success
-- Performing Test have_mmmx
-- Performing Test have_mmmx - Success
-- Performing Test have_mfma
-- Performing Test have_mfma - Success
-- Performing Test have_msse
-- Performing Test have_msse - Success
-- Performing Test have_msse2
-- Performing Test have_msse2 - Success
-- Performing Test have_msse3
-- Performing Test have_msse3 - Success
-- Performing Test have_mssse3
-- Performing Test have_mssse3 - Success
-- Performing Test have_msse4a
-- Performing Test have_msse4a - Success
-- Performing Test have_msse4_1
-- Performing Test have_msse4_1 - Success
-- Performing Test have_mavx
-- Performing Test have_mavx - Success
-- Performing Test have_mavx2
-- Performing Test have_mavx2 - Success
-- Performing Test have_mavx512f
-- Performing Test have_mavx512f - Success
-- Performing Test have_mavx512cd
-- Performing Test have_mavx512cd - Success
-- Performing Test neon_compile_result
-- Performing Test neon_compile_result - Failed
-- Compiler doesn't support NEON, Overruled arch neon
-- Compiler doesn't support NEON, Overruled arch neonv7
-- Compiler doesn't support NEON, Overruled arch neonv8
-- ORC support not found, Overruled arch orc
-- Check size of void*[8]
-- Check size of void*[8] - done
-- CPU width is 64 bits, Overruled arch 32
-- Available architectures: generic;64;3dnow;abm;popcount;mmx;fma;sse;sse2;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx;avx2;avx512f;avx512cd
-- Available machines: generic;sse2_64_mmx;sse3_64_mmx;ssse3_64_mmx;sse4_a_64_mmx;sse4_1_64_mmx;sse4_2_64_mmx;avx_64_mmx;avx2_64_mmx;avx512f_64_mmx;avx512cd_64_mmx
-- BUILD TYPE = RELEASE
-- Base cflags = -O3 -DNDEBUG -Wall
-- BUILD INFO ::: generic ::: GNU ::: -O3 -DNDEBUG -Wall
-- BUILD INFO ::: sse2_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2
-- BUILD INFO ::: sse3_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3
-- BUILD INFO ::: ssse3_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3
-- BUILD INFO ::: sse4_a_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -msse4a -mpopcnt
-- BUILD INFO ::: sse4_1_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1
-- BUILD INFO ::: sse4_2_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt
-- BUILD INFO ::: avx_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx
-- BUILD INFO ::: avx2_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -mfma -mavx2
-- BUILD INFO ::: avx512f_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -mfma -mavx2 -mavx512f
-- BUILD INFO ::: avx512cd_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -mfma -mavx2 -mavx512f -mavx512cd
-- Compiler Version: cc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- c flags: -Wall;
-- asm flags:
-- c flags: -Wall;
-- asm flags:
-- Did not find liborc and orcc, disabling orc support...
-- Loading version 1.4.1git into constants...
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/chino/volk/build
chino@kafu:~/volk/build$ make
[ 1%] Generating volk_machine_avx512cd_64_mmx.c
[ 3%] Generating ../include/volk/volk.h
[ 5%] Generating volk.c
[ 7%] Generating ../include/volk/volk_typedefs.h
[ 9%] Generating ../include/volk/volk_cpu.h
[ 11%] Generating volk_cpu.c
[ 13%] Generating ../include/volk/volk_config_fixed.h
[ 15%] Generating volk_machines.h
[ 17%] Generating volk_machines.c
[ 19%] Generating volk_machine_generic.c
[ 21%] Generating volk_machine_sse2_64_mmx.c
[ 23%] Generating volk_machine_sse3_64_mmx.c
[ 25%] Generating volk_machine_ssse3_64_mmx.c
[ 27%] Generating volk_machine_sse4_a_64_mmx.c
[ 29%] Generating volk_machine_sse4_1_64_mmx.c
[ 31%] Generating volk_machine_sse4_2_64_mmx.c
[ 33%] Generating volk_machine_avx_64_mmx.c
[ 35%] Generating volk_machine_avx2_64_mmx.c
[ 37%] Generating volk_machine_avx512f_64_mmx.c
Scanning dependencies of target volk_obj
[ 39%] Building C object lib/CMakeFiles/volk_obj.dir/constants.c.o
[ 41%] Building C object lib/CMakeFiles/volk_obj.dir/volk_prefs.c.o
[ 43%] Building C object lib/CMakeFiles/volk_obj.dir/volk_rank_archs.c.o
[ 45%] Building C object lib/CMakeFiles/volk_obj.dir/volk_malloc.c.o
[ 47%] Building C object lib/CMakeFiles/volk_obj.dir/volk.c.o
[ 49%] Building C object lib/CMakeFiles/volk_obj.dir/volk_cpu.c.o
[ 50%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machines.c.o
[ 52%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_generic.c.o
[ 54%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse2_64_mmx.c.o
[ 56%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse3_64_mmx.c.o
[ 58%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_ssse3_64_mmx.c.o
[ 60%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse4_a_64_mmx.c.o
[ 62%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse4_1_64_mmx.c.o
[ 64%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse4_2_64_mmx.c.o
[ 66%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_avx_64_mmx.c.o
[ 68%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_avx2_64_mmx.c.o
[ 70%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_avx512f_64_mmx.c.o
[ 72%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_avx512cd_64_mmx.c.o
[ 72%] Built target volk_obj
Scanning dependencies of target volk
[ 74%] Linking C shared library libvolk.so
[ 74%] Built target volk
Scanning dependencies of target volk_test_all
[ 76%] Building CXX object lib/CMakeFiles/volk_test_all.dir/testqa.cc.o
[ 78%] Building CXX object lib/CMakeFiles/volk_test_all.dir/qa_utils.cc.o
[ 80%] Linking CXX executable volk_test_all
[ 80%] Built target volk_test_all
Scanning dependencies of target volk-config-info
[ 82%] Building CXX object apps/CMakeFiles/volk-config-info.dir/volk-config-info.cc.o
[ 84%] Building CXX object apps/CMakeFiles/volk-config-info.dir/volk_option_helpers.cc.o
[ 86%] Linking CXX executable volk-config-info
[ 86%] Built target volk-config-info
Scanning dependencies of target volk_profile
[ 88%] Building CXX object apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o
[ 90%] Building CXX object apps/CMakeFiles/volk_profile.dir/__/lib/qa_utils.cc.o
[ 92%] Building CXX object apps/CMakeFiles/volk_profile.dir/volk_option_helpers.cc.o
[ 94%] Linking CXX executable volk_profile
[ 94%] Built target volk_profile
Scanning dependencies of target pygen_python_volk_modtool_54356
[ 96%] Shebangin volk_modtool
[ 96%] Built target pygen_python_volk_modtool_54356
Scanning dependencies of target pygen_python_volk_modtool_4a726
[ 98%] Generating __init__.pyc, cfg.pyc, volk_modtool_generate.pyc
[100%] Generating __init__.pyo, cfg.pyo, volk_modtool_generate.pyo
[100%] Built target pygen_python_volk_modtool_4a726
chino@kafu:~/volk/build$ make test
Running tests...
Test project /home/chino/volk/build
Start 1: qa_volk_16i_32fc_dot_prod_32fc
1/130 Test #1: qa_volk_16i_32fc_dot_prod_32fc ..................... Passed 0.03 sec
Start 2: qa_volk_16i_branch_4_state_8
2/130 Test #2: qa_volk_16i_branch_4_state_8 ....................... Passed 0.00 sec
Start 3: qa_volk_16i_convert_8i
3/130 Test #3: qa_volk_16i_convert_8i ............................. Passed 0.01 sec
Start 4: qa_volk_16i_max_star_16i
4/130 Test #4: qa_volk_16i_max_star_16i ........................... Passed 0.00 sec
Start 5: qa_volk_16i_max_star_horizontal_16i
5/130 Test #5: qa_volk_16i_max_star_horizontal_16i ................ Passed 0.00 sec
Start 6: qa_volk_16i_permute_and_scalar_add
6/130 Test #6: qa_volk_16i_permute_and_scalar_add ................. Passed 0.00 sec
Start 7: qa_volk_16i_s32f_convert_32f
7/130 Test #7: qa_volk_16i_s32f_convert_32f ....................... Passed 0.01 sec
Start 8: qa_volk_16i_x4_quad_max_star_16i
8/130 Test #8: qa_volk_16i_x4_quad_max_star_16i ................... Passed 0.00 sec
Start 9: qa_volk_16i_x5_add_quad_16i_x4
9/130 Test #9: qa_volk_16i_x5_add_quad_16i_x4 ..................... Passed 0.00 sec
Start 10: qa_volk_16ic_convert_32fc
10/130 Test #10: qa_volk_16ic_convert_32fc .......................... Passed 0.01 sec
Start 11: qa_volk_16ic_deinterleave_16i_x2
11/130 Test #11: qa_volk_16ic_deinterleave_16i_x2 ................... Passed 0.01 sec
Start 12: qa_volk_16ic_deinterleave_real_16i
12/130 Test #12: qa_volk_16ic_deinterleave_real_16i ................. Passed 0.01 sec
Start 13: qa_volk_16ic_deinterleave_real_8i
13/130 Test #13: qa_volk_16ic_deinterleave_real_8i .................. Passed 0.01 sec
Start 14: qa_volk_16ic_magnitude_16i
14/130 Test #14: qa_volk_16ic_magnitude_16i .........................***Failed 0.01 sec
Start 15: qa_volk_16ic_s32f_deinterleave_32f_x2
15/130 Test #15: qa_volk_16ic_s32f_deinterleave_32f_x2 .............. Passed 0.01 sec
Start 16: qa_volk_16ic_s32f_deinterleave_real_32f
16/130 Test #16: qa_volk_16ic_s32f_deinterleave_real_32f ............ Passed 0.01 sec
Start 17: qa_volk_16ic_s32f_magnitude_32f
17/130 Test #17: qa_volk_16ic_s32f_magnitude_32f .................... Passed 0.01 sec
Start 18: qa_volk_16ic_x2_dot_prod_16ic
18/130 Test #18: qa_volk_16ic_x2_dot_prod_16ic ...................... Passed 0.01 sec
Start 19: qa_volk_16ic_x2_multiply_16ic
19/130 Test #19: qa_volk_16ic_x2_multiply_16ic ...................... Passed 0.01 sec
Start 20: qa_volk_16u_byteswap
20/130 Test #20: qa_volk_16u_byteswap ............................... Passed 0.00 sec
Start 21: qa_volk_16u_byteswappuppet_16u
21/130 Test #21: qa_volk_16u_byteswappuppet_16u ..................... Passed 0.01 sec
Start 22: qa_volk_32f_64f_add_64f
22/130 Test #22: qa_volk_32f_64f_add_64f ............................ Passed 0.01 sec
Start 23: qa_volk_32f_64f_multiply_64f
23/130 Test #23: qa_volk_32f_64f_multiply_64f ....................... Passed 0.01 sec
Start 24: qa_volk_32f_8u_polarbutterfly_32f
24/130 Test #24: qa_volk_32f_8u_polarbutterfly_32f .................. Passed 0.00 sec
Start 25: qa_volk_32f_8u_polarbutterflypuppet_32f
25/130 Test #25: qa_volk_32f_8u_polarbutterflypuppet_32f ............ Passed 0.01 sec
Start 26: qa_volk_32f_accumulator_s32f
26/130 Test #26: qa_volk_32f_accumulator_s32f ....................... Passed 0.01 sec
Start 27: qa_volk_32f_acos_32f
27/130 Test #27: qa_volk_32f_acos_32f ............................... Passed 0.01 sec
Start 28: qa_volk_32f_asin_32f
28/130 Test #28: qa_volk_32f_asin_32f ............................... Passed 0.02 sec
Start 29: qa_volk_32f_atan_32f
29/130 Test #29: qa_volk_32f_atan_32f ............................... Passed 0.01 sec
Start 30: qa_volk_32f_binary_slicer_32i
30/130 Test #30: qa_volk_32f_binary_slicer_32i ...................... Passed 0.01 sec
Start 31: qa_volk_32f_binary_slicer_8i
31/130 Test #31: qa_volk_32f_binary_slicer_8i ....................... Passed 0.01 sec
Start 32: qa_volk_32f_convert_64f
32/130 Test #32: qa_volk_32f_convert_64f ............................ Passed 0.01 sec
Start 33: qa_volk_32f_cos_32f
33/130 Test #33: qa_volk_32f_cos_32f ................................ Passed 0.02 sec
Start 34: qa_volk_32f_expfast_32f
34/130 Test #34: qa_volk_32f_expfast_32f ............................ Passed 0.01 sec
Start 35: qa_volk_32f_index_max_16u
35/130 Test #35: qa_volk_32f_index_max_16u .......................... Passed 0.01 sec
Start 36: qa_volk_32f_index_max_32u
36/130 Test #36: qa_volk_32f_index_max_32u .......................... Passed 0.01 sec
Start 37: qa_volk_32f_invsqrt_32f
37/130 Test #37: qa_volk_32f_invsqrt_32f ............................ Passed 0.00 sec
Start 38: qa_volk_32f_log2_32f
38/130 Test #38: qa_volk_32f_log2_32f ............................... Passed 0.01 sec
Start 39: qa_volk_32f_null_32f
39/130 Test #39: qa_volk_32f_null_32f ............................... Passed 0.00 sec
Start 40: qa_volk_32f_s32f_32f_fm_detect_32f
40/130 Test #40: qa_volk_32f_s32f_32f_fm_detect_32f ................. Passed 0.00 sec
Start 41: qa_volk_32f_s32f_calc_spectral_noise_floor_32f
41/130 Test #41: qa_volk_32f_s32f_calc_spectral_noise_floor_32f ..... Passed 0.01 sec
Start 42: qa_volk_32f_s32f_convert_16i
42/130 Test #42: qa_volk_32f_s32f_convert_16i ....................... Passed 0.01 sec
Start 43: qa_volk_32f_s32f_convert_32i
43/130 Test #43: qa_volk_32f_s32f_convert_32i .......................***Failed 0.01 sec
Start 44: qa_volk_32f_s32f_convert_8i
44/130 Test #44: qa_volk_32f_s32f_convert_8i ........................ Passed 0.01 sec
Start 45: qa_volk_32f_s32f_mod_rangepuppet_32f
45/130 Test #45: qa_volk_32f_s32f_mod_rangepuppet_32f ............... Passed 0.01 sec
Start 46: qa_volk_32f_s32f_multiply_32f
46/130 Test #46: qa_volk_32f_s32f_multiply_32f ...................... Passed 0.01 sec
Start 47: qa_volk_32f_s32f_normalize
47/130 Test #47: qa_volk_32f_s32f_normalize ......................... Passed 0.01 sec
Start 48: qa_volk_32f_s32f_power_32f
48/130 Test #48: qa_volk_32f_s32f_power_32f ......................... Passed 0.01 sec
Start 49: qa_volk_32f_s32f_s32f_mod_range_32f
49/130 Test #49: qa_volk_32f_s32f_s32f_mod_range_32f ................ Passed 0.00 sec
Start 50: qa_volk_32f_s32f_stddev_32f
50/130 Test #50: qa_volk_32f_s32f_stddev_32f ........................ Passed 0.01 sec
Start 51: qa_volk_32f_sin_32f
51/130 Test #51: qa_volk_32f_sin_32f ................................ Passed 0.01 sec
Start 52: qa_volk_32f_sqrt_32f
52/130 Test #52: qa_volk_32f_sqrt_32f ............................... Passed 0.01 sec
Start 53: qa_volk_32f_stddev_and_mean_32f_x2
53/130 Test #53: qa_volk_32f_stddev_and_mean_32f_x2 ................. Passed 0.01 sec
Start 54: qa_volk_32f_tan_32f
54/130 Test #54: qa_volk_32f_tan_32f ................................ Passed 0.01 sec
Start 55: qa_volk_32f_tanh_32f
55/130 Test #55: qa_volk_32f_tanh_32f ............................... Passed 0.01 sec
Start 56: qa_volk_32f_x2_add_32f
56/130 Test #56: qa_volk_32f_x2_add_32f ............................. Passed 0.01 sec
Start 57: qa_volk_32f_x2_divide_32f
57/130 Test #57: qa_volk_32f_x2_divide_32f .......................... Passed 0.01 sec
Start 58: qa_volk_32f_x2_dot_prod_16i
58/130 Test #58: qa_volk_32f_x2_dot_prod_16i ........................ Passed 0.01 sec
Start 59: qa_volk_32f_x2_dot_prod_32f
59/130 Test #59: qa_volk_32f_x2_dot_prod_32f ........................ Passed 0.02 sec
Start 60: qa_volk_32f_x2_fm_detectpuppet_32f
60/130 Test #60: qa_volk_32f_x2_fm_detectpuppet_32f ................. Passed 0.01 sec
Start 61: qa_volk_32f_x2_interleave_32fc
61/130 Test #61: qa_volk_32f_x2_interleave_32fc ..................... Passed 0.01 sec
Start 62: qa_volk_32f_x2_max_32f
62/130 Test #62: qa_volk_32f_x2_max_32f ............................. Passed 0.01 sec
Start 63: qa_volk_32f_x2_min_32f
63/130 Test #63: qa_volk_32f_x2_min_32f ............................. Passed 0.01 sec
Start 64: qa_volk_32f_x2_multiply_32f
64/130 Test #64: qa_volk_32f_x2_multiply_32f ........................ Passed 0.01 sec
Start 65: qa_volk_32f_x2_pow_32f
65/130 Test #65: qa_volk_32f_x2_pow_32f ............................. Passed 0.02 sec
Start 66: qa_volk_32f_x2_s32f_interleave_16ic
66/130 Test #66: qa_volk_32f_x2_s32f_interleave_16ic ................***Failed 0.02 sec
Start 67: qa_volk_32f_x2_subtract_32f
67/130 Test #67: qa_volk_32f_x2_subtract_32f ........................ Passed 0.01 sec
Start 68: qa_volk_32f_x3_sum_of_poly_32f
68/130 Test #68: qa_volk_32f_x3_sum_of_poly_32f ..................... Passed 0.02 sec
Start 69: qa_volk_32fc_32f_add_32fc
69/130 Test #69: qa_volk_32fc_32f_add_32fc .......................... Passed 0.01 sec
Start 70: qa_volk_32fc_32f_dot_prod_32fc
70/130 Test #70: qa_volk_32fc_32f_dot_prod_32fc ..................... Passed 0.02 sec
Start 71: qa_volk_32fc_32f_multiply_32fc
71/130 Test #71: qa_volk_32fc_32f_multiply_32fc ..................... Passed 0.01 sec
Start 72: qa_volk_32fc_conjugate_32fc
72/130 Test #72: qa_volk_32fc_conjugate_32fc ........................ Passed 0.02 sec
Start 73: qa_volk_32fc_convert_16ic
73/130 Test #73: qa_volk_32fc_convert_16ic .......................... Passed 0.01 sec
Start 74: qa_volk_32fc_deinterleave_32f_x2
74/130 Test #74: qa_volk_32fc_deinterleave_32f_x2 ................... Passed 0.01 sec
Start 75: qa_volk_32fc_deinterleave_64f_x2
75/130 Test #75: qa_volk_32fc_deinterleave_64f_x2 ................... Passed 0.02 sec
Start 76: qa_volk_32fc_deinterleave_imag_32f
76/130 Test #76: qa_volk_32fc_deinterleave_imag_32f ................. Passed 0.01 sec
Start 77: qa_volk_32fc_deinterleave_real_32f
77/130 Test #77: qa_volk_32fc_deinterleave_real_32f ................. Passed 0.01 sec
Start 78: qa_volk_32fc_deinterleave_real_64f
78/130 Test #78: qa_volk_32fc_deinterleave_real_64f ................. Passed 0.01 sec
Start 79: qa_volk_32fc_index_max_16u
79/130 Test #79: qa_volk_32fc_index_max_16u ......................... Passed 0.01 sec
Start 80: qa_volk_32fc_index_max_32u
80/130 Test #80: qa_volk_32fc_index_max_32u ......................... Passed 0.01 sec
Start 81: qa_volk_32fc_magnitude_32f
81/130 Test #81: qa_volk_32fc_magnitude_32f ......................... Passed 0.02 sec
Start 82: qa_volk_32fc_magnitude_squared_32f
82/130 Test #82: qa_volk_32fc_magnitude_squared_32f ................. Passed 0.02 sec
Start 83: qa_volk_32fc_s32f_atan2_32f
83/130 Test #83: qa_volk_32fc_s32f_atan2_32f ........................ Passed 0.02 sec
Start 84: qa_volk_32fc_s32f_deinterleave_real_16i
84/130 Test #84: qa_volk_32fc_s32f_deinterleave_real_16i ............ Passed 0.01 sec
Start 85: qa_volk_32fc_s32f_magnitude_16i
85/130 Test #85: qa_volk_32fc_s32f_magnitude_16i ....................***Failed 0.01 sec
Start 86: qa_volk_32fc_s32f_power_32fc
86/130 Test #86: qa_volk_32fc_s32f_power_32fc ....................... Passed 0.03 sec
Start 87: qa_volk_32fc_s32f_power_spectrum_32f
87/130 Test #87: qa_volk_32fc_s32f_power_spectrum_32f ............... Passed 0.01 sec
Start 88: qa_volk_32fc_s32f_x2_power_spectral_density_32f
88/130 Test #88: qa_volk_32fc_s32f_x2_power_spectral_density_32f .... Passed 0.00 sec
Start 89: qa_volk_32fc_s32fc_multiply_32fc
89/130 Test #89: qa_volk_32fc_s32fc_multiply_32fc ................... Passed 0.02 sec
Start 90: qa_volk_32fc_s32fc_rotatorpuppet_32fc
90/130 Test #90: qa_volk_32fc_s32fc_rotatorpuppet_32fc .............. Passed 0.02 sec
Start 91: qa_volk_32fc_s32fc_x2_rotator_32fc
91/130 Test #91: qa_volk_32fc_s32fc_x2_rotator_32fc ................. Passed 0.00 sec
Start 92: qa_volk_32fc_x2_add_32fc
92/130 Test #92: qa_volk_32fc_x2_add_32fc ........................... Passed 0.02 sec
Start 93: qa_volk_32fc_x2_conjugate_dot_prod_32fc
93/130 Test #93: qa_volk_32fc_x2_conjugate_dot_prod_32fc ............ Passed 0.02 sec
Start 94: qa_volk_32fc_x2_divide_32fc
94/130 Test #94: qa_volk_32fc_x2_divide_32fc ........................ Passed 0.03 sec
Start 95: qa_volk_32fc_x2_dot_prod_32fc
95/130 Test #95: qa_volk_32fc_x2_dot_prod_32fc ...................... Passed 0.04 sec
Start 96: qa_volk_32fc_x2_multiply_32fc
96/130 Test #96: qa_volk_32fc_x2_multiply_32fc ...................... Passed 0.03 sec
Start 97: qa_volk_32fc_x2_multiply_conjugate_32fc
97/130 Test #97: qa_volk_32fc_x2_multiply_conjugate_32fc ............ Passed 0.03 sec
Start 98: qa_volk_32fc_x2_s32f_square_dist_scalar_mult_32f
98/130 Test #98: qa_volk_32fc_x2_s32f_square_dist_scalar_mult_32f ... Passed 0.02 sec
Start 99: qa_volk_32fc_x2_square_dist_32f
99/130 Test #99: qa_volk_32fc_x2_square_dist_32f .................... Passed 0.02 sec
Start 100: qa_volk_32i_s32f_convert_32f
100/130 Test #100: qa_volk_32i_s32f_convert_32f ....................... Passed 0.01 sec
Start 101: qa_volk_32i_x2_and_32i
101/130 Test #101: qa_volk_32i_x2_and_32i ............................. Passed 0.01 sec
Start 102: qa_volk_32i_x2_or_32i
102/130 Test #102: qa_volk_32i_x2_or_32i .............................. Passed 0.01 sec
Start 103: qa_volk_32u_byteswap
103/130 Test #103: qa_volk_32u_byteswap ............................... Passed 0.00 sec
Start 104: qa_volk_32u_byteswappuppet_32u
104/130 Test #104: qa_volk_32u_byteswappuppet_32u ..................... Passed 0.01 sec
Start 105: qa_volk_32u_popcnt
105/130 Test #105: qa_volk_32u_popcnt ................................. Passed 0.00 sec
Start 106: qa_volk_32u_popcntpuppet_32u
106/130 Test #106: qa_volk_32u_popcntpuppet_32u ....................... Passed 0.01 sec
Start 107: qa_volk_32u_reverse_32u
107/130 Test #107: qa_volk_32u_reverse_32u ............................ Passed 0.02 sec
Start 108: qa_volk_64f_convert_32f
108/130 Test #108: qa_volk_64f_convert_32f ............................ Passed 0.01 sec
Start 109: qa_volk_64f_x2_add_64f
109/130 Test #109: qa_volk_64f_x2_add_64f ............................. Passed 0.02 sec
Start 110: qa_volk_64f_x2_max_64f
110/130 Test #110: qa_volk_64f_x2_max_64f ............................. Passed 0.01 sec
Start 111: qa_volk_64f_x2_min_64f
111/130 Test #111: qa_volk_64f_x2_min_64f ............................. Passed 0.01 sec
Start 112: qa_volk_64f_x2_multiply_64f
112/130 Test #112: qa_volk_64f_x2_multiply_64f ........................ Passed 0.02 sec
Start 113: qa_volk_64u_byteswap
113/130 Test #113: qa_volk_64u_byteswap ............................... Passed 0.00 sec
Start 114: qa_volk_64u_byteswappuppet_64u
114/130 Test #114: qa_volk_64u_byteswappuppet_64u ..................... Passed 0.01 sec
Start 115: qa_volk_64u_popcnt
115/130 Test #115: qa_volk_64u_popcnt ................................. Passed 0.00 sec
Start 116: qa_volk_64u_popcntpuppet_64u
116/130 Test #116: qa_volk_64u_popcntpuppet_64u ....................... Passed 0.01 sec
Start 117: qa_volk_8i_convert_16i
117/130 Test #117: qa_volk_8i_convert_16i ............................. Passed 0.01 sec
Start 118: qa_volk_8i_s32f_convert_32f
118/130 Test #118: qa_volk_8i_s32f_convert_32f ........................ Passed 0.01 sec
Start 119: qa_volk_8ic_deinterleave_16i_x2
119/130 Test #119: qa_volk_8ic_deinterleave_16i_x2 .................... Passed 0.01 sec
Start 120: qa_volk_8ic_deinterleave_real_16i
120/130 Test #120: qa_volk_8ic_deinterleave_real_16i .................. Passed 0.01 sec
Start 121: qa_volk_8ic_deinterleave_real_8i
121/130 Test #121: qa_volk_8ic_deinterleave_real_8i ................... Passed 0.01 sec
Start 122: qa_volk_8ic_s32f_deinterleave_32f_x2
122/130 Test #122: qa_volk_8ic_s32f_deinterleave_32f_x2 ............... Passed 0.01 sec
Start 123: qa_volk_8ic_s32f_deinterleave_real_32f
123/130 Test #123: qa_volk_8ic_s32f_deinterleave_real_32f ............. Passed 0.01 sec
Start 124: qa_volk_8ic_x2_multiply_conjugate_16ic
124/130 Test #124: qa_volk_8ic_x2_multiply_conjugate_16ic ............. Passed 0.01 sec
Start 125: qa_volk_8ic_x2_s32f_multiply_conjugate_32fc
125/130 Test #125: qa_volk_8ic_x2_s32f_multiply_conjugate_32fc ........ Passed 0.01 sec
Start 126: qa_volk_8u_conv_k7_r2puppet_8u
126/130 Test #126: qa_volk_8u_conv_k7_r2puppet_8u ..................... Passed 0.02 sec
Start 127: qa_volk_8u_x2_encodeframepolar_8u
127/130 Test #127: qa_volk_8u_x2_encodeframepolar_8u .................. Passed 0.00 sec
Start 128: qa_volk_8u_x3_encodepolar_8u_x2
128/130 Test #128: qa_volk_8u_x3_encodepolar_8u_x2 .................... Passed 0.00 sec
Start 129: qa_volk_8u_x3_encodepolarpuppet_8u
129/130 Test #129: qa_volk_8u_x3_encodepolarpuppet_8u ................. Passed 0.01 sec
Start 130: qa_volk_8u_x4_conv_k7_r2_8u
130/130 Test #130: qa_volk_8u_x4_conv_k7_r2_8u ........................ Passed 0.00 sec
97% tests passed, 4 tests failed out of 130
Total Test time (real) = 1.50 sec
The following tests FAILED:
14 - qa_volk_16ic_magnitude_16i (Failed)
43 - qa_volk_32f_s32f_convert_32i (Failed)
66 - qa_volk_32f_x2_s32f_interleave_16ic (Failed)
85 - qa_volk_32fc_s32f_magnitude_16i (Failed)
Errors while running CTest
Makefile:108: recipe for target 'test' failed
make: *** [test] Error 8
chino@kafu:~/volk/build$ cd
chino@kafu:~$ rm -rf volk
chino@kafu:~$ git clone https://github.com/gnuradio/volk.git
Cloning into 'volk'...
remote: Enumerating objects: 40, done.
remote: Counting objects: 100% (40/40), done.
remote: Compressing objects: 100% (24/24), done.
remote: Total 7792 (delta 15), reused 31 (delta 15), pack-reused 7752
Receiving objects: 100% (7792/7792), 2.13 MiB | 2.95 MiB/s, done.
Resolving deltas: 100% (5416/5416), done.
chino@kafu:~$ git checkout refs/tags/v1.4
fatal: not a git repository (or any of the parent directories): .git
chino@kafu:~$ cd volk/
chino@kafu:~/volk$ git checkout refs/tags/v1.4
Note: checking out 'refs/tags/v1.4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 17277ed Fix a double include
chino@kafu:~/volk$ git checkout refs/tags/v1.4
Note: checking out 'refs/tags/v1.4'.
You are in 'detached HEAD' state. You can look around, make experimental
changes and commit them, and you can discard any commits you make in this
state without impacting any branches by performing another checkout.
If you want to create a new branch to retain commits you create, you may
do so (now or later) by using -b with the checkout command again. Example:
git checkout -b <new-branch-name>
HEAD is now at 17277ed Fix a double include
chino@kafu:~/volk$ mkdir build
chino@kafu:~/volk$ cd build/
chino@kafu:~/volk/build$ cmake ..
-- The C compiler identification is GNU 7.3.0
-- The CXX compiler identification is GNU 7.3.0
-- Check for working C compiler: /usr/bin/cc
-- Check for working C compiler: /usr/bin/cc -- works
-- Detecting C compiler ABI info
-- Detecting C compiler ABI info - done
-- Detecting C compile features
-- Detecting C compile features - done
-- Check for working CXX compiler: /usr/bin/c++
-- Check for working CXX compiler: /usr/bin/c++ -- works
-- Detecting CXX compiler ABI info
-- Detecting CXX compiler ABI info - done
-- Detecting CXX compile features
-- Detecting CXX compile features - done
-- Build type not specified: defaulting to release.
-- Build type set to Release.
-- Found Git: /usr/bin/git (found version "2.17.1")
-- Extracting version information from git describe...
-- Found PythonInterp: /usr/bin/python2 (found suitable version "2.7.15", minimum required is "2")
--
-- Python checking for python >= 2.7
-- Python checking for python >= 2.7 - found
--
-- Python checking for mako >= 0.4.2
-- Python checking for mako >= 0.4.2 - found
--
-- Python checking for six - python 2 and 3 compatibility library
-- Python checking for six - python 2 and 3 compatibility library - found
-- Boost version: 1.65.1
-- Found the following Boost libraries:
-- filesystem
-- system
-- Found PkgConfig: /usr/bin/pkg-config (found version "0.29.1")
-- Checking for module 'orc-0.4 > 0.4.11'
-- No package 'orc-0.4' found
-- orc files (missing: ORC_LIBRARY ORC_INCLUDE_DIR ORCC_EXECUTABLE)
-- Found Doxygen: /usr/bin/doxygen (found version "1.8.13") found components: doxygen dot
-- QA Testing is enabled.
-- Modify using: -DENABLE_TESTING=ON/OFF
-- System profiling is disabled.
-- Modify using: -DENABLE_PROFILING=ON/OFF
-- Looking for cpuid.h
-- Looking for cpuid.h - found
-- Looking for intrin.h
-- Looking for intrin.h - not found
-- Looking for fenv.h
-- Looking for fenv.h - found
-- Looking for dlfcn.h
-- Looking for dlfcn.h - found
-- Compiler name: GNU
-- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG
-- Performing Test HAVE_WERROR_UNUSED_CMD_LINE_ARG - Failed
-- Looking for posix_memalign
-- Looking for posix_memalign - found
-- x86* CPU detected
-- Performing Test have_mfloat_abi_softfp
-- Performing Test have_mfloat_abi_softfp - Failed
-- Performing Test have_mfloat_abi_hard
-- Performing Test have_mfloat_abi_hard - Failed
-- Performing Test have_mfpu_neon
-- Performing Test have_mfpu_neon - Failed
-- Performing Test have_funsafe_math_optimizations
-- Performing Test have_funsafe_math_optimizations - Success
-- Performing Test have_m32
-- Performing Test have_m32 - Failed
-- Performing Test have_m64
-- Performing Test have_m64 - Success
-- Performing Test have_m3dnow
-- Performing Test have_m3dnow - Success
-- Performing Test have_msse4_2
-- Performing Test have_msse4_2 - Success
-- Performing Test have_mpopcnt
-- Performing Test have_mpopcnt - Success
-- Performing Test have_mmmx
-- Performing Test have_mmmx - Success
-- Performing Test have_mfma
-- Performing Test have_mfma - Success
-- Performing Test have_msse
-- Performing Test have_msse - Success
-- Performing Test have_msse2
-- Performing Test have_msse2 - Success
-- Performing Test have_msse3
-- Performing Test have_msse3 - Success
-- Performing Test have_mssse3
-- Performing Test have_mssse3 - Success
-- Performing Test have_msse4a
-- Performing Test have_msse4a - Success
-- Performing Test have_msse4_1
-- Performing Test have_msse4_1 - Success
-- Performing Test have_mavx
-- Performing Test have_mavx - Success
-- Performing Test have_mavx2
-- Performing Test have_mavx2 - Success
-- ORC support not found, Overruled arch orc
-- Check size of void*[8]
-- Check size of void*[8] - done
-- CPU width is 64 bits, Overruled arch 32
-- Available architectures: generic;64;3dnow;abm;popcount;mmx;fma;sse;sse2;norc;sse3;ssse3;sse4_a;sse4_1;sse4_2;avx;avx2
-- Available machines: generic;sse2_64_mmx;sse3_64_mmx;ssse3_64_mmx;sse4_a_64_mmx;sse4_1_64_mmx;sse4_2_64_mmx;avx_64_mmx;avx2_64_mmx
-- BUILD TYPE = RELEASE
-- Base cflags = -O3 -DNDEBUG -Wall
-- BUILD INFO ::: generic ::: GNU ::: -O3 -DNDEBUG -Wall
-- BUILD INFO ::: sse2_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2
-- BUILD INFO ::: sse3_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3
-- BUILD INFO ::: ssse3_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3
-- BUILD INFO ::: sse4_a_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -msse4a -mpopcnt
-- BUILD INFO ::: sse4_1_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1
-- BUILD INFO ::: sse4_2_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt
-- BUILD INFO ::: avx_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx
-- BUILD INFO ::: avx2_64_mmx ::: GNU ::: -O3 -DNDEBUG -Wall -m64 -mmmx -msse -msse2 -msse3 -mssse3 -msse4.1 -msse4.2 -mpopcnt -mavx -mfma -mavx2
-- Compiler Version: cc (Ubuntu 7.3.0-27ubuntu1~18.04) 7.3.0
Copyright (C) 2017 Free Software Foundation, Inc.
This is free software; see the source for copying conditions. There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.
-- The ASM compiler identification is GNU
-- Found assembler: /usr/bin/cc
-- c flags: -Wall;
-- asm flags:
-- Did not find liborc and orcc, disabling orc support...
-- Loading version 1.4 into constants...
-- Using install prefix: /usr/local
-- Configuring done
-- Generating done
-- Build files have been written to: /home/chino/volk/build
chino@kafu:~/volk/build$ make
[ 2%] Generating volk_machine_avx2_64_mmx.c
[ 4%] Generating ../include/volk/volk.h
[ 6%] Generating volk.c
[ 8%] Generating ../include/volk/volk_typedefs.h
[ 10%] Generating ../include/volk/volk_cpu.h
[ 12%] Generating volk_cpu.c
[ 14%] Generating ../include/volk/volk_config_fixed.h
[ 17%] Generating volk_machines.h
[ 19%] Generating volk_machines.c
[ 21%] Generating volk_machine_generic.c
[ 23%] Generating volk_machine_sse2_64_mmx.c
[ 25%] Generating volk_machine_sse3_64_mmx.c
[ 27%] Generating volk_machine_ssse3_64_mmx.c
[ 29%] Generating volk_machine_sse4_a_64_mmx.c
[ 31%] Generating volk_machine_sse4_1_64_mmx.c
[ 34%] Generating volk_machine_sse4_2_64_mmx.c
[ 36%] Generating volk_machine_avx_64_mmx.c
Scanning dependencies of target volk_obj
[ 38%] Building C object lib/CMakeFiles/volk_obj.dir/constants.c.o
[ 40%] Building C object lib/CMakeFiles/volk_obj.dir/volk_prefs.c.o
[ 42%] Building C object lib/CMakeFiles/volk_obj.dir/volk_rank_archs.c.o
[ 44%] Building C object lib/CMakeFiles/volk_obj.dir/volk_malloc.c.o
[ 46%] Building C object lib/CMakeFiles/volk_obj.dir/volk.c.o
[ 48%] Building C object lib/CMakeFiles/volk_obj.dir/volk_cpu.c.o
[ 51%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machines.c.o
[ 53%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_generic.c.o
[ 55%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse2_64_mmx.c.o
[ 57%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse3_64_mmx.c.o
[ 59%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_ssse3_64_mmx.c.o
[ 61%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse4_a_64_mmx.c.o
[ 63%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse4_1_64_mmx.c.o
[ 65%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_sse4_2_64_mmx.c.o
[ 68%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_avx_64_mmx.c.o
[ 70%] Building C object lib/CMakeFiles/volk_obj.dir/volk_machine_avx2_64_mmx.c.o
[ 70%] Built target volk_obj
Scanning dependencies of target volk
[ 72%] Linking C shared library libvolk.so
[ 72%] Built target volk
Scanning dependencies of target volk_test_all
[ 74%] Building CXX object lib/CMakeFiles/volk_test_all.dir/testqa.cc.o
[ 76%] Building CXX object lib/CMakeFiles/volk_test_all.dir/qa_utils.cc.o
[ 78%] Linking CXX executable volk_test_all
[ 78%] Built target volk_test_all
Scanning dependencies of target volk-config-info
[ 80%] Building CXX object apps/CMakeFiles/volk-config-info.dir/volk-config-info.cc.o
[ 82%] Building CXX object apps/CMakeFiles/volk-config-info.dir/volk_option_helpers.cc.o
[ 85%] Linking CXX executable volk-config-info
[ 85%] Built target volk-config-info
Scanning dependencies of target volk_profile
[ 87%] Building CXX object apps/CMakeFiles/volk_profile.dir/volk_profile.cc.o
[ 89%] Building CXX object apps/CMakeFiles/volk_profile.dir/__/lib/qa_utils.cc.o
[ 91%] Building CXX object apps/CMakeFiles/volk_profile.dir/volk_option_helpers.cc.o
[ 93%] Linking CXX executable volk_profile
[ 93%] Built target volk_profile
Scanning dependencies of target pygen_python_volk_modtool_54356
[ 95%] Shebangin volk_modtool
[ 95%] Built target pygen_python_volk_modtool_54356
Scanning dependencies of target pygen_python_volk_modtool_4a726
[ 97%] Generating __init__.pyc, cfg.pyc, volk_modtool_generate.pyc
[100%] Generating __init__.pyo, cfg.pyo, volk_modtool_generate.pyo
[100%] Built target pygen_python_volk_modtool_4a726
chino@kafu:~/volk/build$ make test
Running tests...
Test project /home/chino/volk/build
Start 1: qa_volk_16i_32fc_dot_prod_32fc
1/130 Test #1: qa_volk_16i_32fc_dot_prod_32fc ..................... Passed 0.01 sec
Start 2: qa_volk_16i_branch_4_state_8
2/130 Test #2: qa_volk_16i_branch_4_state_8 ....................... Passed 0.00 sec
Start 3: qa_volk_16i_convert_8i
3/130 Test #3: qa_volk_16i_convert_8i ............................. Passed 0.00 sec
Start 4: qa_volk_16i_max_star_16i
4/130 Test #4: qa_volk_16i_max_star_16i ........................... Passed 0.00 sec
Start 5: qa_volk_16i_max_star_horizontal_16i
5/130 Test #5: qa_volk_16i_max_star_horizontal_16i ................ Passed 0.00 sec
Start 6: qa_volk_16i_permute_and_scalar_add
6/130 Test #6: qa_volk_16i_permute_and_scalar_add ................. Passed 0.00 sec
Start 7: qa_volk_16i_s32f_convert_32f
7/130 Test #7: qa_volk_16i_s32f_convert_32f ....................... Passed 0.01 sec
Start 8: qa_volk_16i_x4_quad_max_star_16i
8/130 Test #8: qa_volk_16i_x4_quad_max_star_16i ................... Passed 0.00 sec
Start 9: qa_volk_16i_x5_add_quad_16i_x4
9/130 Test #9: qa_volk_16i_x5_add_quad_16i_x4 ..................... Passed 0.00 sec
Start 10: qa_volk_16ic_convert_32fc
10/130 Test #10: qa_volk_16ic_convert_32fc .......................... Passed 0.01 sec
Start 11: qa_volk_16ic_deinterleave_16i_x2
11/130 Test #11: qa_volk_16ic_deinterleave_16i_x2 ................... Passed 0.01 sec
Start 12: qa_volk_16ic_deinterleave_real_16i
12/130 Test #12: qa_volk_16ic_deinterleave_real_16i ................. Passed 0.01 sec
Start 13: qa_volk_16ic_deinterleave_real_8i
13/130 Test #13: qa_volk_16ic_deinterleave_real_8i .................. Passed 0.01 sec
Start 14: qa_volk_16ic_magnitude_16i
14/130 Test #14: qa_volk_16ic_magnitude_16i ......................... Passed 0.01 sec
Start 15: qa_volk_16ic_s32f_deinterleave_32f_x2
15/130 Test #15: qa_volk_16ic_s32f_deinterleave_32f_x2 .............. Passed 0.01 sec
Start 16: qa_volk_16ic_s32f_deinterleave_real_32f
16/130 Test #16: qa_volk_16ic_s32f_deinterleave_real_32f ............ Passed 0.01 sec
Start 17: qa_volk_16ic_s32f_magnitude_32f
17/130 Test #17: qa_volk_16ic_s32f_magnitude_32f .................... Passed 0.01 sec
Start 18: qa_volk_16ic_x2_dot_prod_16ic
18/130 Test #18: qa_volk_16ic_x2_dot_prod_16ic ...................... Passed 0.01 sec
Start 19: qa_volk_16ic_x2_multiply_16ic
19/130 Test #19: qa_volk_16ic_x2_multiply_16ic ...................... Passed 0.01 sec
Start 20: qa_volk_16u_byteswap
20/130 Test #20: qa_volk_16u_byteswap ............................... Passed 0.00 sec
Start 21: qa_volk_16u_byteswappuppet_16u
21/130 Test #21: qa_volk_16u_byteswappuppet_16u ..................... Passed 0.01 sec
Start 22: qa_volk_32f_64f_add_64f
22/130 Test #22: qa_volk_32f_64f_add_64f ............................ Passed 0.01 sec
Start 23: qa_volk_32f_64f_multiply_64f
23/130 Test #23: qa_volk_32f_64f_multiply_64f ....................... Passed 0.01 sec
Start 24: qa_volk_32f_8u_polarbutterfly_32f
24/130 Test #24: qa_volk_32f_8u_polarbutterfly_32f .................. Passed 0.00 sec
Start 25: qa_volk_32f_8u_polarbutterflypuppet_32f
25/130 Test #25: qa_volk_32f_8u_polarbutterflypuppet_32f ............ Passed 0.01 sec
Start 26: qa_volk_32f_accumulator_s32f
26/130 Test #26: qa_volk_32f_accumulator_s32f ....................... Passed 0.01 sec
Start 27: qa_volk_32f_acos_32f
27/130 Test #27: qa_volk_32f_acos_32f ............................... Passed 0.01 sec
Start 28: qa_volk_32f_asin_32f
28/130 Test #28: qa_volk_32f_asin_32f ............................... Passed 0.01 sec
Start 29: qa_volk_32f_atan_32f
29/130 Test #29: qa_volk_32f_atan_32f ............................... Passed 0.01 sec
Start 30: qa_volk_32f_binary_slicer_32i
30/130 Test #30: qa_volk_32f_binary_slicer_32i ...................... Passed 0.01 sec
Start 31: qa_volk_32f_binary_slicer_8i
31/130 Test #31: qa_volk_32f_binary_slicer_8i ....................... Passed 0.01 sec
Start 32: qa_volk_32f_convert_64f
32/130 Test #32: qa_volk_32f_convert_64f ............................ Passed 0.01 sec
Start 33: qa_volk_32f_cos_32f
33/130 Test #33: qa_volk_32f_cos_32f ................................ Passed 0.01 sec
Start 34: qa_volk_32f_expfast_32f
34/130 Test #34: qa_volk_32f_expfast_32f ............................ Passed 0.01 sec
Start 35: qa_volk_32f_index_max_16u
35/130 Test #35: qa_volk_32f_index_max_16u .......................... Passed 0.01 sec
Start 36: qa_volk_32f_index_max_32u
36/130 Test #36: qa_volk_32f_index_max_32u .......................... Passed 0.01 sec
Start 37: qa_volk_32f_invsqrt_32f
37/130 Test #37: qa_volk_32f_invsqrt_32f ............................ Passed 0.00 sec
Start 38: qa_volk_32f_log2_32f
38/130 Test #38: qa_volk_32f_log2_32f ............................... Passed 0.01 sec
Start 39: qa_volk_32f_null_32f
39/130 Test #39: qa_volk_32f_null_32f ............................... Passed 0.00 sec
Start 40: qa_volk_32f_s32f_32f_fm_detect_32f
40/130 Test #40: qa_volk_32f_s32f_32f_fm_detect_32f ................. Passed 0.00 sec
Start 41: qa_volk_32f_s32f_calc_spectral_noise_floor_32f
41/130 Test #41: qa_volk_32f_s32f_calc_spectral_noise_floor_32f ..... Passed 0.01 sec
Start 42: qa_volk_32f_s32f_convert_16i
42/130 Test #42: qa_volk_32f_s32f_convert_16i ....................... Passed 0.01 sec
Start 43: qa_volk_32f_s32f_convert_32i
43/130 Test #43: qa_volk_32f_s32f_convert_32i ....................... Passed 0.01 sec
Start 44: qa_volk_32f_s32f_convert_8i
44/130 Test #44: qa_volk_32f_s32f_convert_8i ........................ Passed 0.01 sec
Start 45: qa_volk_32f_s32f_mod_rangepuppet_32f
45/130 Test #45: qa_volk_32f_s32f_mod_rangepuppet_32f ............... Passed 0.01 sec
Start 46: qa_volk_32f_s32f_multiply_32f
46/130 Test #46: qa_volk_32f_s32f_multiply_32f ...................... Passed 0.01 sec
Start 47: qa_volk_32f_s32f_normalize
47/130 Test #47: qa_volk_32f_s32f_normalize ......................... Passed 0.01 sec
Start 48: qa_volk_32f_s32f_power_32f
48/130 Test #48: qa_volk_32f_s32f_power_32f ......................... Passed 0.02 sec
Start 49: qa_volk_32f_s32f_s32f_mod_range_32f
49/130 Test #49: qa_volk_32f_s32f_s32f_mod_range_32f ................ Passed 0.00 sec
Start 50: qa_volk_32f_s32f_stddev_32f
50/130 Test #50: qa_volk_32f_s32f_stddev_32f ........................ Passed 0.01 sec
Start 51: qa_volk_32f_sin_32f
51/130 Test #51: qa_volk_32f_sin_32f ................................ Passed 0.01 sec
Start 52: qa_volk_32f_sqrt_32f
52/130 Test #52: qa_volk_32f_sqrt_32f ............................... Passed 0.01 sec
Start 53: qa_volk_32f_stddev_and_mean_32f_x2
53/130 Test #53: qa_volk_32f_stddev_and_mean_32f_x2 ................. Passed 0.01 sec
Start 54: qa_volk_32f_tan_32f
54/130 Test #54: qa_volk_32f_tan_32f ................................ Passed 0.01 sec
Start 55: qa_volk_32f_tanh_32f
55/130 Test #55: qa_volk_32f_tanh_32f ............................... Passed 0.01 sec
Start 56: qa_volk_32f_x2_add_32f
56/130 Test #56: qa_volk_32f_x2_add_32f ............................. Passed 0.01 sec
Start 57: qa_volk_32f_x2_divide_32f
57/130 Test #57: qa_volk_32f_x2_divide_32f .......................... Passed 0.01 sec
Start 58: qa_volk_32f_x2_dot_prod_16i
58/130 Test #58: qa_volk_32f_x2_dot_prod_16i ........................ Passed 0.01 sec
Start 59: qa_volk_32f_x2_dot_prod_32f
59/130 Test #59: qa_volk_32f_x2_dot_prod_32f ........................ Passed 0.02 sec
Start 60: qa_volk_32f_x2_fm_detectpuppet_32f
60/130 Test #60: qa_volk_32f_x2_fm_detectpuppet_32f ................. Passed 0.01 sec
Start 61: qa_volk_32f_x2_interleave_32fc
61/130 Test #61: qa_volk_32f_x2_interleave_32fc ..................... Passed 0.01 sec
Start 62: qa_volk_32f_x2_max_32f
62/130 Test #62: qa_volk_32f_x2_max_32f ............................. Passed 0.01 sec
Start 63: qa_volk_32f_x2_min_32f
63/130 Test #63: qa_volk_32f_x2_min_32f ............................. Passed 0.01 sec
Start 64: qa_volk_32f_x2_multiply_32f
64/130 Test #64: qa_volk_32f_x2_multiply_32f ........................ Passed 0.01 sec
Start 65: qa_volk_32f_x2_pow_32f
65/130 Test #65: qa_volk_32f_x2_pow_32f ............................. Passed 0.01 sec
Start 66: qa_volk_32f_x2_s32f_interleave_16ic
66/130 Test #66: qa_volk_32f_x2_s32f_interleave_16ic ................ Passed 0.01 sec
Start 67: qa_volk_32f_x2_subtract_32f
67/130 Test #67: qa_volk_32f_x2_subtract_32f ........................ Passed 0.01 sec
Start 68: qa_volk_32f_x3_sum_of_poly_32f
68/130 Test #68: qa_volk_32f_x3_sum_of_poly_32f ..................... Passed 0.01 sec
Start 69: qa_volk_32fc_32f_add_32fc
69/130 Test #69: qa_volk_32fc_32f_add_32fc .......................... Passed 0.01 sec
Start 70: qa_volk_32fc_32f_dot_prod_32fc
70/130 Test #70: qa_volk_32fc_32f_dot_prod_32fc ..................... Passed 0.02 sec
Start 71: qa_volk_32fc_32f_multiply_32fc
71/130 Test #71: qa_volk_32fc_32f_multiply_32fc ..................... Passed 0.01 sec
Start 72: qa_volk_32fc_conjugate_32fc
72/130 Test #72: qa_volk_32fc_conjugate_32fc ........................ Passed 0.02 sec
Start 73: qa_volk_32fc_convert_16ic
73/130 Test #73: qa_volk_32fc_convert_16ic .......................... Passed 0.01 sec
Start 74: qa_volk_32fc_deinterleave_32f_x2
74/130 Test #74: qa_volk_32fc_deinterleave_32f_x2 ................... Passed 0.01 sec
Start 75: qa_volk_32fc_deinterleave_64f_x2
75/130 Test #75: qa_volk_32fc_deinterleave_64f_x2 ................... Passed 0.02 sec
Start 76: qa_volk_32fc_deinterleave_imag_32f
76/130 Test #76: qa_volk_32fc_deinterleave_imag_32f ................. Passed 0.01 sec
Start 77: qa_volk_32fc_deinterleave_real_32f
77/130 Test #77: qa_volk_32fc_deinterleave_real_32f ................. Passed 0.01 sec
Start 78: qa_volk_32fc_deinterleave_real_64f
78/130 Test #78: qa_volk_32fc_deinterleave_real_64f ................. Passed 0.01 sec
Start 79: qa_volk_32fc_index_max_16u
79/130 Test #79: qa_volk_32fc_index_max_16u ......................... Passed 0.01 sec
Start 80: qa_volk_32fc_index_max_32u
80/130 Test #80: qa_volk_32fc_index_max_32u ......................... Passed 0.01 sec
Start 81: qa_volk_32fc_magnitude_32f
81/130 Test #81: qa_volk_32fc_magnitude_32f ......................... Passed 0.02 sec
Start 82: qa_volk_32fc_magnitude_squared_32f
82/130 Test #82: qa_volk_32fc_magnitude_squared_32f ................. Passed 0.02 sec
Start 83: qa_volk_32fc_s32f_atan2_32f
83/130 Test #83: qa_volk_32fc_s32f_atan2_32f ........................ Passed 0.02 sec
Start 84: qa_volk_32fc_s32f_deinterleave_real_16i
84/130 Test #84: qa_volk_32fc_s32f_deinterleave_real_16i ............ Passed 0.01 sec
Start 85: qa_volk_32fc_s32f_magnitude_16i
85/130 Test #85: qa_volk_32fc_s32f_magnitude_16i .................... Passed 0.01 sec
Start 86: qa_volk_32fc_s32f_power_32fc
86/130 Test #86: qa_volk_32fc_s32f_power_32fc ....................... Passed 0.03 sec
Start 87: qa_volk_32fc_s32f_power_spectrum_32f
87/130 Test #87: qa_volk_32fc_s32f_power_spectrum_32f ............... Passed 0.01 sec
Start 88: qa_volk_32fc_s32f_x2_power_spectral_density_32f
88/130 Test #88: qa_volk_32fc_s32f_x2_power_spectral_density_32f .... Passed 0.00 sec
Start 89: qa_volk_32fc_s32fc_multiply_32fc
89/130 Test #89: qa_volk_32fc_s32fc_multiply_32fc ................... Passed 0.02 sec
Start 90: qa_volk_32fc_s32fc_rotatorpuppet_32fc
90/130 Test #90: qa_volk_32fc_s32fc_rotatorpuppet_32fc .............. Passed 0.02 sec
Start 91: qa_volk_32fc_s32fc_x2_rotator_32fc
91/130 Test #91: qa_volk_32fc_s32fc_x2_rotator_32fc ................. Passed 0.00 sec
Start 92: qa_volk_32fc_x2_add_32fc
92/130 Test #92: qa_volk_32fc_x2_add_32fc ........................... Passed 0.02 sec
Start 93: qa_volk_32fc_x2_conjugate_dot_prod_32fc
93/130 Test #93: qa_volk_32fc_x2_conjugate_dot_prod_32fc ............ Passed 0.02 sec
Start 94: qa_volk_32fc_x2_divide_32fc
94/130 Test #94: qa_volk_32fc_x2_divide_32fc ........................ Passed 0.03 sec
Start 95: qa_volk_32fc_x2_dot_prod_32fc
95/130 Test #95: qa_volk_32fc_x2_dot_prod_32fc ...................... Passed 0.04 sec
Start 96: qa_volk_32fc_x2_multiply_32fc
96/130 Test #96: qa_volk_32fc_x2_multiply_32fc ...................... Passed 0.03 sec
Start 97: qa_volk_32fc_x2_multiply_conjugate_32fc
97/130 Test #97: qa_volk_32fc_x2_multiply_conjugate_32fc ............ Passed 0.03 sec
Start 98: qa_volk_32fc_x2_s32f_square_dist_scalar_mult_32f
98/130 Test #98: qa_volk_32fc_x2_s32f_square_dist_scalar_mult_32f ... Passed 0.01 sec
Start 99: qa_volk_32fc_x2_square_dist_32f
99/130 Test #99: qa_volk_32fc_x2_square_dist_32f .................... Passed 0.01 sec
Start 100: qa_volk_32i_s32f_convert_32f
100/130 Test #100: qa_volk_32i_s32f_convert_32f ....................... Passed 0.01 sec
Start 101: qa_volk_32i_x2_and_32i
101/130 Test #101: qa_volk_32i_x2_and_32i ............................. Passed 0.01 sec
Start 102: qa_volk_32i_x2_or_32i
102/130 Test #102: qa_volk_32i_x2_or_32i .............................. Passed 0.01 sec
Start 103: qa_volk_32u_byteswap
103/130 Test #103: qa_volk_32u_byteswap ............................... Passed 0.00 sec
Start 104: qa_volk_32u_byteswappuppet_32u
104/130 Test #104: qa_volk_32u_byteswappuppet_32u ..................... Passed 0.01 sec
Start 105: qa_volk_32u_popcnt
105/130 Test #105: qa_volk_32u_popcnt ................................. Passed 0.00 sec
Start 106: qa_volk_32u_popcntpuppet_32u
106/130 Test #106: qa_volk_32u_popcntpuppet_32u ....................... Passed 0.00 sec
Start 107: qa_volk_32u_reverse_32u
107/130 Test #107: qa_volk_32u_reverse_32u ............................ Passed 0.01 sec
Start 108: qa_volk_64f_convert_32f
108/130 Test #108: qa_volk_64f_convert_32f ............................ Passed 0.01 sec
Start 109: qa_volk_64f_x2_add_64f
109/130 Test #109: qa_volk_64f_x2_add_64f ............................. Passed 0.01 sec
Start 110: qa_volk_64f_x2_max_64f
110/130 Test #110: qa_volk_64f_x2_max_64f ............................. Passed 0.01 sec
Start 111: qa_volk_64f_x2_min_64f
111/130 Test #111: qa_volk_64f_x2_min_64f ............................. Passed 0.01 sec
Start 112: qa_volk_64f_x2_multiply_64f
112/130 Test #112: qa_volk_64f_x2_multiply_64f ........................ Passed 0.02 sec
Start 113: qa_volk_64u_byteswap
113/130 Test #113: qa_volk_64u_byteswap ............................... Passed 0.00 sec
Start 114: qa_volk_64u_byteswappuppet_64u
114/130 Test #114: qa_volk_64u_byteswappuppet_64u ..................... Passed 0.01 sec
Start 115: qa_volk_64u_popcnt
115/130 Test #115: qa_volk_64u_popcnt ................................. Passed 0.00 sec
Start 116: qa_volk_64u_popcntpuppet_64u
116/130 Test #116: qa_volk_64u_popcntpuppet_64u ....................... Passed 0.01 sec
Start 117: qa_volk_8i_convert_16i
117/130 Test #117: qa_volk_8i_convert_16i ............................. Passed 0.00 sec
Start 118: qa_volk_8i_s32f_convert_32f
118/130 Test #118: qa_volk_8i_s32f_convert_32f ........................ Passed 0.01 sec
Start 119: qa_volk_8ic_deinterleave_16i_x2
119/130 Test #119: qa_volk_8ic_deinterleave_16i_x2 .................... Passed 0.01 sec
Start 120: qa_volk_8ic_deinterleave_real_16i
120/130 Test #120: qa_volk_8ic_deinterleave_real_16i .................. Passed 0.01 sec
Start 121: qa_volk_8ic_deinterleave_real_8i
121/130 Test #121: qa_volk_8ic_deinterleave_real_8i ................... Passed 0.01 sec
Start 122: qa_volk_8ic_s32f_deinterleave_32f_x2
122/130 Test #122: qa_volk_8ic_s32f_deinterleave_32f_x2 ............... Passed 0.01 sec
Start 123: qa_volk_8ic_s32f_deinterleave_real_32f
123/130 Test #123: qa_volk_8ic_s32f_deinterleave_real_32f ............. Passed 0.01 sec
Start 124: qa_volk_8ic_x2_multiply_conjugate_16ic
124/130 Test #124: qa_volk_8ic_x2_multiply_conjugate_16ic ............. Passed 0.01 sec
Start 125: qa_volk_8ic_x2_s32f_multiply_conjugate_32fc
125/130 Test #125: qa_volk_8ic_x2_s32f_multiply_conjugate_32fc ........ Passed 0.01 sec
Start 126: qa_volk_8u_conv_k7_r2puppet_8u
126/130 Test #126: qa_volk_8u_conv_k7_r2puppet_8u ..................... Passed 0.00 sec
Start 127: qa_volk_8u_x2_encodeframepolar_8u
127/130 Test #127: qa_volk_8u_x2_encodeframepolar_8u .................. Passed 0.00 sec
Start 128: qa_volk_8u_x3_encodepolar_8u_x2
128/130 Test #128: qa_volk_8u_x3_encodepolar_8u_x2 .................... Passed 0.00 sec
Start 129: qa_volk_8u_x3_encodepolarpuppet_8u
129/130 Test #129: qa_volk_8u_x3_encodepolarpuppet_8u ................. Passed 0.01 sec
Start 130: qa_volk_8u_x4_conv_k7_r2_8u
130/130 Test #130: qa_volk_8u_x4_conv_k7_r2_8u ........................ Passed 0.00 sec
100% tests passed, 0 tests failed out of 130
Total Test time (real) = 1.30 sec
chino@kafu:~/volk/build$ sudo make install
[ 70%] Built target volk_obj
[ 72%] Built target volk
[ 78%] Built target volk_test_all
[ 85%] Built target volk-config-info
[ 93%] Built target volk_profile
[ 95%] Built target pygen_python_volk_modtool_54356
[100%] Built target pygen_python_volk_modtool_4a726
Install the project...
-- Install configuration: "Release"
-- Installing: /usr/local/lib/pkgconfig/volk.pc
-- Installing: /usr/local/include/volk
-- Installing: /usr/local/include/volk/volk_32fc_x2_multiply_32fc.h
-- Installing: /usr/local/include/volk/volk_32fc_s32f_atan2_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_magnitude_squared_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_s32f_magnitude_16i.h
-- Installing: /usr/local/include/volk/volk_32f_accumulator_s32f.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_s32f_mod_range_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_32f_add_32fc.h
-- Installing: /usr/local/include/volk/volk_32f_sqrt_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_x2_divide_32fc.h
-- Installing: /usr/local/include/volk/volk_32f_acos_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_s32fc_multiply_32fc.h
-- Installing: /usr/local/include/volk/volk_16i_x5_add_quad_16i_x4.h
-- Installing: /usr/local/include/volk/volk_32fc_s32f_deinterleave_real_16i.h
-- Installing: /usr/local/include/volk/volk_8u_x2_encodeframepolar_8u.h
-- Installing: /usr/local/include/volk/volk_8i_convert_16i.h
-- Installing: /usr/local/include/volk/volk_32f_sin_32f.h
-- Installing: /usr/local/include/volk/volk_32f_log2_32f.h
-- Installing: /usr/local/include/volk/volk_8ic_x2_s32f_multiply_conjugate_32fc.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_stddev_32f.h
-- Installing: /usr/local/include/volk/volk_16ic_s32f_deinterleave_32f_x2.h
-- Installing: /usr/local/include/volk/volk_32f_8u_polarbutterflypuppet_32f.h
-- Installing: /usr/local/include/volk/volk_8ic_s32f_deinterleave_32f_x2.h
-- Installing: /usr/local/include/volk/volk_16ic_convert_32fc.h
-- Installing: /usr/local/include/volk/volk_16u_byteswap.h
-- Installing: /usr/local/include/volk/volk_16ic_s32f_deinterleave_real_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_deinterleave_real_64f.h
-- Installing: /usr/local/include/volk/volk_32u_popcnt.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_calc_spectral_noise_floor_32f.h
-- Installing: /usr/local/include/volk/volk_32f_invsqrt_32f.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_normalize.h
-- Installing: /usr/local/include/volk/volk_32f_asin_32f.h
-- Installing: /usr/local/include/volk/volk_32f_x2_multiply_32f.h
-- Installing: /usr/local/include/volk/volk_64f_x2_add_64f.h
-- Installing: /usr/local/include/volk/volk_64u_byteswap.h
-- Installing: /usr/local/include/volk/volk_16ic_x2_multiply_16ic.h
-- Installing: /usr/local/include/volk/volk_32f_index_max_32u.h
-- Installing: /usr/local/include/volk/volk_32fc_32f_dot_prod_32fc.h
-- Installing: /usr/local/include/volk/volk_16ic_deinterleave_real_8i.h
-- Installing: /usr/local/include/volk/volk_32i_x2_or_32i.h
-- Installing: /usr/local/include/volk/volk_16ic_deinterleave_16i_x2.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_mod_rangepuppet_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_32f_multiply_32fc.h
-- Installing: /usr/local/include/volk/volk_32fc_index_max_16u.h
-- Installing: /usr/local/include/volk/volk_16ic_deinterleave_real_16i.h
-- Installing: /usr/local/include/volk/volk_16i_max_star_16i.h
-- Installing: /usr/local/include/volk/volk_8ic_s32f_deinterleave_real_32f.h
-- Installing: /usr/local/include/volk/volk_8u_x3_encodepolar_8u_x2.h
-- Installing: /usr/local/include/volk/volk_32fc_x2_add_32fc.h
-- Installing: /usr/local/include/volk/volk_16i_s32f_convert_32f.h
-- Installing: /usr/local/include/volk/volk_16i_convert_8i.h
-- Installing: /usr/local/include/volk/volk_16i_branch_4_state_8.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_convert_8i.h
-- Installing: /usr/local/include/volk/volk_32fc_x2_conjugate_dot_prod_32fc.h
-- Installing: /usr/local/include/volk/volk_32fc_convert_16ic.h
-- Installing: /usr/local/include/volk/volk_32f_binary_slicer_8i.h
-- Installing: /usr/local/include/volk/volk_32f_x2_subtract_32f.h
-- Installing: /usr/local/include/volk/volk_32i_s32f_convert_32f.h
-- Installing: /usr/local/include/volk/volk_32f_64f_add_64f.h
-- Installing: /usr/local/include/volk/volk_32f_x2_min_32f.h
-- Installing: /usr/local/include/volk/volk_32u_popcntpuppet_32u.h
-- Installing: /usr/local/include/volk/volk_32fc_magnitude_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_s32fc_x2_rotator_32fc.h
-- Installing: /usr/local/include/volk/volk_32fc_s32f_x2_power_spectral_density_32f.h
-- Installing: /usr/local/include/volk/volk_32f_x2_fm_detectpuppet_32f.h
-- Installing: /usr/local/include/volk/volk_32f_x3_sum_of_poly_32f.h
-- Installing: /usr/local/include/volk/volk_8i_s32f_convert_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_conjugate_32fc.h
-- Installing: /usr/local/include/volk/volk_32f_atan_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_x2_dot_prod_32fc.h
-- Installing: /usr/local/include/volk/volk_16ic_x2_dot_prod_16ic.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_32f_fm_detect_32f.h
-- Installing: /usr/local/include/volk/volk_16u_byteswappuppet_16u.h
-- Installing: /usr/local/include/volk/volk_16i_max_star_horizontal_16i.h
-- Installing: /usr/local/include/volk/volk_32fc_s32f_power_32fc.h
-- Installing: /usr/local/include/volk/volk_8ic_deinterleave_real_16i.h
-- Installing: /usr/local/include/volk/volk_32f_x2_s32f_interleave_16ic.h
-- Installing: /usr/local/include/volk/volk_32fc_deinterleave_real_32f.h
-- Installing: /usr/local/include/volk/volk_16i_x4_quad_max_star_16i.h
-- Installing: /usr/local/include/volk/volk_32fc_x2_multiply_conjugate_32fc.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_convert_16i.h
-- Installing: /usr/local/include/volk/volk_8ic_x2_multiply_conjugate_16ic.h
-- Installing: /usr/local/include/volk/volk_32fc_s32fc_rotatorpuppet_32fc.h
-- Installing: /usr/local/include/volk/volk_32f_x2_interleave_32fc.h
-- Installing: /usr/local/include/volk/volk_64f_x2_max_64f.h
-- Installing: /usr/local/include/volk/volk_64f_x2_min_64f.h
-- Installing: /usr/local/include/volk/volk_8u_conv_k7_r2puppet_8u.h
-- Installing: /usr/local/include/volk/volk_32f_binary_slicer_32i.h
-- Installing: /usr/local/include/volk/volk_32fc_deinterleave_imag_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_x2_s32f_square_dist_scalar_mult_32f.h
-- Installing: /usr/local/include/volk/volk_8u_x4_conv_k7_r2_8u.h
-- Installing: /usr/local/include/volk/volk_32i_x2_and_32i.h
-- Installing: /usr/local/include/volk/volk_32f_x2_add_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_s32f_power_spectrum_32f.h
-- Installing: /usr/local/include/volk/volk_32f_tan_32f.h
-- Installing: /usr/local/include/volk/volk_32f_null_32f.h
-- Installing: /usr/local/include/volk/volk_32f_x2_dot_prod_16i.h
-- Installing: /usr/local/include/volk/volk_32f_64f_multiply_64f.h
-- Installing: /usr/local/include/volk/volk_16ic_magnitude_16i.h
-- Installing: /usr/local/include/volk/volk_32fc_x2_square_dist_32f.h
-- Installing: /usr/local/include/volk/volk_32f_convert_64f.h
-- Installing: /usr/local/include/volk/volk_32f_cos_32f.h
-- Installing: /usr/local/include/volk/volk_16i_32fc_dot_prod_32fc.h
-- Installing: /usr/local/include/volk/volk_32f_8u_polarbutterfly_32f.h
-- Installing: /usr/local/include/volk/volk_16ic_s32f_magnitude_32f.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_multiply_32f.h
-- Installing: /usr/local/include/volk/volk_8ic_deinterleave_real_8i.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_convert_32i.h
-- Installing: /usr/local/include/volk/volk_8u_x3_encodepolarpuppet_8u.h
-- Installing: /usr/local/include/volk/volk_64f_convert_32f.h
-- Installing: /usr/local/include/volk/volk_32fc_deinterleave_64f_x2.h
-- Installing: /usr/local/include/volk/volk_16i_permute_and_scalar_add.h
-- Installing: /usr/local/include/volk/volk_32u_reverse_32u.h
-- Installing: /usr/local/include/volk/volk_32f_x2_divide_32f.h
-- Installing: /usr/local/include/volk/volk_32f_tanh_32f.h
-- Installing: /usr/local/include/volk/volk_32u_byteswappuppet_32u.h
-- Installing: /usr/local/include/volk/volk_32f_expfast_32f.h
-- Installing: /usr/local/include/volk/asm
-- Installing: /usr/local/include/volk/asm/orc
-- Installing: /usr/local/include/volk/asm/neon
-- Installing: /usr/local/include/volk/volk_64u_popcnt.h
-- Installing: /usr/local/include/volk/volk_32f_x2_dot_prod_32f.h
-- Installing: /usr/local/include/volk/volk_32f_stddev_and_mean_32f_x2.h
-- Installing: /usr/local/include/volk/volk_64f_x2_multiply_64f.h
-- Installing: /usr/local/include/volk/volk_32u_byteswap.h
-- Installing: /usr/local/include/volk/volk_32f_s32f_power_32f.h
-- Installing: /usr/local/include/volk/volk_32f_x2_max_32f.h
-- Installing: /usr/local/include/volk/volk_32f_x2_pow_32f.h
-- Installing: /usr/local/include/volk/volk_8ic_deinterleave_16i_x2.h
-- Installing: /usr/local/include/volk/volk_32f_index_max_16u.h
-- Installing: /usr/local/include/volk/volk_32fc_index_max_32u.h
-- Installing: /usr/local/include/volk/volk_64u_byteswappuppet_64u.h
-- Installing: /usr/local/include/volk/volk_64u_popcntpuppet_64u.h
-- Installing: /usr/local/include/volk/volk_32fc_deinterleave_32f_x2.h
-- Installing: /usr/local/include/volk/volk_prefs.h
-- Installing: /usr/local/include/volk/volk_complex.h
-- Installing: /usr/local/include/volk/volk_common.h
-- Installing: /usr/local/include/volk/saturation_arithmetic.h
-- Installing: /usr/local/include/volk/volk_avx_intrinsics.h
-- Installing: /usr/local/include/volk/volk_sse_intrinsics.h
-- Installing: /usr/local/include/volk/volk_sse3_intrinsics.h
-- Installing: /usr/local/include/volk/volk_neon_intrinsics.h
-- Installing: /usr/local/include/volk/volk.h
-- Installing: /usr/local/include/volk/volk_cpu.h
-- Installing: /usr/local/include/volk/volk_config_fixed.h
-- Installing: /usr/local/include/volk/volk_typedefs.h
-- Installing: /usr/local/include/volk/volk_malloc.h
-- Installing: /usr/local/lib/cmake/volk/VolkConfig.cmake
-- Installing: /usr/local/lib/cmake/volk/VolkConfigVersion.cmake
-- Installing: /usr/local/lib/libvolk.so.1.4
-- Installing: /usr/local/lib/libvolk.so
-- Installing: /usr/local/bin/volk_profile
-- Set runtime path of "/usr/local/bin/volk_profile" to ""
-- Installing: /usr/local/bin/volk-config-info
-- Set runtime path of "/usr/local/bin/volk-config-info" to ""
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/__init__.py
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/cfg.py
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/volk_modtool_generate.py
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/__init__.pyc
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/cfg.pyc
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/volk_modtool_generate.pyc
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/__init__.pyo
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/cfg.pyo
-- Installing: /usr/local/lib/python2.7/dist-packages/volk_modtool/volk_modtool_generate.pyo
-- Installing: /usr/local/bin/volk_modtool
chino@kafu:~/volk/build$ gedit
chino@kafu:~/volk/build$ cd
chino@kafu:~$ cd luaradio/embed/
chino@kafu:~/luaradio/embed$ sudo ldconfig
chino@kafu:~/luaradio/embed$ cd
chino@kafu:~$ luaradio --platform
luajit LuaJIT 2.1.0-beta3
os Linux
arch x64
page size 4096
cpu count 4
cpu model Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
features
fftw3f true
volk true
liquid false
chino@kafu:~$ git clone https://github.com/jgaeddert/liquid-dsp.git
Cloning into 'liquid-dsp'...
remote: Enumerating objects: 51262, done.
remote: Total 51262 (delta 0), reused 0 (delta 0), pack-reused 51262
Receiving objects: 100% (51262/51262), 21.38 MiB | 1.13 MiB/s, done.
Resolving deltas: 100% (31322/31322), done.
chino@kafu:~$ cd liquid-dsp/
chino@kafu:~/liquid-dsp$ ./bootstrap.sh
chino@kafu:~/liquid-dsp$ ./configure
checking for gcc... gcc
checking whether the C compiler works... yes
checking for C compiler default output file name... a.out
checking for suffix of executables...
checking whether we are cross compiling... no
checking for suffix of object files... o
checking whether we are using the GNU C compiler... yes
checking whether gcc accepts -g... yes
checking for gcc option to accept ISO C89... none needed
checking for a sed that does not truncate output... /bin/sed
checking for grep that handles long lines and -e... /bin/grep
checking for a BSD-compatible install... /usr/bin/install -c
checking for ranlib... ranlib
checking for error_at_line... yes
checking how to run the C preprocessor... gcc -E
checking for egrep... /bin/grep -E
checking for ANSI C header files... yes
checking for sys/types.h... yes
checking for sys/stat.h... yes
checking for stdlib.h... yes
checking for string.h... yes
checking for memory.h... yes
checking for strings.h... yes
checking for inttypes.h... yes
checking for stdint.h... yes
checking for unistd.h... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible malloc... yes
checking for stdlib.h... (cached) yes
checking for GNU libc compatible realloc... yes
checking for main in -lc... yes
checking for main in -lm... yes
checking for malloc... yes
checking for realloc... yes
checking for free... yes
checking for memset... yes
checking for memmove... yes
checking for sinf... yes
checking for cosf... yes
checking for expf... yes
checking for cargf... yes
checking for cexpf... yes
checking for crealf... yes
checking for cimagf... yes
checking for sqrtf... yes
checking stdio.h usability... yes
checking stdio.h presence... yes
checking for stdio.h... yes
checking for stdlib.h... (cached) yes
checking complex.h usability... yes
checking complex.h presence... yes
checking for complex.h... yes
checking for string.h... (cached) yes
checking getopt.h usability... yes
checking getopt.h presence... yes
checking for getopt.h... yes
checking sys/resource.h usability... yes
checking sys/resource.h presence... yes
checking for sys/resource.h... yes
checking float.h usability... yes
checking float.h presence... yes
checking for float.h... yes
checking for inttypes.h... (cached) yes
checking limits.h usability... yes
checking limits.h presence... yes
checking for limits.h... yes
checking for stdlib.h... (cached) yes
checking for string.h... (cached) yes
checking for unistd.h... (cached) yes
checking fec.h usability... no
checking fec.h presence... no
checking for fec.h... no
checking fftw3.h usability... yes
checking fftw3.h presence... yes
checking for fftw3.h... yes
checking for fftwf_plan_dft_1d in -lfftw3f... yes
checking for create_viterbi27 in -lfec... no
configure: WARNING: fec library useful but not required
checking for inline... inline
checking for size_t... yes
checking for uint32_t... yes
checking for uint8_t... yes
checking size of int... 4
checking size of unsigned int... 4
checking build system type... x86_64-pc-linux-gnu
checking host system type... x86_64-pc-linux-gnu
checking target system type... x86_64-pc-linux-gnu
checking for x86 cpuid output... unknown
checking for x86 cpuid 0x00000001 output... 806e9:1100800:7ffafbbf:bfebfbff
checking mmintrin.h usability... yes
checking mmintrin.h presence... yes
checking for mmintrin.h... yes
checking xmmintrin.h usability... yes
checking xmmintrin.h presence... yes
checking for xmmintrin.h... yes
checking emmintrin.h usability... yes
checking emmintrin.h presence... yes
checking for emmintrin.h... yes
checking pmmintrin.h usability... yes
checking pmmintrin.h presence... yes
checking for pmmintrin.h... yes
checking tmmintrin.h usability... yes
checking tmmintrin.h presence... yes
checking for tmmintrin.h... yes
checking smmintrin.h usability... yes
checking smmintrin.h presence... yes
checking for smmintrin.h... yes
checking immintrin.h usability... yes
checking immintrin.h presence... yes
checking for immintrin.h... yes
checking whether mmx is supported... yes
checking whether sse is supported... yes
checking whether sse2 is supported... yes
checking whether sse3 is supported... yes
checking whether ssse3 is supported... yes
checking whether sse4.1 is supported... yes
checking whether sse4.2 is supported... yes
checking whether avx is supported... yes
checking whether C compiler accepts -mmmx... yes
checking whether C compiler accepts -msse... yes
checking whether C compiler accepts -msse2... yes
checking whether C compiler accepts -msse3... yes
checking whether C compiler accepts -mssse3... yes
checking whether C compiler accepts -msse4.1... yes
checking whether C compiler accepts -msse4.2... yes
checking whether C compiler accepts -mavx... yes
checking for ar... ar
configure: creating ./config.status
config.status: creating makefile
config.status: creating config.h
chino@kafu:~/liquid-dsp$ make
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/libliquid.o src/libliquid.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/agc/src/agc_crcf.o src/agc/src/agc_crcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/agc/src/agc_rrrf.o src/agc/src/agc_rrrf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/audio/src/cvsd.o src/audio/src/cvsd.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/buffer/src/bufferf.o src/buffer/src/bufferf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/buffer/src/buffercf.o src/buffer/src/buffercf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/channel/src/channel_cccf.o src/channel/src/channel_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/dotprod/src/dotprod_cccf.mmx.o src/dotprod/src/dotprod_cccf.mmx.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/dotprod/src/dotprod_crcf.mmx.o src/dotprod/src/dotprod_crcf.mmx.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/dotprod/src/dotprod_rrrf.mmx.o src/dotprod/src/dotprod_rrrf.mmx.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/dotprod/src/sumsq.mmx.o src/dotprod/src/sumsq.mmx.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/equalization/src/equalizer_cccf.o src/equalization/src/equalizer_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/equalization/src/equalizer_rrrf.o src/equalization/src/equalizer_rrrf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/crc.o src/fec/src/crc.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec.o src/fec/src/fec.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_conv.o src/fec/src/fec_conv.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_conv_poly.o src/fec/src/fec_conv_poly.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_conv_pmatrix.o src/fec/src/fec_conv_pmatrix.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_conv_punctured.o src/fec/src/fec_conv_punctured.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_golay2412.o src/fec/src/fec_golay2412.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_hamming74.o src/fec/src/fec_hamming74.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_hamming84.o src/fec/src/fec_hamming84.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_hamming128.o src/fec/src/fec_hamming128.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_hamming1511.o src/fec/src/fec_hamming1511.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_hamming3126.o src/fec/src/fec_hamming3126.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_hamming128_gentab.o src/fec/src/fec_hamming128_gentab.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_pass.o src/fec/src/fec_pass.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_rep3.o src/fec/src/fec_rep3.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_rep5.o src/fec/src/fec_rep5.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_rs.o src/fec/src/fec_rs.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_secded2216.o src/fec/src/fec_secded2216.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_secded3932.o src/fec/src/fec_secded3932.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/fec_secded7264.o src/fec/src/fec_secded7264.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/interleaver.o src/fec/src/interleaver.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/packetizer.o src/fec/src/packetizer.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fec/src/sumproduct.o src/fec/src/sumproduct.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fft/src/fftf.o src/fft/src/fftf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fft/src/spgramcf.o src/fft/src/spgramcf.c
In file included from src/fft/src/spgramcf.c:52:0:
src/fft/src/spwaterfall.c: In function ‘spwaterfallcf_consolidate_buffer’:
src/fft/src/spwaterfall.c:300:69: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("consolidating... (rollover = %10u, total samples : %16llu, index : %u)\n",
~~~~~^
%16lu
src/fft/src/spwaterfall.c: In function ‘spwaterfallcf_export_gnu’:
src/fft/src/spwaterfall.c:461:35: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("total transforms : %llu\n", SPGRAM(_get_num_transforms_total)(_q->periodogram));
~~~^
%lu
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fft/src/spgramf.o src/fft/src/spgramf.c
In file included from src/fft/src/spgramf.c:52:0:
src/fft/src/spwaterfall.c: In function ‘spwaterfallf_consolidate_buffer’:
src/fft/src/spwaterfall.c:300:69: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 3 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("consolidating... (rollover = %10u, total samples : %16llu, index : %u)\n",
~~~~~^
%16lu
src/fft/src/spwaterfall.c: In function ‘spwaterfallf_export_gnu’:
src/fft/src/spwaterfall.c:461:35: warning: format ‘%llu’ expects argument of type ‘long long unsigned int’, but argument 2 has type ‘uint64_t {aka long unsigned int}’ [-Wformat=]
printf("total transforms : %llu\n", SPGRAM(_get_num_transforms_total)(_q->periodogram));
~~~^
%lu
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/fft/src/fft_utilities.o src/fft/src/fft_utilities.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/bessel.o src/filter/src/bessel.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/butter.o src/filter/src/butter.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/cheby1.o src/filter/src/cheby1.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/cheby2.o src/filter/src/cheby2.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/ellip.o src/filter/src/ellip.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/filter_rrrf.o src/filter/src/filter_rrrf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/filter_crcf.o src/filter/src/filter_crcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/filter_cccf.o src/filter/src/filter_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/firdes.o src/filter/src/firdes.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/firdespm.o src/filter/src/firdespm.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/fnyquist.o src/filter/src/fnyquist.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/gmsk.o src/filter/src/gmsk.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/group_delay.o src/filter/src/group_delay.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/hM3.o src/filter/src/hM3.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/iirdes.pll.o src/filter/src/iirdes.pll.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/iirdes.o src/filter/src/iirdes.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/lpc.o src/filter/src/lpc.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/rcos.o src/filter/src/rcos.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/rkaiser.o src/filter/src/rkaiser.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/filter/src/rrcos.o src/filter/src/rrcos.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/bpacketgen.o src/framing/src/bpacketgen.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/bpacketsync.o src/framing/src/bpacketsync.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/bpresync_cccf.o src/framing/src/bpresync_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/bsync_rrrf.o src/framing/src/bsync_rrrf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/bsync_crcf.o src/framing/src/bsync_crcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/bsync_cccf.o src/framing/src/bsync_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/detector_cccf.o src/framing/src/detector_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/dsssframegen.o src/framing/src/dsssframegen.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/dsssframesync.o src/framing/src/dsssframesync.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/framedatastats.o src/framing/src/framedatastats.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/framesyncstats.o src/framing/src/framesyncstats.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/framegen64.o src/framing/src/framegen64.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/framesync64.o src/framing/src/framesync64.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/flexframegen.o src/framing/src/flexframegen.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/flexframesync.o src/framing/src/flexframesync.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/gmskframegen.o src/framing/src/gmskframegen.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/gmskframesync.o src/framing/src/gmskframesync.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/msourcecf.o src/framing/src/msourcecf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/ofdmflexframegen.o src/framing/src/ofdmflexframegen.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/ofdmflexframesync.o src/framing/src/ofdmflexframesync.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/presync_cccf.o src/framing/src/presync_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/symstreamcf.o src/framing/src/symstreamcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/symtrack_cccf.o src/framing/src/symtrack_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/qdetector_cccf.o src/framing/src/qdetector_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/qpacketmodem.o src/framing/src/qpacketmodem.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/qpilotgen.o src/framing/src/qpilotgen.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/framing/src/qpilotsync.o src/framing/src/qpilotsync.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/poly.o src/math/src/poly.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/polyc.o src/math/src/polyc.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/polyf.o src/math/src/polyf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/polycf.o src/math/src/polycf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/math.o src/math/src/math.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/math.bessel.o src/math/src/math.bessel.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/math.gamma.o src/math/src/math.gamma.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/math.complex.o src/math/src/math.complex.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/math.trig.o src/math/src/math.trig.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/modular_arithmetic.o src/math/src/modular_arithmetic.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/math/src/windows.o src/math/src/windows.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/matrix.o src/matrix/src/matrix.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/matrixf.o src/matrix/src/matrixf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/matrixc.o src/matrix/src/matrixc.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/matrixcf.o src/matrix/src/matrixcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/smatrix.common.o src/matrix/src/smatrix.common.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/smatrixb.o src/matrix/src/smatrixb.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/smatrixf.o src/matrix/src/smatrixf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/matrix/src/smatrixi.o src/matrix/src/smatrixi.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/ampmodem.o src/modem/src/ampmodem.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/cpfskdem.o src/modem/src/cpfskdem.c
src/modem/src/cpfskdem.c: In function ‘cpfskdem_init_coherent’:
src/modem/src/cpfskdem.c:194:11: warning: variable ‘beta’ set but not used [-Wunused-but-set-variable]
float beta = 0.0f;
^~~~
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/cpfskmod.o src/modem/src/cpfskmod.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/fskdem.o src/modem/src/fskdem.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/fskmod.o src/modem/src/fskmod.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/gmskdem.o src/modem/src/gmskdem.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/gmskmod.o src/modem/src/gmskmod.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/modemf.o src/modem/src/modemf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/modem_utilities.o src/modem/src/modem_utilities.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/modem_apsk_const.o src/modem/src/modem_apsk_const.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/modem/src/modem_arb_const.o src/modem/src/modem_arb_const.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/multichannel/src/firpfbch_crcf.o src/multichannel/src/firpfbch_crcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/multichannel/src/firpfbch_cccf.o src/multichannel/src/firpfbch_cccf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/multichannel/src/ofdmframe.common.o src/multichannel/src/ofdmframe.common.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/multichannel/src/ofdmframegen.o src/multichannel/src/ofdmframegen.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/multichannel/src/ofdmframesync.o src/multichannel/src/ofdmframesync.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/nco/src/nco_crcf.o src/nco/src/nco_crcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/nco/src/nco.utilities.o src/nco/src/nco.utilities.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/nco/src/synth_crcf.o src/nco/src/synth_crcf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/optim/src/chromosome.o src/optim/src/chromosome.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/optim/src/gasearch.o src/optim/src/gasearch.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/optim/src/gradsearch.o src/optim/src/gradsearch.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/optim/src/optim.common.o src/optim/src/optim.common.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/optim/src/qnsearch.o src/optim/src/qnsearch.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/optim/src/utilities.o src/optim/src/utilities.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/quantization/src/compand.o src/quantization/src/compand.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/quantization/src/quantizercf.o src/quantization/src/quantizercf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/quantization/src/quantizerf.o src/quantization/src/quantizerf.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/quantization/src/quantizer.inline.o src/quantization/src/quantizer.inline.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/rand.o src/random/src/rand.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/randn.o src/random/src/randn.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/randexp.o src/random/src/randexp.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/randweib.o src/random/src/randweib.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/randgamma.o src/random/src/randgamma.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/randnakm.o src/random/src/randnakm.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/randricek.o src/random/src/randricek.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/random/src/scramble.o src/random/src/scramble.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/sequence/src/bsequence.o src/sequence/src/bsequence.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/sequence/src/msequence.o src/sequence/src/msequence.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/utility/src/bshift_array.o src/utility/src/bshift_array.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/utility/src/byte_utilities.o src/utility/src/byte_utilities.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/utility/src/msb_index.o src/utility/src/msb_index.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/utility/src/pack_bytes.o src/utility/src/pack_bytes.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/utility/src/shift_array.o src/utility/src/shift_array.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/utility/src/utility.o src/utility/src/utility.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorf_add.port.o src/vector/src/vectorf_add.port.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorf_norm.port.o src/vector/src/vectorf_norm.port.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorf_mul.port.o src/vector/src/vectorf_mul.port.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorf_trig.port.o src/vector/src/vectorf_trig.port.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorcf_add.port.o src/vector/src/vectorcf_add.port.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorcf_norm.port.o src/vector/src/vectorcf_norm.port.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorcf_mul.port.o src/vector/src/vectorcf_mul.port.c
gcc -g -O2 -msse4.1 -Wall -fPIC -I. -Iinclude -c -o src/vector/src/vectorcf_trig.port.o src/vector/src/vectorcf_trig.port.c
ar r libliquid.a src/libliquid.o src/agc/src/agc_crcf.o src/agc/src/agc_rrrf.o src/audio/src/cvsd.o src/buffer/src/bufferf.o src/buffer/src/buffercf.o src/channel/src/channel_cccf.o src/dotprod/src/dotprod_cccf.mmx.o src/dotprod/src/dotprod_crcf.mmx.o src/dotprod/src/dotprod_rrrf.mmx.o src/dotprod/src/sumsq.mmx.o src/equalization/src/equalizer_cccf.o src/equalization/src/equalizer_rrrf.o src/fec/src/crc.o src/fec/src/fec.o src/fec/src/fec_conv.o src/fec/src/fec_conv_poly.o src/fec/src/fec_conv_pmatrix.o src/fec/src/fec_conv_punctured.o src/fec/src/fec_golay2412.o src/fec/src/fec_hamming74.o src/fec/src/fec_hamming84.o src/fec/src/fec_hamming128.o src/fec/src/fec_hamming1511.o src/fec/src/fec_hamming3126.o src/fec/src/fec_hamming128_gentab.o src/fec/src/fec_pass.o src/fec/src/fec_rep3.o src/fec/src/fec_rep5.o src/fec/src/fec_rs.o src/fec/src/fec_secded2216.o src/fec/src/fec_secded3932.o src/fec/src/fec_secded7264.o src/fec/src/interleaver.o src/fec/src/packetizer.o src/fec/src/sumproduct.o src/fft/src/fftf.o src/fft/src/spgramcf.o src/fft/src/spgramf.o src/fft/src/fft_utilities.o src/filter/src/bessel.o src/filter/src/butter.o src/filter/src/cheby1.o src/filter/src/cheby2.o src/filter/src/ellip.o src/filter/src/filter_rrrf.o src/filter/src/filter_crcf.o src/filter/src/filter_cccf.o src/filter/src/firdes.o src/filter/src/firdespm.o src/filter/src/fnyquist.o src/filter/src/gmsk.o src/filter/src/group_delay.o src/filter/src/hM3.o src/filter/src/iirdes.pll.o src/filter/src/iirdes.o src/filter/src/lpc.o src/filter/src/rcos.o src/filter/src/rkaiser.o src/filter/src/rrcos.o src/framing/src/bpacketgen.o src/framing/src/bpacketsync.o src/framing/src/bpresync_cccf.o src/framing/src/bsync_rrrf.o src/framing/src/bsync_crcf.o src/framing/src/bsync_cccf.o src/framing/src/detector_cccf.o src/framing/src/dsssframegen.o src/framing/src/dsssframesync.o src/framing/src/framedatastats.o src/framing/src/framesyncstats.o src/framing/src/framegen64.o src/framing/src/framesync64.o src/framing/src/flexframegen.o src/framing/src/flexframesync.o src/framing/src/gmskframegen.o src/framing/src/gmskframesync.o src/framing/src/msourcecf.o src/framing/src/ofdmflexframegen.o src/framing/src/ofdmflexframesync.o src/framing/src/presync_cccf.o src/framing/src/symstreamcf.o src/framing/src/symtrack_cccf.o src/framing/src/qdetector_cccf.o src/framing/src/qpacketmodem.o src/framing/src/qpilotgen.o src/framing/src/qpilotsync.o src/math/src/poly.o src/math/src/polyc.o src/math/src/polyf.o src/math/src/polycf.o src/math/src/math.o src/math/src/math.bessel.o src/math/src/math.gamma.o src/math/src/math.complex.o src/math/src/math.trig.o src/math/src/modular_arithmetic.o src/math/src/windows.o src/matrix/src/matrix.o src/matrix/src/matrixf.o src/matrix/src/matrixc.o src/matrix/src/matrixcf.o src/matrix/src/smatrix.common.o src/matrix/src/smatrixb.o src/matrix/src/smatrixf.o src/matrix/src/smatrixi.o src/modem/src/ampmodem.o src/modem/src/cpfskdem.o src/modem/src/cpfskmod.o src/modem/src/fskdem.o src/modem/src/fskmod.o src/modem/src/gmskdem.o src/modem/src/gmskmod.o src/modem/src/modemf.o src/modem/src/modem_utilities.o src/modem/src/modem_apsk_const.o src/modem/src/modem_arb_const.o src/multichannel/src/firpfbch_crcf.o src/multichannel/src/firpfbch_cccf.o src/multichannel/src/ofdmframe.common.o src/multichannel/src/ofdmframegen.o src/multichannel/src/ofdmframesync.o src/nco/src/nco_crcf.o src/nco/src/nco.utilities.o src/nco/src/synth_crcf.o src/optim/src/chromosome.o src/optim/src/gasearch.o src/optim/src/gradsearch.o src/optim/src/optim.common.o src/optim/src/qnsearch.o src/optim/src/utilities.o src/quantization/src/compand.o src/quantization/src/quantizercf.o src/quantization/src/quantizerf.o src/quantization/src/quantizer.inline.o src/random/src/rand.o src/random/src/randn.o src/random/src/randexp.o src/random/src/randweib.o src/random/src/randgamma.o src/random/src/randnakm.o src/random/src/randricek.o src/random/src/scramble.o src/sequence/src/bsequence.o src/sequence/src/msequence.o src/utility/src/bshift_array.o src/utility/src/byte_utilities.o src/utility/src/msb_index.o src/utility/src/pack_bytes.o src/utility/src/shift_array.o src/utility/src/utility.o src/vector/src/vectorf_add.port.o src/vector/src/vectorf_norm.port.o src/vector/src/vectorf_mul.port.o src/vector/src/vectorf_trig.port.o src/vector/src/vectorcf_add.port.o src/vector/src/vectorcf_norm.port.o src/vector/src/vectorcf_mul.port.o src/vector/src/vectorcf_trig.port.o
ar: libliquid.a を作成しています
ranlib libliquid.a
gcc -g -O2 -msse4.1 -Wall -fPIC -shared -Xlinker -soname=libliquid.so -o libliquid.so -Wl,-whole-archive libliquid.a -Wl,-no-whole-archive -lfftw3f -lm -lc
chino@kafu:~/liquid-dsp$ sudo make install
installing...
mkdir -p /usr/local/lib
mkdir -p /usr/local/include/liquid
install -m 644 -p libliquid.a libliquid.so /usr/local/lib
install -m 644 -p include/liquid.h /usr/local/include/liquid
---------------------------------------------------------
liquid-dsp was successfully installed.
On some machines (e.g. Linux) you should rebind your
libraries by running 'ldconfig' to make the shared
object available. You might also need to modify your
LD_LIBRARY_PATH environment variable to include the
directory /usr/local
Please report bugs to support@liquidsdr.org
---------------------------------------------------------
chino@kafu:~/liquid-dsp$ cd
chino@kafu:~$ sudo ldconfig
chino@kafu:~$ luaradio --platform
luajit LuaJIT 2.1.0-beta3
os Linux
arch x64
page size 4096
cpu count 4
cpu model Intel(R) Core(TM) i7-7500U CPU @ 2.70GHz
features
fftw3f true
volk true
liquid true
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment