Project

General

Profile

QandAs » History » Version 8

Anonymous, 04/22/2017 04:04 PM
Add solution to Teka's libtool problem.

1 1
= Questions and Answers =
2
3
== Do I need a USRP? ==
4
5 4
The USRP is not essential. You can use sample files collected by others or one of a number of alternative hardware approaches. If you already have a suitable radio receiver you can even interface to it to via your PC's soundcard. Check out the [HardwarePage hardware page] for a short write-up of approaches people are investigating. 
6 1
7
== How do I install OP25? ==
8 4
At present you can only install OP25 from source. Check the [BuildInstructionsPage build instructions] for details.
9 1
10 8
== I have an error in libtool - what's going wrong? ==
11
I run the ./bootstrap and ./configure commands succesfuly but the make command failed with the following error:
12
{{{
13
libtool:Version mismatch error. This is libtool 2.2.4, but the definition of this LT_INIT comes from an older release. You should recreate aclocal.m4 with macros from libtool 2.2.4 and run auto conf again.
14
}}}
15
The aclocal.m4 file is auto-generated as a result of running the 'bootstrap' script that comes with the tarball. It is safe to delete 'aclocal.m4' - bootstrap will re-create it. The usual routine is to run the following after un-tarring the tarball -
16
{{{
17
sh bootstrap
18
./configure
19
make
20
make install
21
}}}
22
If you've made other changes in the middle of this process, such as installing new stuff, it might be best to always re-start at the first of these steps (bootstrap)...
23
24 5
== The self-test doesn't work ==
25
26
When I try the python self-test programs I get something like this:-
27
28 6
{{{
29 5
./qa_fsk4.py
30
Traceback (most recent call last):
31
File "./qa_fsk4.py", line 24, in <module>
32
import fsk4
33 6
ImportError: No module named fsk4
34 5
}}}
35 7
36 5
This occurs because you aren't meant to run qa_fsk4.py or qa_op25.py directly. Instead you should run "make check" from the block's top-level directory.
37 1
38
== Why are you guys so s-l-o-w? ==
39
40
Well, we're a part-time hobby effort by a couple of enthusiasts. If you want to speed us up please feel free to help.
41
42
== How can I help? ==
43
44 8
We're looking for help with coding, testing, providing advice, gathering sample data, writing documentation or providing hardware. Whatever you can volunteer is welcome.
Add picture from clipboard (Maximum size: 48.8 MB)