git-artes / gr-isdbt

DTV ISDB-T in GNURadio
http://iie.fing.edu.uy/investigacion/grupos/artes/gr-isdbt/
Other
147 stars 35 forks source link

Dos errores al ejecutar make #63

Open mdoallo opened 1 month ago

mdoallo commented 1 month ago

Hola, Quise instalar los bloques en una PC nueva luego de algún tiempo sin probar esto. el cmake ../ pasó sin problema previo hacer los gr_modtool bind -u de todos los bloques. El problema que tengo cuando finaliza el make es el siguiente:

[100%] Linking CXX shared module isdbt_python.cpython-310-x86_64-linux-gnu.so
lto-wrapper: warning: using serial compilation of 4 LTRANS jobs
[100%] Built target isdbt_python
Error copying file "/usr/local/src/gr-isdbt/build/python/isdbt/bindings/isdbt_python.lib" to "/usr/local/src/gr-isdbt/build/test_modules/gnuradio/isdbt/".
make[2]: *** [python/isdbt/bindings/CMakeFiles/copy_bindings_for_tests.dir/build.make:70: python/isdbt/bindings/CMakeFiles/copy_bindings_for_tests] Error 1
make[1]: *** [CMakeFiles/Makefile2:395: python/isdbt/bindings/CMakeFiles/copy_bindings_for_tests.dir/all] Error 2
make: *** [Makefile:146: all] Error 2

¿Alguna pista para salir de estos problemas? Desde ya Muchas Gracias.