You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I get through most of the compile process but fail at last step...
[OpenSuSE 15.4...]
╭─erecio@moz /usr/local/src/RTL/nrsc5/foo ‹master●›
╰─$ make -k 2 ↵
[ 28%] Built target faad2_external
[ 85%] Built target nrsc5_object
[ 89%] Built target nrsc5_static
make[2]: *** No rule to make target 'faad2-prefix/lib/libfaad_hdc.a', needed by 'src/nrsc5'.
make[2]: Target 'src/CMakeFiles/app.dir/build' not remade because of errors.
make[1]: *** [CMakeFiles/Makefile2:133: src/CMakeFiles/app.dir/all] Error 2
make[2]: *** No rule to make target 'faad2-prefix/lib/libfaad_hdc.a', needed by 'src/libnrsc5.so'.
make[2]: Target 'src/CMakeFiles/nrsc5.dir/build' not remade because of errors.
make[1]: *** [CMakeFiles/Makefile2:187: src/CMakeFiles/nrsc5.dir/all] Error 2
make[1]: Target 'all' not remade because of errors.
make: *** [Makefile:136: all] Error 2
make: Target 'default_target' not remade because of errors.
The text was updated successfully, but these errors were encountered:
I have the same error trying to compile on Opensuse Tumbleweed. If I compiled with -DUSE_FAAD2=OFF, the program compiles and I can see from the terminal that it is properly decoding a local station, but I get no sound.
I get through most of the compile process but fail at last step...
[OpenSuSE 15.4...]
╭─erecio@moz /usr/local/src/RTL/nrsc5/foo ‹master●›
╰─$ make -k 2 ↵
[ 28%] Built target faad2_external
[ 85%] Built target nrsc5_object
[ 89%] Built target nrsc5_static
make[2]: *** No rule to make target 'faad2-prefix/lib/libfaad_hdc.a', needed by 'src/nrsc5'.
make[2]: Target 'src/CMakeFiles/app.dir/build' not remade because of errors.
make[1]: *** [CMakeFiles/Makefile2:133: src/CMakeFiles/app.dir/all] Error 2
make[2]: *** No rule to make target 'faad2-prefix/lib/libfaad_hdc.a', needed by 'src/libnrsc5.so'.
make[2]: Target 'src/CMakeFiles/nrsc5.dir/build' not remade because of errors.
make[1]: *** [CMakeFiles/Makefile2:187: src/CMakeFiles/nrsc5.dir/all] Error 2
make[1]: Target 'all' not remade because of errors.
make: *** [Makefile:136: all] Error 2
make: Target 'default_target' not remade because of errors.
The text was updated successfully, but these errors were encountered: