PA7T / sdr_wspr

RedPitaya application: Software Defined Radio (SDR) for an 8-channel WSPR receiver.
https://wsprlive.net
GNU General Public License v3.0
8 stars 2 forks source link

Rebuilding my system after micro sd failure compile issues #8

Open G4DCP opened 6 years ago

G4DCP commented 6 years ago

main.cpp:100:29: warning: ignoring return value of ‘int system(const char)’, declared with attribute warn_unused_result [-Wunused-result] system(command1.c_str()); ^ main.cpp:127:29: warning: ignoring return value of ‘int system(const char)’, declared with attribute warn_unused_result [-Wunused-result] system(command2.c_str()); ^ g++ main.o -o ../controllerhf.so -shared -Wall -fPIC -Os -s -L/opt/redpitaya/lib -L/opt/redpitaya/rp_sdk -Wl,--whole-archive,--no-as-needed -lcryptopp -lrpapp -lrp -lrp_sdk -Wl,--no-whole-archive cd wsprd && make wsprd make[2]: Entering directory '/opt/redpitaya/www/apps/sdr_wspr/src/wsprd' gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprd.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprsim_utils.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprd_utils.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c tab.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c fano.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c jelinek.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c nhash.c gcc -o wsprd wsprd.o wsprsim_utils.o wsprd_utils.o tab.o fano.o jelinek.o nhash.o -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -L/usr/lib -lfftw3f -lm cp wsprd ../../ make[2]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src/wsprd' cd write-c2-files && make make[2]: Entering directory '/opt/redpitaya/www/apps/sdr_wspr/src/write-c2-files' gcc -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -o write-c2-files write-c2-files.c -lm -lconfig cp write-c2-files ../../ make[2]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src/write-c2-files' make[1]: No rule to make target 'measure-corr.c', needed by 'measure-corr'. Stop. make[1]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src' Makefile:24: recipe for target 'controllerhf.so' failed make: [controllerhf.so] Error 2 root@rp-f01ff3:/opt/redpitaya/www/apps/sdr_wspr#

Suggestions would be apreciated.

PA7T commented 6 years ago

Dear Peter,

For the moment ignore it. The controllerhf.so is not used anymore. The important files compiled properly. Will fix that in future.

Cheers,

Clemens

Sent from a mobile device.

On 12. Feb 2018, at 20:13, Peter Hull notifications@github.com wrote:

main.cpp💯29: warning: ignoring return value of ‘int system(const char)’, declared with attribute warn_unused_result [-Wunused-result] system(command1.c_str()); ^ main.cpp:127:29: warning: ignoring return value of ‘int system(const char)’, declared with attribute warn_unused_result [-Wunused-result] system(command2.c_str()); ^ g++ main.o -o ../controllerhf.so -shared -Wall -fPIC -Os -s -L/opt/redpitaya/lib -L/opt/redpitaya/rp_sdk -Wl,--whole-archive,--no-as-needed -lcryptopp -lrpapp -lrp -lrp_sdk -Wl,--no-whole-archive cd wsprd && make wsprd make[2]: Entering directory '/opt/redpitaya/www/apps/sdr_wspr/src/wsprd' gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprd.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprsim_utils.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprd_utils.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c tab.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c fano.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c jelinek.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c nhash.c gcc -o wsprd wsprd.o wsprsim_utils.o wsprd_utils.o tab.o fano.o jelinek.o nhash.o -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -L/usr/lib -lfftw3f -lm cp wsprd ../../ make[2]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src/wsprd' cd write-c2-files && make make[2]: Entering directory '/opt/redpitaya/www/apps/sdr_wspr/src/write-c2-files' gcc -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -o write-c2-files write-c2-files.c -lm -lconfig cp write-c2-files ../../ make[2]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src/write-c2-files' make[1]: No rule to make target 'measure-corr.c', needed by 'measure-corr'. Stop. make[1]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src' Makefile:24: recipe for target 'controllerhf.so' failed make: [controllerhf.so] Error 2 root@rp-f01ff3:/opt/redpitaya/www/apps/sdr_wspr#

Suggestions would be apreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.

PA7T commented 6 years ago

Dear Peter,

Did you succeed to rebuild your system? We have a now a new interface to wsprlive.net Basically it is identical to the wsprnet.org way of uploading, just with the URL http://data.wsprlive.net/post

Let me know if you need some assistance.

73 de PA7T / DL2ZZ / Clemens


Clemens Heese

Paul-Moor-Weg 2 46244 Bottrop Germany

fon +49 2045 406 49 49 clemens@heesenet.de

Am 12.02.2018 um 20:13 schrieb Peter Hull notifications@github.com:

main.cpp💯29: warning: ignoring return value of ‘int system(const char)’, declared with attribute warn_unused_result [-Wunused-result] system(command1.c_str()); ^ main.cpp:127:29: warning: ignoring return value of ‘int system(const char)’, declared with attribute warn_unused_result [-Wunused-result] system(command2.c_str()); ^ g++ main.o -o ../controllerhf.so -shared -Wall -fPIC -Os -s -L/opt/redpitaya/lib -L/opt/redpitaya/rp_sdk -Wl,--whole-archive,--no-as-needed -lcryptopp -lrpapp -lrp -lrp_sdk -Wl,--no-whole-archive cd wsprd && make wsprd make[2]: Entering directory '/opt/redpitaya/www/apps/sdr_wspr/src/wsprd' gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprd.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprsim_utils.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c wsprd_utils.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c tab.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c fano.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c jelinek.c gcc -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -c nhash.c gcc -o wsprd wsprd.o wsprsim_utils.o wsprd_utils.o tab.o fano.o jelinek.o nhash.o -I/usr/include -Wall -Wno-missing-braces -ffast-math -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -L/usr/lib -lfftw3f -lm cp wsprd ../../ make[2]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src/wsprd' cd write-c2-files && make make[2]: Entering directory '/opt/redpitaya/www/apps/sdr_wspr/src/write-c2-files' gcc -O3 -march=armv7-a -mcpu=cortex-a9 -mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math -fsingle-precision-constant -mvectorize-with-neon-quad -o write-c2-files write-c2-files.c -lm -lconfig cp write-c2-files ../../ make[2]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src/write-c2-files' make[1]: No rule to make target 'measure-corr.c', needed by 'measure-corr'. Stop. make[1]: Leaving directory '/opt/redpitaya/www/apps/sdr_wspr/src' Makefile:24: recipe for target 'controllerhf.so' failed make: [controllerhf.so] Error 2 root@rp-f01ff3:/opt/redpitaya/www/apps/sdr_wspr#

Suggestions would be apreciated.

— You are receiving this because you are subscribed to this thread. Reply to this email directly, view it on GitHub, or mute the thread.