-
Notifications
You must be signed in to change notification settings - Fork 356
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
Comments
Hi @arifkyi,
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. |
Hello Vasil,
wow, meet you again here, before we had discussion in grgsm issue as you also contributor there.
Good news: i have success full installation,
what the fix:
0. i install this : sudo apt-get install cmake libncurses5-dev liblapack-dev libblas-dev libboost-thread-dev libboost-system-dev libitpp-dev librtlsdr-dev libfftw3-dev
1. i follow the step original steps but i make a change in here CmakeLists.txt from “SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -ggdb -Wall") “ to be “ SET (CMAKE_CXX_FLAGS "${CMAKE_CXX_FLAGS} -std=c++03 -ggdb -Wall”)"
2. before i had issue with ITTP although in step 0 already ITTU shown, i follow this step: https://stackoverflow.com/questions/41077559/quick-and-hassle-free-installation-usage-of-it-library-on-linux-windows
3. install :
install Find RTL SDR, source:
https://drwxr.org/2016/10/installing-rtl-sdr-rtl2832u-driver/
sudo apt-get install libusb-1.0-0-dev
Download and install the RTL2832U from vendor site:
git clone git://git.osmocom.org/rtl-sdr.git
cd rtl-sdr/
mkdir build
cd build
cmake ../ -DINSTALL_UDEV_RULES=ON
make
sudo make install
sudo ldconfig
sudo cp ../rtl-sdr.rules /etc/udev/rules.d/
4. Voila, i can enjoy the LTE search, yiippppyy.
Anyway, a question is there any similar gr-gsm_livemon or capture ( NO NEED DECODE) for 3G and 4G/LTE ?
thank you very much for your expert support
br,
rifky
From: Vasil Velichkov <[email protected]>
Reply-To: Evrytania/LTE-Cell-Scanner <[email protected]>
Date: Thursday, 23 May 2019 at 2:20 AM
To: Evrytania/LTE-Cell-Scanner <[email protected]>
Cc: Ahmad Rifky <[email protected]>, Mention <[email protected]>
Subject: Re: [Evrytania/LTE-Cell-Scanner] Cmake are okay success, but "make"is failed make[2]: *** [src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o] Error 4 (#30)
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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#30?email_source=notifications\u0026email_token=ABOZWSPEZEZKBQ6LXPZTY53PWWMIVA5CNFSM4HNKFSW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWABJKA#issuecomment-494933160", "url": "#30?email_source=notifications\u0026email_token=ABOZWSPEZEZKBQ6LXPZTY53PWWMIVA5CNFSM4HNKFSW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWABJKA#issuecomment-494933160", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
Hi @arifkyi,
You need to patch
AFAIK a FOSS equivalent of |
Hello Vasil,
Thank you very much.
From: Vasil Velichkov <[email protected]>
Reply-To: Evrytania/LTE-Cell-Scanner <[email protected]>
Date: Thursday, 23 May 2019 at 6:18 PM
To: Evrytania/LTE-Cell-Scanner <[email protected]>
Cc: Ahmad Rifky <[email protected]>, Mention <[email protected]>
Subject: Re: [Evrytania/LTE-Cell-Scanner] Cmake are okay success, but "make"is failed make[2]: *** [src/CMakeFiles/LTE_MISC.dir/searcher.cpp.o] Error 4 (#30)
Hi @arifkyi,
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.
—
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub, or mute the thread.
[ { "@context": "http://schema.org", "@type": "EmailMessage", "potentialAction": { "@type": "ViewAction", "target": "#30?email_source=notifications\u0026email_token=ABOZWSKRETNSOPKXZRHNWMLPWZ4QTA5CNFSM4HNKFSW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWB4X5Q#issuecomment-495176694", "url": "#30?email_source=notifications\u0026email_token=ABOZWSKRETNSOPKXZRHNWMLPWZ4QTA5CNFSM4HNKFSW2YY3PNVWWK3TUL52HS4DFVREXG43VMVBW63LNMVXHJKTDN5WW2ZLOORPWSZGODWB4X5Q#issuecomment-495176694", "name": "View Issue" }, "description": "View this Issue on GitHub", "publisher": { "@type": "Organization", "name": "GitHub", "url": "https://github.com" } } ]
|
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
The text was updated successfully, but these errors were encountered: