[Openlte-announcements] (no subject)
An open source 3GPP LTE implementation.
Status: Alpha
Brought to you by:
bwojtowi
From: Idress M. <ken...@ya...> - 2016-08-25 07:55:31
|
hi, i am facing problems in installing openLTE. after running cmake and i run sudo make i get these errors:[ 70%] Built target LTE_file_recorder [ 72%] Building CXX object LTE_fdd_enodeb/CMakeFiles/LTE_fdd_enodeb.dir/src/LTE_fdd_enb_radio.cc.o LTE_fdd_enb_radio.cc: In member function ‘void LTE_fdd_enb_radio_bladerf::receive(LTE_FDD_ENB_RADIO_PARAMS_STRUCT*)’: LTE_fdd_enb_radio.cc:975:65: error: invalid conversion from ‘uint64* {aka long long unsigned int*}’ to ‘uint64_t* {aka long unsigned int*}’ [-fpermissive] In file included from /usr/local/open/LTE_fdd_enodeb/hdr/LTE_fdd_enb_radio.h:54:0, from LTE_fdd_enb_radio.cc:61: /usr/local/include/libbladeRF.h:3002:15: error: initializing argument 3 of ‘int bladerf_get_timestamp(bladerf*, bladerf_module, uint64_t*)’ [-fpermissive] int CALL_CONV bladerf_get_timestamp(struct bladerf *dev, bladerf_module mod, ^ make[2]: *** [LTE_fdd_enodeb/CMakeFiles/LTE_fdd_enodeb.dir/src/LTE_fdd_enb_radio.cc.o] Error 1 make[1]: *** [LTE_fdd_enodeb/CMakeFiles/LTE_fdd_enodeb.dir/all] Error 2 make: *** [all] Error 2 please help! i can't understand why i am getting these errors.thnx! |