Author Topic: Make file error  (Read 5747 times)

skinny

  • Newbie
  • *
  • Posts: 1
    • View Profile
Make file error
« on: June 18, 2015, 10:25:02 AM »
Ubuntu 14.04

Hello.  I'm attempting to use the makefile in the yatebts mbts/TransceiverRAD1 subdirectory to create the transceiver-bladerf executable.  It seems to create the transceiver-rad1 just fine but spits out a bunch of undefined reference errors when it comes to the bladerf.  I've attempted to link the libbladeRF library and include the libbladeRF header file but neither seemed to have any effect although it's possible I just did so incorrectly in the make file since I'm not an expert on them.

http://pastebin.com/XuVp4TJ1 Here's the full error. 

This is the guide I'm following so those are the steps I've taken so far and I've reached the spot right before you copy the transciever-bladerf file because it doesn't make. https://imjuanpablo.wordpress.com/2015/02/14/should-you-need-openbts-on-your-bladerf/ .

Ioana Stanciu

  • Jr. Member
  • **
  • Posts: 79
    • View Profile
Re: Make file error
« Reply #1 on: June 22, 2015, 01:30:25 AM »
It looks like it doesn't find libbladeRF for linking.

Please follow instructions found here http://wiki.yatebts.com/index.php/Installing

If you still have issues, please post a log containing the result of your running of the configure script and a full make log (in order to able to see the make command).