-
Notifications
You must be signed in to change notification settings - Fork 17
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
Error at compilation: Convolution.h:5:10: fatal error: bit: No such file or directory #20
Comments
You appear to be missing a standard C++20 header. Does your compiler
support C++20?
…On Wed, Apr 20, 2022 at 2:45 PM janekska ***@***.***> wrote:
What I am doing wrong or missing?
***@***.***:/home/pi/m17-cxx-demod/build# cmake ..
-- Build type not specified: defaulting to release.
-- # Checking dependencies
-- Found GTest: /usr/lib/arm-linux-gnueabihf/libgtest.a
-- Using install prefix: /usr/local
-- Building version: 0.1
-- Configuring done
-- Generating done
-- Build files have been written to: /home/pi/m17-cxx-demod/build
***@***.***:/home/pi/m17-cxx-demod/build# make
Scanning dependencies of target m17-demod
[ 2%] Building CXX object apps/CMakeFiles/m17-demod.dir/m17-demod.cpp.o
In file included from /home/pi/m17-cxx-demod/include/m17cxx/Trellis.h:8,
from /home/pi/m17-cxx-demod/include/m17cxx/M17FrameDecoder.h:7,
from /home/pi/m17-cxx-demod/include/m17cxx/M17Demodulator.h:11,
from /home/pi/m17-cxx-demod/apps/m17-demod.cpp:3:
/home/pi/m17-cxx-demod/include/m17cxx/Convolution.h:5:10: fatal error: bit: No such file or directory
#include <bit>
^~~~~
compilation terminated.
make[2]: *** [apps/CMakeFiles/m17-demod.dir/build.make:63: apps/CMakeFiles/m17-demod.dir/m17-demod.cpp.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:196: apps/CMakeFiles/m17-demod.dir/all] Error 2
make: *** [Makefile:141: all] Error 2
—
Reply to this email directly, view it on GitHub
<#20>, or unsubscribe
<https://github.com/notifications/unsubscribe-auth/ABD64DHRRPU3OY2VMQ4DGE3VGBNGXANCNFSM5T5CLBGA>
.
You are receiving this because you are subscribed to this thread.Message
ID: ***@***.***>
|
Hm, I used compiler packages provided by apt... on my raspberry/raspbian. |
Same thing here on Raspbian GNU/Linux 10.
What file does |
BTW, readme.md says "It also requires a modern C++17 compiler" |
What I am doing wrong or missing?
The text was updated successfully, but these errors were encountered: