[hpsdr] Programmer and bootloader under Ubuntu 12.10
Andy Howell
andy at gamubaru.com
Mon Mar 25 20:22:08 PDT 2013
Andrea,
Thanks. With that batch I was to get it go compile against Qt 4 using QT Creator. I'm a
c++ developer, but don't know my way around Qt at all.
I've got Metis, Mercury and Pennylane all flashed!
Progress. Thanks,
Andy
On 03/25/2013 05:57 PM, Andrea Montefusco wrote:
> ***** High Performance Software Defined Radio Discussion List *****
>
> On 03/25/2013 11:11 PM, Dave Larsen wrote:
>> Please use HPSDRProgrammer_V2
>
> V2 doesn't compile:
>
> g++ -c -pipe -O2 -Wall -W -D_REENTRANT -DQT_NO_DEBUG -DQT_GUI_LIB -DQT_NETWORK_LIB
> -DQT_CORE_LIB -I../../QtSDK4.8x/Desktop/Qt/4.8.0/gcc/mkspecs/default -I.
> -I../../QtSDK4.8x/Desktop/Qt/4.8.0/gcc/include/QtCore
> -I../../QtSDK4.8x/Desktop/Qt/4.8.0/gcc/include/QtNetwork
> -I../../QtSDK4.8x/Desktop/Qt/4.8.0/gcc/include/QtGui
> -I../../QtSDK4.8x/Desktop/Qt/4.8.0/gcc/include -I. -I. -o writeboard.o
> ../IPaddress/writeboard.cpp
> ../IPaddress/writeboard.cpp:45: error: no ‘void writeBoard::discovery()’ member function
> declared in class ‘writeBoard’
> ../IPaddress/writeboard.cpp:50: error: no ‘void writeBoard::writeRBF()’ member function
> declared in class ‘writeBoard’
>
> I had to add the two methods defs in .h :
>
>
> Index: IPaddress/writeboard.h
> ===================================================================
> --- IPaddress/writeboard.h (revision 2950)
> +++ IPaddress/writeboard.h (working copy)
> @@ -15,8 +15,9 @@
> public:
> writeBoard(QUdpSocket *s, unsigned char *MACaddress);
> ~writeBoard();
> + void discovery();
> + void writeRBF();
>
> -
> public slots:
> //void readyRead();
> void changeIP(QStringList *saddr );
>
>
> *am*
>
> ----------------------------------------------------------------------
> Andrea Montefusco iw0hdv (ex FAI10655) http://www.montefusco.com
> tel: +393356992791 fax: +390623318709
> ----------------------------------------------------------------------
> _______________________________________________
> 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/
1364268128.0
More information about the Hpsdr
mailing list