On 15/03/2016 13:34, Bill Somerville wrote:
rm CMakeCache.txt
CFLAGS="-Wno-missing-braces -march=armv7-a -mcpu=cortex-a9
-mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math" \
CXXFLAGS="$CFLAGS" \
cmake -D CMAKE_INSTALL_PREFIX=/root/src/wsjt/src/build/Debug/ \
CMAKE_PREFIX_PATH=/root/src/hamlib\
/root/src/wsjtx/src
Hi Clemens & Pavel,
sorry, I have mixed up release and debug configurations there, I should
have written:
rm CMakeCache.txt
CFLAGS="-Wno-missing-braces -march=armv7-a -mcpu=cortex-a9
-mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math" \
CXXFLAGS="$CFLAGS" \
CMAKE_BUILD_TYPE=Debug \
CMAKE_PREFIX_PATH=/root/src/hamlib\
/root/src/wsjtx/src
or
rm CMakeCache.txt
CFLAGS="-Wno-missing-braces -march=armv7-a -mcpu=cortex-a9
-mtune=cortex-a9 -mfpu=neon -mfloat-abi=hard -ffast-math" \
CXXFLAGS="$CFLAGS" \
cmake -D CMAKE_INSTALL_PREFIX=/root/local/\
CMAKE_PREFIX_PATH=/root/src/hamlib\
/root/src/wsjtx/src
Although I would not use root at all for development!
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