-
Notifications
You must be signed in to change notification settings - Fork 2
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Rebuilding my system after micro sd failure compile issues #8
Comments
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 ***@***.***> 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
***@***.***:/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.
|
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
***@***.***:/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.
|
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
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.
The text was updated successfully, but these errors were encountered: