Skip to content
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

Restore compatibility with GNU Radio 3.7.12.0 #1

Closed
noc0lour opened this issue Apr 10, 2018 · 0 comments
Closed

Restore compatibility with GNU Radio 3.7.12.0 #1

noc0lour opened this issue Apr 10, 2018 · 0 comments

Comments

@noc0lour
Copy link

From the discuss-gnuradio mailinglist:

[  1%] Building CXX object lib/CMakeFiles/gnuradio-fbmc.dir/fbmc_config.cc.o
/usr/local/src/gr-fbmc/lib/fbmc_config.cc: In member function ‘void
gr::fbmc::fbmc_config::gen_preamble_sym()’:
/usr/local/src/gr-fbmc/lib/fbmc_config.cc:277:7: error: ‘gr_uint16’ was not
declared in this scope
       gr_uint16 start_state = 0xACE1u; /* Any nonzero start start will
work. */
       ^
/usr/local/src/gr-fbmc/lib/fbmc_config.cc:278:18: error: expected ‘;’
before ‘lfsr’
       gr_uint16  lfsr = start_state;
                  ^
/usr/local/src/gr-fbmc/lib/fbmc_config.cc:285:17: error: ‘lfsr’ was not
declared in this scope
         bit = ((lfsr >> 0) ^ (lfsr >> 2) ^ (lfsr >> 3) ^ (lfsr >> 5)) & 1;
                 ^
lib/CMakeFiles/gnuradio-fbmc.dir/build.make:62: fallo en las instrucciones
para el objetivo 'lib/CMakeFiles/gnuradio-fbmc.dir/fbmc_config.cc.o'
make[2]: *** [lib/CMakeFiles/gnuradio-fbmc.dir/fbmc_config.cc.o] Error 1
CMakeFiles/Makefile2:137: fallo en las instrucciones para el objetivo
'lib/CMakeFiles/gnuradio-fbmc.dir/all'
make[1]: *** [lib/CMakeFiles/gnuradio-fbmc.dir/all] Error 2
Makefile:138: fallo en las instrucciones para el objetivo 'all'
make: *** [all] Error 2
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant