discuss-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Discuss-gnuradio] pybomb targets that failed to build and install out o


From: Martin
Subject: [Discuss-gnuradio] pybomb targets that failed to build and install out of the box on ubuntu 14.04 with all requirements (base) installed.
Date: Tue, 27 Jan 2015 16:04:20 +0100
User-agent: Mozilla/5.0 (X11; Linux x86_64; rv:31.0) Gecko/20100101 Thunderbird/31.3.0

Hi,

I have been trying to install all pybombs targets on ubuntu 14.04 amd64 with the followiing result.

Pybomb targets that failed to build and install out of the box on ubuntu 14.04 with all requirements (base) installed and DCMAKE_INSTALL_PREFIX set to /opt/pybombs

Category: common
                 gnss-sdr    configure  inventory
                    gr-as    configure  inventory
                   gr-baz    configure  inventory
             gr-bluetooth    configure  inventory
                gr-extras                    None
                   gr-gsm         make  inventory
                gr-pocsag                    None
                 gr-radar    configure  inventory
              gr-smartnet        fetch  inventory
                 niusprio    configure  inventory
               pocsag-mrt                    None
   simple_radio_astronomy                    None

A few targets just fail to download their source, since it still points to the now disabled cgran repository.

gnss-sdr fails to build due to include errors and an ORC problem.

In file included from /pub/pybombs_2015010801/src/gnss-sdr/build/volk_gnsssdr_module/build/lib/volk_gnsssdr_machine_generic_orc.c:38:0: /pub/pybombs_2015010801/src/gnss-sdr/src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/kernels/volk_gnsssdr/volk_gnsssdr_32fc_convert_16ic.h:171:30: fatal error: volk/volk_common.h: No such file or directory

I managed to get gnss-sdr to build and install with the attached patch, but this is just a dirty hack, disbling ORC and hardcoding a volk include directory.

The addition of ${GNURADIO_RUNTIME_INCLUDE_DIRS} to the include_directories in
src/algorithms/libs/volk_gnsssdr_module/volk_gnsssdr/lib/CMakeLists.txt
should make the volk_common.h include error go away. But somehow GNURADIO_RUNTIME_INCLUDE_DIRS is not defined there.

I don't know yet how to properly get gnss-sdr and the other targets to build.

Cheers,

Martin Dudok van Heel

Attachment: mdvh_gnss-sdr_build_patch_cleaned.diff
Description: Text Data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]