Hi Greg,

WSPR

SVN ver 4710 downloaded, installed "autogen" and ran it. Compile error:

/usr/bin/ld: thnix.o: relocation R_ARM_MOVW_ABS_NC against `mtxcom_' can not
be used when making a shared object; recompile with -fPIC

Makefile:
CFLAGS          +=      -fPIC
FFLAGS          +=      -fPIC

And it now compiles.

Must run

Alan VK2ZIW

On Mon, 1 Dec 2014 18:28:05 +1000, Alan VK2ZIW wrote
> Hi Greg,
> 
> Thanks for the suggestion.
> 
> Here are the "numpy" packages:
> numpy.armv7hl                             1:1.8.2-2.fc21
> numpy-f2py.armv7hl                        1:1.8.2-2.fc21
> python3-numpy.armv7hl                     1:1.8.2-2.fc21
> python3-numpy-f2py.armv7hl                1:1.8.2-2.fc21
> 
> yum install python3-numpy-f2py python3-numpy
> 
> Package 1:python3-numpy-f2py-1.8.2-2.fc21.armv7hl already installed 
> and latest Package 1:python3-numpy-1.8.2-2.fc21.armv7hl already 
> installed and latest
> 
> No other versions and in the Makefile:
> PYTHON          ?=      python3
> F2PY            ?=      /usr/bin/f2py3
> 
> Though the tty LXTerm sais "core dumped", it's nowhere to be found.
> 
> BTW: these "Seg Fault"s happen even if I pull the running code from
> the other ARM box (club.bmarc.org) so, it's in the libraries or environment
> me thinks.
> The same login is also on the box "club.bmarc.org".
> 
> 80
> 
> Alan VK2ZIW
> 
> On Mon, 01 Dec 2014 05:03:23 +0000, KI7MT wrote
> > Hi Alan,
> > 
> > Just FYI, if you have installed python-numpy (python2x version), and
> > your building later versions of WSJT (v10+) / WSPR (v4.0+), which use
> > Python3, you should remove python-numpy and only install python3-
> > numpy unless you need it elsewhere.
> > 
> > 73's
> > Greg, KI7MT
> > 
> > On 12/1/2014 02:55, Alan VK2ZIW wrote:
> > > Hi all,
> > > 
> > > DEV environment is ready.
> > > 
> > > "python3-pillow" is installed.
> > > 
> > > WSJT compiles, runs until "Monitor" is pressed then,
> > > Seg Fault.
> > > 
> > > Can you guys login and take a look?
> > > 
> > > Access SSH or RDP to www.unixservice.com.au
> > > User: wsjtdev
> > > pwd: wsjtdev2
> > > 
> > > Thanks
> > > 
> > > Alan VK2ZIW
> > > 
> > > On Mon, 1 Dec 2014 09:16:26 +1000, Alan VK2ZIW wrote
> > >> Hi all,
> > >>
> > >> WSJT Development ARM platform is ready.
> > >>
> > >> WSJT-X ARM platform is ready.
> > >>
> > >> WSJT, thus far, Python "PIL" issue.
> > >>
> > >> Details:
> > >>
> > >> 27/11    Loaded Fedora-XXXX-armhfp-21_TC2-sda.raw.xz from
> > >> /downloads/linux/fedora/arm..
> > >>  Copied the SD card's F21 root to /dev/sda1, fixed /etc/fstab, set 
> > >> root passwd      Then copied the zImage to an SD card of Bananian, 1st 
> > >> 500Mb (/boot)    Edited uEnv.txt Dev for WSJT: yum-config-manager -
> > >> -save --setopt=fedora.skip_if_unavailable=true yum groupinstall 
> > >> 'Development Tools'
> > >>
> > >> yum install python3-tkinter fftw-devel 
> > >> yum install python-devel python-numpy python-imaging-tk python-
> > >> pillow-tk yum install python3-numpy-f2py libsamplerate-devel alsa-
> > >> plugins-samplerate yum install portaudio portaudio-devel
> > >>
> > >> WSJT-X
> > >>
> > >> yum install qt-devel  <--- fails
> > >> Error: Package: libdrm-devel-2.4.58-1.fc21.armv7hl (fedora)
> > >>            Requires: libdrm = 2.4.58-1.fc21
> > >>            Installed: libdrm-2.4.58-3.fc21.armv7hl (@updates-testing)
> > >> Available: libdrm-2.4.58-1.fc21.armv7hl (fedora)
> > >>
> > >> Did:     yum clean all; yum repolist; enabled "updates-testing"
> > >>  vi /etc/yum.repos.d/fedora*
> > >> yum install qt-devel  <--- SUCCESS
> > >>
> > >> On Sat, 29 Nov 2014 09:12:02 +1000, Alan VK2ZIW wrote
> > >>> Hi all,
> > >>>
> > >>> I've downloaded Fedora-LXDE-armhfp-21-TC2-sda.raw.xz and installed
> > >>> it onto my Banana Pi with SATA disk. No small feet as there are no
> > >>> instructions that WORK. I've got there by using the "uboot" from
> > >>> Bananian to load the kernel from Fedora and use the SATA disk as root
> > >>> copied from the Fedora SD card.
> > >>> (when running on SATA, the SD card can be removed/changed)
> > >>>
> > >>> Gotcha: Still kernel 3.4.90 with no kernel modules. Obviously
> > >>> the Fedora team are awaiting the 3.17.4-300.fc21 kernel.
> > >>>
> > >>> So now it's software development time:
> > >>>
> > >>> # python -V  =>  3.4.1
> > >>>
> > >>> gcc 4.9
> > >>> gcc-gfortran 4.9
> > >>>
> > >>> Access for you guys, SSH and RDP to www.unixservice.com.au
> > >>> user: wsjtdev 
> > >>> pwd:  wsjtdev2
> > >>>
> > >>> Have fun.
> > >>>
> > >>> Alan VK2ZIW
> > >>>
> > >>> On Fri, 28 Nov 2014 11:53:16 -0500, Joe Taylor wrote
> > >>>> Bill --
> > >>>>
> > >>>>> ...  How about leaving things as is
> > >>>>> except that the newly generated CQ message gets displayed in the "Gen
> > >>>>> msg" box (this is a clear defect as it stands now) and the "Gen msg"
> > >>>>> radio button gets selected. The custom free text message can stay
> > >>>>> unchanged. That way we don't have too much difference in behaviour
> > >>>>> between tab 1 and tab 2.
> > >>>>
> > >>>> OK, that's a reasonable solution.  Tab 1 stays as is.
> > >>>>
> > >>>>        -- Joe
> > >>>>
> > >>>>
> > >
------------------------------------------------------------------------------
> > >>>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > >>>> from Actuate! Instantly Supercharge Your Business Reports and 
> > >>>> Dashboards
> > >>>> with Interactivity, Sharing, Native Excel Exports, App Integration & 
> > >>>> more Get technology previously reserved for billion-dollar 
> > >>>> corporations, FREE
> > >>>
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > >>>> _______________________________________________
> > >>>> wsjt-devel mailing list
> > >>>> wsjt-devel@lists.sourceforge.net
> > >>>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> > >>>
> > >>> Alan
> > >>>
> > >>> Man's greatest waste of time: Worshipping the wrong God.
> > >>> Consider Jesus.
> > >>>
---------------------------------------------------------------------------
> > >>> Alan Beard               Unix Support Technician from 1984 to today
> > >>> 70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO 
> > >>> OpenServer 5.0.X Emu Heights N.S.W. 2750  Routers, terminal servers, 
> > >>> printers, terminals etc.. +61 2 47353013 (h)       Support 
> > >>> Programming, shell scripting, "C", assembler 0414 353013 (mobile)    
> > >>>  After uni, electr
> > >>>
> > >>>
> ------------------------------------------------------------------------------
> > >>> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > >>> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > >>> with Interactivity, Sharing, Native Excel Exports, App Integration & 
> > >>> more Get technology previously reserved for billion-dollar 
> > >>> corporations, FREE
> > >>
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > >>> _______________________________________________
> > >>> wsjt-devel mailing list
> > >>> wsjt-devel@lists.sourceforge.net
> > >>> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> > >>
> > >> Alan
> > >>
> > >> Man's greatest waste of time: Worshipping the wrong God.
> > >> Consider Jesus.
> > >> ---------------------------------------------------------------------------
> > >> Alan Beard               Unix Support Technician from 1984 to today
> > >> 70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO 
> > >> OpenServer 5.0.X Emu Heights N.S.W. 2750  Routers, terminal servers, 
> > >> printers, terminals etc.. +61 2 47353013 (h)       Support 
> > >> Programming, shell scripting, "C", assembler 0414 353013 (mobile)    
> > >>  After uni, electr
> > >>
> > >>
> ------------------------------------------------------------------------------
> > >> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > >> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > >> with Interactivity, Sharing, Native Excel Exports, App Integration & 
> > >> more Get technology previously reserved for billion-dollar 
> > >> corporations, FREE
> > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > >> _______________________________________________
> > >> wsjt-devel mailing list
> > >> wsjt-devel@lists.sourceforge.net
> > >> https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> > > 
> > > 
> > > Alan
> > > 
> > > Man's greatest waste of time: Worshipping the wrong God.
> > > Consider Jesus.
> > > ---------------------------------------------------------------------------
> > > Alan Beard               Unix Support Technician from 1984 to today
> > > 70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer
5.0.X
> > > Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals
etc..
> > > +61 2 47353013 (h)       Support Programming, shell scripting, "C",
assembler
> > > 0414 353013 (mobile)     After uni, electr
> > > 
> > > 
> > >
------------------------------------------------------------------------------
> > > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > > with Interactivity, Sharing, Native Excel Exports, App Integration & more
> > > Get technology previously reserved for billion-dollar corporations, FREE
> > > http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > > _______________________________________________
> > > wsjt-devel mailing list
> > > wsjt-devel@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> > >
> > 
> > -- 
> > 73's
> > Greg, KI7MT
> > 
> > ------------------------------------------------------------------------------
> > Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> > from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> > with Interactivity, Sharing, Native Excel Exports, App Integration & 
> > more Get technology previously reserved for billion-dollar 
> > corporations, FREE
> http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> > _______________________________________________
> > wsjt-devel mailing list
> > wsjt-devel@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wsjt-devel
> 
> Alan
> 
> Man's greatest waste of time: Worshipping the wrong God.
> Consider Jesus.
> ---------------------------------------------------------------------------
> Alan Beard               Unix Support Technician from 1984 to today
> 70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO 
> OpenServer 5.0.X Emu Heights N.S.W. 2750  Routers, terminal servers, 
> printers, terminals etc.. +61 2 47353013 (h)       Support 
> Programming, shell scripting, "C", assembler 0414 353013 (mobile)    
>  After uni, electr
> 
> ------------------------------------------------------------------------------
> Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
> from Actuate! Instantly Supercharge Your Business Reports and Dashboards
> with Interactivity, Sharing, Native Excel Exports, App Integration & 
> more Get technology previously reserved for billion-dollar 
> corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
> _______________________________________________
> wsjt-devel mailing list
> wsjt-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wsjt-devel


Alan

Man's greatest waste of time: Worshipping the wrong God.
Consider Jesus.
---------------------------------------------------------------------------
Alan Beard               Unix Support Technician from 1984 to today
70 Wedmore Rd.           Sun Solaris, AIX, HP/UX, Linux, SCO OpenServer 5.0.X
Emu Heights N.S.W. 2750  Routers, terminal servers, printers, terminals etc..
+61 2 47353013 (h)       Support Programming, shell scripting, "C", assembler
0414 353013 (mobile)     After uni, electr


------------------------------------------------------------------------------
Download BIRT iHub F-Type - The Free Enterprise-Grade BIRT Server
from Actuate! Instantly Supercharge Your Business Reports and Dashboards
with Interactivity, Sharing, Native Excel Exports, App Integration & more
Get technology previously reserved for billion-dollar corporations, FREE
http://pubads.g.doubleclick.net/gampad/clk?id=157005751&iu=/4140/ostg.clktrk
_______________________________________________
wsjt-devel mailing list
wsjt-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wsjt-devel

Reply via email to