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

Cmake are okay success, but "make" is failed make[2]: *** [src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o] Error 4 #30

Closed
arifkyi opened this issue May 16, 2019 · 4 comments

Comments

@arifkyi
Copy link

arifkyi commented May 16, 2019

Hello LTE Scanner team,

I have an issue below when installing LTE Scanner,

it said: make[2]: *** [src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o] Error 4,

looking forward for the resolution.

sudo make
[ 5%] Building CXX object src/CMakeFiles/LTE_MISC.dir/capbuf.cpp.o
[ 11%] Building CXX object src/CMakeFiles/LTE_MISC.dir/constants.cpp.o
[ 16%] Building CXX object src/CMakeFiles/LTE_MISC.dir/itpp_ext.cpp.o
[ 22%] Building CXX object src/CMakeFiles/LTE_MISC.dir/macros.cpp.o
[ 27%] Building CXX object src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o
c++: internal compiler error: Killed (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See file:///usr/share/doc/gcc-5/README.Bugs for instructions.
src/CMakeFiles/LTE_MISC.dir/build.make:158: recipe for target 'src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o' failed
make[2]: *** [src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o] Error 4
CMakeFiles/Makefile2:121: recipe for target 'src/CMakeFiles/LTE_MISC.dir/all' failed
make[1]: *** [src/CMakeFiles/LTE_MISC.dir/all] Error 2
Makefile:138: recipe for target 'all' failed
make: *** [all] Error 2

@velichkov
Copy link

Hi @arifkyi,

[ 27%] Building CXX object src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o
c++: internal compiler error: Killed (program cc1plus)

Try adding some more RAM or a swap. See ptrkrysik/gr-gsm#236 (comment) and https://gcc.gnu.org/bugzilla/show_bug.cgi?id=61860

I just compiled it successfully on Ubuntu 16.04.

@arifkyi
Copy link
Author

arifkyi commented May 23, 2019 via email

@arifkyi arifkyi closed this as completed May 23, 2019
@velichkov
Copy link

Hi @arifkyi,

  1. before i had issue with ITTP although in step 0 already ITTU shown,

You need to patch cmake/Modules/FindITPP.cmake in order to find the version from libitpp-dev package. See #28 (comment)

Anyway, a question is there any similar gr-gsm_livemon or capture ( NO NEED DECODE) for 3G and 4G/LTE ?

AFAIK a FOSS equivalent of grgsm_livemon for 3G/4G still does not exists. Have a look at https://github.com/JiaoXianjun/LTE-Cell-Scanner fork, it contains support for more SDR devices and several other enhancements.

@arifkyi
Copy link
Author

arifkyi commented May 24, 2019 via email

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

2 participants