SysSec-KAIST / LTESniffer

An Open-source LTE Downlink/Uplink Eavesdropper
GNU Affero General Public License v3.0
1.8k stars 184 forks source link

cmake ../ ERROR #65

Open ad1tya-ahuja opened 7 months ago

ad1tya-ahuja commented 7 months ago

While configuring LTESniffer from the commands given in the repo, I get this error when running cmake ../ Using Ubuntu 20.04 and have installed all the dependencies.

ERROR: WhatsApp Image 2024-04-10 at 16 04 41

purvajoshi1 commented 7 months ago

@ad1tya-ahuja: You can try using ubuntu 18.04, I tried and my few problems were solved.

ad1tya-ahuja commented 7 months ago

@ad1tya-ahuja: You can try using ubuntu 18.04, I tried and my few problems were solved.

image

Trying to run ubuntu 18.04 arm edition and this error pops up.

purvajoshi1 commented 7 months ago

@ad1tya-ahuja: I am not sure about this, but if you have a desktop where you can install Ubuntu 18.04 and follow step-by-step procedures you may solve problems related to CMAKE files. or else try to install cmake files with another version.

ad1tya-ahuja commented 7 months ago

@ad1tya-ahuja: I am not sure about this, but if you have a desktop where you can install Ubuntu 18.04 and follow step-by-step procedures you may solve problems related to CMAKE files. or else try to install cmake files with another version.

image Tried on ubuntu 18.04 Got this error while running "make -j 4"

purvajoshi1 commented 7 months ago

@ad1tya-ahuja: The error indicates that your RF device is not able to open or not able to detect the RF device. If you are using BladeRF, make sure it is detected or you can share your screenshot. Hope you can solve the error.

hdtuanss commented 7 months ago

Hi, sorry for my late response. The error you got is because your CPU does not support SIMD instructions which are used for accelerating physical layer decoders. You might need to build LTESniffer on another CPU. Or you can refer to issue #47 to disable SIMD. However, this can lead to performance issues. Thanks