Dear Bill, Did compile the whole package and everything is working fine now. The reason I did not want to build the whole thing, is it takes a lot of time and needs some more packages. But now it is done.
Thanks a lot for the help! I am really happy that it works fine. Pavel send me the first bitstream for testing and now I can record 8 bands simultaneously! Is fantastic to see all the bands at once, without the need to wait 8x2min = 16min for a complete overview. 73 de PA7T / Clemens Am 15.03.2016 um 22:15 schrieb Bill Somerville <[email protected]>: > On 15/03/2016 20:54, Clemens Heese wrote: >> Is there a possibility to use cmake to install just wsprd? the whole qt >> stuff is a bit heavy on this small system. > Hi Clemens, > > Qt should not add much CPU load as it is event driven. > > The CMake install target for WSJT-X is a single target, it is meant to > install a complete package. We could split the project into separate > builds with separate CMakeLists.txt scripts for each but that would also > imply separate installers for each component as well. IMO a single CMake > script is easier to maintain and safer to use, as you have seen any part > of the package can be built very quickly for testing. > > BTW I have not mentioned that you need to tune the Fortran compiler for > the target machine as well. Try building the whole WSJT-X application > with the following small addition to the CMake configuration: > > FFLAGS="$CFLAGS" > > which will pass the same tuning flags to the Fortran compiler as passed > to the C and C++ compilers. Once you have done a full build re-builds > after updates should normally only take a short time as the re-builds > are optimal and minimal. This relies on you not cleaning or > reconfiguring the build tree. > > With respect to you having to use the 'softfp' FP ABI and Pavel using > the 'hard' FP ABI, I assume this is due to the prerequisites being built > with either the software emulation or the 'softfp' FP ABI. You need to > build all of Qt, FFTW3 and Hamlib with the same FP ABI. You may be > restricted by the options chosen for your distribution by the package > maintainers but you always have the option to build them from source as > you should be already doing with Hamlib. > > 73 > Bill > G4WJS. > > ------------------------------------------------------------------------------ > Transform Data into Opportunity. > Accelerate data analysis in your applications with > Intel Data Analytics Acceleration Library. > Click to learn more. > http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 > _______________________________________________ > wsjt-devel mailing list > [email protected] > https://lists.sourceforge.net/lists/listinfo/wsjt-devel ------------------------------------------------------------------------------ Transform Data into Opportunity. Accelerate data analysis in your applications with Intel Data Analytics Acceleration Library. Click to learn more. http://pubads.g.doubleclick.net/gampad/clk?id=278785231&iu=/4140 _______________________________________________ wsjt-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wsjt-devel
