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

Failed to build reciprocal_ff_impl.cc using GR 3.10 and GCC 12.2 #29

Open
AllisonOge opened this issue Jul 15, 2023 · 0 comments
Open

Comments

@AllisonOge
Copy link

Console output for build fail

[ 19%] Built target gnuradio-specest-fortran
[ 21%] Building CXX object lib/CMakeFiles/gnuradio-specest.dir/reciprocal_ff_impl.cc.o
/root/gr-specest/lib/reciprocal_ff_impl.cc: In static member function 'static gr::specest::reciprocal_ff::sptr gr::specest::reciprocal_ff::make(int)':
/root/gr-specest/lib/reciprocal_ff_impl.cc:33:38: error: could not convert 'gnuradio::get_initial_sptr(T*) [with T = gr::specest::reciprocal_ff_impl]()' from 'std::shared_ptr<gr::specest::reciprocal_ff_impl>' to 'gr::specest::reciprocal_ff::sptr' {aka 'boost::shared_ptr<gr::specest::reciprocal_ff>'}
   33 |     return gnuradio::get_initial_sptr(new reciprocal_ff_impl(vlen));
      |            ~~~~~~~~~~~~~~~~~~~~~~~~~~^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                      |
      |                                      std::shared_ptr<gr::specest::reciprocal_ff_impl>
make[2]: *** [lib/CMakeFiles/gnuradio-specest.dir/build.make:82: lib/CMakeFiles/gnuradio-specest.dir/reciprocal_ff_impl.cc.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:291: lib/CMakeFiles/gnuradio-specest.dir/all] Error 2
make: *** [Makefile:160: all] Error 2

Please, I need assistance resolving this issue @fwunsch

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