Goran SM6PPS | 4 Nov 2006 17:32
Favicon

Re: IC7000 backend

On Tuesday 31 October 2006 04.29, Kent Hill wrote:
> Here is the IC7000 backend.   (and a couple of minor fixes).  Use -m360
> for rigctl.  It's completely untested, but taken from the ic7800 code.
> It compiles and links ok under Mandriva.
> Somebody please test under tranceive off mode (see previous posts).  The
> S-meter reading is probably wrong and the parm and ext parm are not
> implemented, but otherwise it is fairly complete.
>
> good luck
> ad7ai

Hi,

here are my results:

I could not figure out how to apply the patch with the patch-command so I 
implemented your changes manually.

I have only looked on the relevant part for IC-7000 I.e. not the parts that 
actually didn't change anything or for IC-746 or IC-7800.

There is an error in ic7000.c which was not caught until I tried to do a 
rigctl --list

const struct rig_caps IC7000_caps = {

should be:

const struct rig_caps ic7000_caps = {

(Continue reading)

Kent Hill | 6 Nov 2006 05:24
Picon

IC7000 backend

Here is the backend with the fixes and a repeat of the patches.

AD7AI

Attachment (ic7800.c): text/x-csrc, 7268 bytes
? Doxyfile
? Makefile
? Makefile.in
? aclocal.m4
? autom4te.cache
? config.log
? config.status
? configure
? debug
? hamlib.kdevelop
? hamlib.kdevelop.pcs
? hamlib.kdevses
? hamlib.pc
? hamlib.spec
? libtool
? patch092606
? alinco/.deps
? alinco/Makefile
? alinco/Makefile.in
? aor/.deps
? aor/Makefile
? aor/Makefile.in
? bindings/.deps
(Continue reading)

Roeland Th. Jansen | 6 Nov 2006 11:06
Picon
Favicon

Re: IC7000 backend

Kent Hill wrote:
> Here is the backend with the fixes and a repeat of the patches.

thanks. will apply them to the code I have here and test, May take a few
days though.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Roeland Th. Jansen | 6 Nov 2006 13:56
Picon
Favicon

Re: IC7000 backend

Kent Hill wrote:
> Here is the backend with the fixes and a repeat of the patches.

I patched them against the latest CVS and ic7800 already was patched (in
fact, I copied both ic7800.c and ic7000.c into the icom directory
beforehand. The patch worked OK.

The (unattended) build seemed to work ok and I created an rpm and installed.

Still something went awry:

rig: dlsym(initrigs2_icom) failed (rigctl: undefined symbol: initrigs2_icom)
Unknown rig num 360, or initialization error.

and will dig into that tomorrow-morning to see how/why that happens.

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Nate Bargmann | 6 Nov 2006 20:05

Re: IC7000 backend

On Sunday 05 November 2006 22:24, Kent Hill wrote:
> Here is the backend with the fixes and a repeat of the patches.

When you guys get everything working satisfactory, please let me know.

73, de Nate >>

--

-- 
 Wireless | Amateur Radio Station N0NB          |  Successfully Microsoft
  Amateur radio exams; ham radio; Linux info  <at>   | free since January 1998.
             http://www.qsl.net/n0nb/           |  "Debian, the choice of
             My Kawasaki KZ-650 SR  <at>             |     a GNU generation!"
        http://www.networksplus.net/n0nb/       |   http://www.debian.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Nate Bargmann | 7 Nov 2006 05:38

distclean bug in bindings directory

I believe I squashed the bug that was blocking the distclean target in the 
bindings directory.  On my build system (Slackware 10.2) it is now cleaning 
the bindings directory as well as the others leaving only Makefile.in of the 
generated files.  Which brings up another question.

How clean should distclean clean?  By its name, I would think that after 
running make distclean, the directories should be as clean as with a cvs 
checkout.  Right now several auto-generated files are still lying around 
including configure.  Running make clean should leave these files, but 
distclean should delete them.

Comments?

73, de Nate >>

--

-- 
 Wireless | Amateur Radio Station N0NB          |  Successfully Microsoft
  Amateur radio exams; ham radio; Linux info  <at>   | free since January 1998.
             http://www.qsl.net/n0nb/           |  "Debian, the choice of
             My Kawasaki KZ-650 SR  <at>             |     a GNU generation!"
        http://www.networksplus.net/n0nb/       |   http://www.debian.org

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
kent | 7 Nov 2006 08:03
Picon

Re: IC7000 backend

Roeland Th. Jansen wrote:
> Kent Hill wrote:
>   
>> Here is the backend with the fixes and a repeat of the patches.
>>     
>
> I patched them against the latest CVS and ic7800 already was patched (in
> fact, I copied both ic7800.c and ic7000.c into the icom directory
> beforehand. The patch worked OK.
>
> The (unattended) build seemed to work ok and I created an rpm and installed.
>
> Still something went awry:
>
> rig: dlsym(initrigs2_icom) failed (rigctl: undefined symbol: initrigs2_icom)
> Unknown rig num 360, or initialization error.
>
>   
Thats because of the error which the ic7000 file I just posted fixed.
> and will dig into that tomorrow-morning to see how/why that happens.
>
>   

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
kent | 7 Nov 2006 08:05
Picon

Re: IC7000 backend

Nate Bargmann wrote:
> On Sunday 05 November 2006 22:24, Kent Hill wrote:
>   
>> Here is the backend with the fixes and a repeat of the patches.
>>     
>
> When you guys get everything working satisfactory, please let me know.
>
> 73, de Nate >>
>
>   
The latest file should work ok.  But we'll wait to see what people say.

ad7ai

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
Kent Hill | 7 Nov 2006 08:23
Picon

IC7000 Backend

OOOOOOps!!!!   I just realized I sent the wrong file for the corrections 
to the symbol error.   :-[   Here is the fixed ic7000.c file.  The patch 
for the rest is unchanged.

Good luck!!!  This should really be the final fix, honest!

ad7ai
Attachment (ic7000.c): text/x-csrc, 8 KiB
? Doxyfile
? Makefile
? Makefile.in
? aclocal.m4
? autom4te.cache
? config.log
? config.status
? configure
? debug
? hamlib.kdevelop
? hamlib.kdevelop.pcs
? hamlib.kdevses
? hamlib.pc
? hamlib.spec
? libtool
? patch092606
? alinco/.deps
? alinco/Makefile
? alinco/Makefile.in
? aor/.deps
(Continue reading)

kent | 7 Nov 2006 08:35
Picon

Re: distclean bug in bindings directory

Nate Bargmann wrote:
> I believe I squashed the bug that was blocking the distclean target in the 
> bindings directory.  On my build system (Slackware 10.2) it is now cleaning 
> the bindings directory as well as the others leaving only Makefile.in of the 
> generated files.  Which brings up another question.
>
> How clean should distclean clean?  By its name, I would think that after 
> running make distclean, the directories should be as clean as with a cvs 
> checkout.  Right now several auto-generated files are still lying around 
> including configure.  Running make clean should leave these files, but 
> distclean should delete them.
>
> Comments?
>
> 73, de Nate >>
>
>   
Seems logical to me, but I'm not up on the make is still a bit of a 
black box to me.

AD7AI

-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642

Gmane