Good day Michal
Thank you for the reply
Looks like my Kali distro and updates are on GCC (7.2.0-4)
gcc -v
Using built-in specs.
COLLECT_GCC=gcc
COLLECT_LTO_WRAPPER=/usr/lib/gcc/arm-linux-gnueabihf/7/lto-wrapper
Target: arm-linux-gnueabihf
Configured with: ../src/configure -v --with-pkgversion='Debian 7.2.0-4'
--with-bugurl=file:///usr/share/doc/gcc-7/README.Bugs
--enable-languages=c,ada,c++,go,d,fortran,objc,obj-c++ --prefix=/usr
--with-gcc-major-version-only --program-suffix=-7
--program-prefix=arm-linux-gnueabihf- --enable-shared
--enable-linker-build-id --libexecdir=/usr/lib --without-included-gettext
--enable-threads=posix --libdir=/usr/lib --enable-nls --with-sysroot=/
--enable-clocale=gnu --enable-libstdcxx-debug --enable-libstdcxx-time=yes
--with-default-libstdcxx-abi=new --enable-gnu-unique-object
--disable-libitm --disable-libquadmath --enable-plugin --enable-default-pie
--with-system-zlib --with-target-system-zlib --enable-objc-gc=auto
--enable-multiarch --disable-sjlj-exceptions --with-arch=armv7-a
--with-fpu=vfpv3-d16 --with-float=hard --with-mode=thumb --disable-werror
--enable-checking=release --build=arm-linux-gnueabihf
--host=arm-linux-gnueabihf --target=arm-linux-gnueabihf
Thread model: posix
gcc version 7.2.0 (Debian 7.2.0-4)
So should I use the pocl-0.14 master ?
I see that CMAKE has replaced configure but have not worked with CMAKE.
Do you know of a help files to run cmake for pocl-0.14 ?
also should I use clang+llvm-5.0.0 compiled for arm7a ?
Thanks again for the help
Doug
----------------------------------------
From: "Michal Babej" <[email protected]>
Sent: Sunday, September 24, 2017 4:13 AM
To: [email protected]
Cc: [email protected]
Subject: Re: [pocl-devel] pocl-0.13 compile error ?
Hi,
On Wed, 20 Sep 2017 13:03:07 -0400
"Doug Shubert - AGS" <[email protected]> wrote:
> error: "isfinite is not a macro"
> #error "isfinite is not a macro"
This is caused by a new version of GCC (6.x) which changed
some functions to macros. This has been reported:
https://github.com/pocl/pocl/issues/357
.. and fixed in master.
Also, as Pekka said, don't get your hopes too high with pocl+ARM, many
things work but also quite a few do not.
Cheers,
-- mb
------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
pocl-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/pocl-devel