[hpsdr] Programmer and bootloader under Ubuntu 12.10

Dave Larsen kv0s.dave at gmail.com
Mon Mar 25 18:45:30 PDT 2013


Andrea --

The writeboard.* is part of the V2a branch and is a mistake to occur
in this directory.

I have removed the the offending files and the HPSDRProgrammer_V2
compiles on my Linux laptop.  I am away from my radio and unable to
test the code until later this week.

Dave, KV0S

On Mon, Mar 25, 2013 at 5:57 PM, Andrea Montefusco
<andrea.montefusco at gmail.com> wrote:
> 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
> ----------------------------------------------------------------------



-- 
KV0S - Dave Larsen
Columbia, MO, USA

 1364262330.0


More information about the Hpsdr mailing list