Hello. We are a student group from University of Aveiro(Portugal),
belongings to the subject "Project in Electrical Engineering" course
Electronics and Telecommunications Engineering.
We are working in GNU Radio.We would like to use your file (CRC and
CRC-DABMUX DABMOD) because we want to develop a DAB transmitter.
However, we can not access the libraries of the facility, which makest
us doubt about the success of the installation.
For this reason, we ask your cooperation in resolving the problem. To
install your files perform the following steps:
(
http://mmbtools.crc.ca/content/view/39/65/)
--------
tar xzf fec_3.0.1-?.src.tar.gz
tar xzf fec_3.0.1.orig.tar.gz
zcat fec_3.0.1-?.diff.gz | patch -p0
cd fec-3.0.1/
autoreconf --install
./configure ->Here is the error: fec.h: Assembler messages:
fec.h:267: Error: badregistername `%sil'
make: *** [viterbi27_mmx.o] Error 1
make
sudo make install
tar xjf crc-dabmux-0.3.0.3.tar.bz2
cd crc-dabmux-0.3.0.3
./configure -> Here is the error: fec.h: Assembler messages:
fec.h:267: Error: bad register name `%sil'
make: *** [viterbi27_mmx.o] Error 1
make
sudo make install
However the installation according to these commands is unsuccessful.
Then install the second our teacher(Professor Atilio Gameiro)
suggested:
We used a script sent by the teacher, in which the installation was
successful.
(Script sent by Professor: atilio-mmbtools-crc.tar.gz sent in the
mail)
-----------
cd /tmp
tar -xf atilio-mmbtools-crc.tar.gz
cdatilio-mmbtools-crc
# programa 1
./build.crc-dabmod
cd crc-dabmod-0.2.0&sudomakeinstall&& cd ..
# programa 2
./build.fec
cd fec-3.0.1 &&sudo make install && cd ..
./build.crc-dabmux
cd crc-dabmux-0.3.0.4 &&sudo make install &&cd ..
Then based on site
http://www.slideshare.net/pcharest/ebu-drw2011-crcmmbtoolssoftwareradioworkshop,
says the installed library is located in / usr / share / crc-dabmux.
It was necessary to have the library to see the blocks we had to use.
The problem is that opening the program and searching the library does
not find the DAB_MUX.
Thank you for your availability, and apologize for the inconvenience,
Group of students from the University of Aveiro