[hpsdr] Any tips on building cuSDR on Ubuntu 13.10?

tbruns tbruns at mocha42.com
Thu Jan 2 20:00:23 PST 2014


Here's the build notes (commands to run) I made for myself for 12.04.3 
LTS. I don't know if they're applicable to 13.10, and it's been awhile 
since I made these:


svn co http://svn.tapr.org/repos_sdr_hpsdr/trunk/DL3HVH/cuSDR64
cd cuSDR64;
sed -i 's/QT += core gui network multimedia opengl/QT += core gui 
network opengl/g' cuSDR64.pro;
sed -i 's/#CONFIG += mobility/CONFIG += mobility/g' cuSDR64.pro;
sed -i 's/#MOBILITY += multimedia/MOBILITY += multimedia/g' cuSDR64.pro;
sed -i 's/#DEFINES += QT_HAVE_MMX/DEFINES += QT_HAVE_MMX/g' cuSDR64.pro;
sed -i 's/#DEFINES += QT_HAVE_3DNOW/DEFINES += QT_HAVE_3DNOW/g' cuSDR64.pro;
sed -i 's/#DEFINES += QT_HAVE_SSE/DEFINES += QT_HAVE_SSE/g' cuSDR64.pro;
sed -i 's/#DEFINES += QT_HAVE_MMXEXT/DEFINES += QT_HAVE_MMXEXT/g' 
cuSDR64.pro;
sed -i 's/#DEFINES += QT_HAVE_SSE2/DEFINES += QT_HAVE_SSE2/g' cuSDR64.pro;
qmake;
make -j4;


Regards,

Tom KC5L



On 01/02/2014 06:37 PM, Ken N9VV wrote:
> ***** High Performance Software Defined Radio Discussion List *****
>
> Perhaps your $PATH for building does not include the binaries for Qt 
> 5.1.1 in /opt or where ever you store new versions of Qt.
>
> You may also wish to exchange email with the author "Hermann 
> \"Merlin\" DL3HVH" <hvh.net at gmail.com> and ask about Qt compatibility. 
> The version you are building has a source date of February 2013 (last 
> year).
>
> rgds,
> N9VV
>
> On 1/2/2014 6:24 PM, Rob Frohne wrote:
>> ***** High Performance Software Defined Radio Discussion List *****
>>
>>
>>
>> Hi All,
>>
>> I realized that my old Dell D830 used in the ham shack has an Nvidia GPU
>> that will run cuSDR.  I haven't tried it before, and thought it would be
>> fun, but so far, I'm having difficulty finding much about building it.
>> It appears that Qt4.8 works better than Qt5.1, but I'd rather use
>> Qt5.1.  I'm using Ubuntu 13.10.
> _______________________________________________
> HPSDR Discussion List
> To post msg: hpsdr at openhpsdr.org
> Subscription help: 
> http://lists.openhpsdr.org/listinfo.cgi/hpsdr-openhpsdr.org
> HPSDR web page: http://openhpsdr.org
> Archives: http://lists.openhpsdr.org/pipermail/hpsdr-openhpsdr.org/


 1388721623.0


More information about the Hpsdr mailing list