Re: [wsjt-devel] Raspberry Pi

2016-01-16 Thread Bill Somerville
On 16/01/2016 11:10, Paul wrote: > Hi I looked at the lines following the compile failure of wsjtx using > jtsdk on my raspberry pi 2 and it is as follows: > I am using Ubuntu Mate not Raspbian, although I could set up Raspbian > if there is any interest. > The code is version 4.0 r6403 Ubuntu

Re: [wsjt-devel] Raspberry Pi

2016-01-16 Thread Greg Beam
Hi Richard, This is ill advised for a number of reasons. > > "if someone tells me which > files after the build are essential to running wsjtx I make a built tarball > available." > Just to name a few: [1] Joe has asked ( on more than one occasion ) that we not re-distribute unofficial

[wsjt-devel] Raspberry Pi

2016-01-16 Thread Paul
Hi I looked at the lines following the compile failure of wsjtx using jtsdk on my raspberry pi 2 and it is as follows: I am using Ubuntu Mate not Raspbian, although I could set up Raspbian if there is any interest. The code is version 4.0 r6403 c++: internal compiler error: Killed (program

Re: [wsjt-devel] Raspberry Pi

2016-01-16 Thread Greg Beam
Hi Richard, His problem is during the build not after. If he's installed JTSDK he has all the runtime files he needs. Likewise, if he's installed WSJT-X from either the formal release .deb ( using Gdebi etc) that would also resolve the runtime deps. There is already a method in place for

Re: [wsjt-devel] Raspberry Pi

2016-01-16 Thread Richard Bown
On Sat, 16 Jan 2016 11:12:04 -0700 Greg Beam wrote: > Hi Paul, > > More than likely you've run out of system resources. > > I would create a swap partition if you don't already have one (at least > 1GB to 2 GB) and you may want to edit /usr/bin/jtsdk-wsjtx to use only >

Re: [wsjt-devel] possible defect in the FFT code

2016-01-16 Thread Игорь Ч
Hi Joe and All, There are my results on tuning r6373 FTRSD parameters for HF files: file jt65_decode.f90: line 102 thresh0=2.4 line 105 thresh0=1.0 file ftrsd.c: line 135 thresh0[i]=1.2*perr[ii][jj]; Getting with original r6373 3054 correct JT65 decodes from my set of wav files. Getting from

Re: [wsjt-devel] Raspberry Pi

2016-01-16 Thread Greg Beam
Hi Paul, More than likely you've run out of system resources. I would create a swap partition if you don't already have one (at least 1GB to 2 GB) and you may want to edit /usr/bin/jtsdk-wsjtx to use only one or two cores rather than all 4 cores. 73's Greg, KI7MT On 1/15/2016 10:53, Paul