Advertisement
Guest User

Untitled

a guest
Jan 19th, 2016
77
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.47 KB | None | 0 0
  1. /home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23/src/misc/../common/main.c:199: undefined reference to `_talloc_free'
  2. /home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23/src/misc/../common/main.c:200: undefined reference to `_talloc_free'
  3. bcch_scan.o: In function `cell_info_free':
  4. /home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23/src/misc/bcch_scan.c:145: undefined reference to `_talloc_free'
  5. ../common/liblayer23.a(sap_interface.o): In function `sap_read':
  6. /home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23/src/common/sap_interface.c:405: undefined reference to `_talloc_free'
  7. ../common/liblayer23.a(sim.o): In function `sim_close':
  8. /home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23/src/common/sim.c:1206: undefined reference to `_talloc_free'
  9. collect2: error: ld returned 1 exit status
  10. Makefile:387: recipe for target 'bcch_scan' failed
  11. make[3]: *** [bcch_scan] Error 1
  12. make[3]: Leaving directory '/home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23/src/misc'
  13. Makefile:321: recipe for target 'all-recursive' failed
  14. make[2]: *** [all-recursive] Error 1
  15. make[2]: Leaving directory '/home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23/src'
  16. Makefile:347: recipe for target 'all-recursive' failed
  17. make[1]: *** [all-recursive] Error 1
  18. make[1]: Leaving directory '/home/simonepsp/Desktop/GSM/osmocom-bb/src/host/layer23'
  19. Makefile:72: recipe for target 'host/layer23/layer23' failed
  20. make: *** [host/layer23/layer23] Error 2
  21. [simonepsp@DNS src]$
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement