RangeNetworks / dev

Start Here! Development Environment Tools and System Releases
GNU Affero General Public License v3.0
574 stars 232 forks source link

recipe for target 'transceiver' failed #68

Open baguzajja opened 6 years ago

baguzajja commented 6 years ago

I need help when i try to install openbts some error log issue to this report

collect2: error: ld returned 1 exit status Makefile:606: recipe for target 'transceiver' failed make[3]: [transceiver] Error 1 make[3]: Leaving directory '/root/src/dev/openbts/Transceiver52M' Makefile:572: recipe for target 'all-recursive' failed make[2]: [all-recursive] Error 1 make[2]: Leaving directory '/root/src/dev/openbts' Makefile:503: recipe for target 'all' failed make[1]: [all] Error 2 make[1]: Leaving directory '/root/src/dev/openbts' debian/rules:74: recipe for target 'install-arch' failed make: [install-arch] Error 2 dpkg-buildpackage: error: debian/rules binary gave error exit status 2

ERROR: command failed!

any can help me

i am using 4.10.0-28-generic #32~16.04.2-Ubuntu SMP Thu Jul 20 10:19:48 UTC 2017 x86_64 x86_64 x86_64 GNU/Linux Ubuntu 16.04 Dekstop

Best Regard

baguzajja commented 6 years ago

i am use branch master when i try brachn 5.0 show up error to recipe for target 'install-arch' failed

build.sh to N210 USRP

baguzajja commented 6 years ago

resolve by use gcc5.0 and g++5.0 thanks lot

00110100 commented 5 years ago

Hello, I seem to have encountered the same problem now. How did you solve it? Is it because of the gcc/g++ version? Thank you!

baguzajja commented 5 years ago

i am using gcc 5 and g++5 recommended for gcc / g++

00110100 commented 5 years ago

Thank you for your answer, my version of gcc/g++ is 5.4, Is it because of this version of the problem, how do you solve this error? Thk! $ gcc --version gcc (Ubuntu 5.4.0-6ubuntu1~16.04.11) 5.4.0 20160609 Copyright (C) 2015 Free Software Foundation, Inc. This is free software; see the source for copying conditions. There is NO warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

baguzajja commented 5 years ago

Thanks for you information. I will try again

I hope this work on linux

Thanks

oladimeji-abdul commented 5 years ago

how do i change the gcc/g++ version as i am encountering same problem