I read the "readme" file of the openlte and after doing "cmake ../" I tried to "sudo make" the openlte bu I got suddenly the below error, while I cmaked it successfully!
[ 30%] Shebangin LTE_fdd_dl_file_gen.py
Traceback (most recent call last):
File "<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: '/home/alizadeh/Desktop/Gnuradio\ files/Open\ LTE/openlte_v00-09-02/build/LTE_fdd_dl_file_gen/python/LTE_fdd_dl_file_gen.py.exe'
make[2]: [LTE_fdd_dl_file_gen/python/LTE_fdd_dl_file_gen.py.exe] Error 1
make[1]: [LTE_fdd_dl_file_gen/CMakeFiles/pygen_LTE_fdd_dl_file_gen_46cdd.dir/all] Error 2
make: *** [all] Error 2
This is should be said that I'm using GNUradio 3.7.1.
please help me to overcome of this problem.
thank you
If you would like to refer to this comment somewhere else in this project, copy and paste the following link:
I have only built with gnuradio 3.7.0, so this may be a 3.7.1 issue. Can
you try using 3.7.0 and see if you get the same error? I will start
officially moving to 3.7.1 soon.
I read the "readme" file of the openlte and after doing "cmake ../" I
tried to "sudo make" the openlte bu I got suddenly the below error, while I
cmaked it successfully!
[ 30%] Shebangin LTE_fdd_dl_file_gen.py
Traceback (most recent call last):
File "", line 1, in
IOError: [Errno 2] No such file or directory:
'/home/alizadeh/Desktop/Gnuradio\ files/Open\
LTE/openlte_v00-09-02/build/LTE_fdd_dl_file_gen/python/LTE_fdd_dl_file_gen.py.exe'
make[2]: * [LTE_fdd_dl_file_gen/python/LTE_fdd_dl_file_gen.py.exe] Error 1
make[1]: [LTE_fdd_dl_file_gen/CMakeFiles/pygen_LTE_fdd_dl_file_gen_46cdd.dir/all]Error 2
make: ** [all] Error 2
This is should be said that I'm using GNUradio 3.7.1.
I read the "readme" file of the openlte and after doing "cmake ../" I tried to "sudo make" the openlte bu I got suddenly the below error, while I cmaked it successfully!
[ 30%] Shebangin LTE_fdd_dl_file_gen.py
Traceback (most recent call last):
File "<string>", line 1, in <module>
IOError: [Errno 2] No such file or directory: '/home/alizadeh/Desktop/Gnuradio\ files/Open\ LTE/openlte_v00-09-02/build/LTE_fdd_dl_file_gen/python/LTE_fdd_dl_file_gen.py.exe'
make[2]: [LTE_fdd_dl_file_gen/python/LTE_fdd_dl_file_gen.py.exe] Error 1
make[1]: [LTE_fdd_dl_file_gen/CMakeFiles/pygen_LTE_fdd_dl_file_gen_46cdd.dir/all] Error 2
make: *** [all] Error 2
This is should be said that I'm using GNUradio 3.7.1.
please help me to overcome of this problem.
thank you
I have only built with gnuradio 3.7.0, so this may be a 3.7.1 issue. Can
you try using 3.7.0 and see if you get the same error? I will start
officially moving to 3.7.1 soon.
Thanks,
Ben
On Mon, Oct 21, 2013 at 12:04 PM, M.Alizadeh eleaut87@users.sf.net wrote: