Hi Ogün, this might be many things – generally, your Pi might just be running out of memory during the build, for example (in that case, you'll often find a hint about the OOM (out-of-memory) killer in `dmesg`; I suspect memory limits because SWIG is especially hungry for RAM).
make VERBOSE=1 might shed more light, but not necessarily so :( I'd generally recommend cross-compiling when building software for an embedded-style device like the Pi; you wouldn't try to compile software on your car's embedded computers, either! It depends on the OS you're using on the Pi how easy that is. Best regards, Marcus On Thu, 2018-01-11 at 14:15 +0300, ogün levent wrote: > Hi everyone > I cannot install gr-burst and gr-eventstream to raspberry pi rasbian > os via cmake. I get these messages during installation > > Best > > [ 7%] Building CXX object lib/CMakeFiles/gnuradio- > burst.dir/synchronizer_v4_impl.cc.o > [ 7%] Building CXX object lib/CMakeFiles/gnuradio- > burst.dir/qa_helpers.cc.o > [ 7%] Linking CXX shared library libgnuradio-burst.so > [ 7%] Built target gnuradio-burst > Scanning dependencies of target test-burst > [ 7%] Building CXX object lib/CMakeFiles/test- > burst.dir/test_burst.cc.o > [ 7%] Building CXX object lib/CMakeFiles/test- > burst.dir/qa_synchronizer_v4.cc.o > [ 7%] Building CXX object lib/CMakeFiles/test- > burst.dir/qa_burst.cc.o > [ 7%] Building CXX object lib/CMakeFiles/test- > burst.dir/qa_helpers.cc.o > [ 7%] Linking CXX executable test-burst > [ 7%] Built target test-burst > Scanning dependencies of target burst_swig_swig_doc > [ 7%] Built target burst_swig_swig_doc > Scanning dependencies of target _burst_swig_swig_tag > [ 7%] Building CXX object > swig/CMakeFiles/_burst_swig_swig_tag.dir/_burst_swig_swig_tag.cpp.o > [ 7%] Linking CXX executable _burst_swig_swig_tag > [ 7%] Built target _burst_swig_swig_tag > [ 7%] Generating burst_swig.tag > Scanning dependencies of target burst_swig_swig_2d0df > [ 7%] Building CXX object > swig/CMakeFiles/burst_swig_swig_2d0df.dir/burst_swig_swig_2d0df.cpp.o > [ 7%] Linking CXX executable burst_swig_swig_2d0df > Swig source > /home/pi/gr-burst/swig/burst_swig.i:6: Error: Unable to find > 'mapper/mapper/swig/mapper_swig.i' > swig/CMakeFiles/burst_swig_swig_2d0df.dir/build.make:134: recipe for > target 'swig/burst_swig_swig_2d0df' failed > make[2]: *** [swig/burst_swig_swig_2d0df] Error 1 > make[2]: *** Deleting file 'swig/burst_swig_swig_2d0df' > CMakeFiles/Makefile2:274: recipe for target > 'swig/CMakeFiles/burst_swig_swig_2d0df.dir/all' failed > make[1]: *** [swig/CMakeFiles/burst_swig_swig_2d0df.dir/all] Error 2 > Makefile:138: recipe for target 'all' failed > make: *** [all] Error 2 > _______________________________________________ > Discuss-gnuradio mailing list > [email protected] > https://lists.gnu.org/mailman/listinfo/discuss-gnuradio _______________________________________________ Discuss-gnuradio mailing list [email protected] https://lists.gnu.org/mailman/listinfo/discuss-gnuradio
