Compiling pocl 0.13 on RPi 3 ARMv7 Processor rev 4 (v7l), OS is KALI
kali-2017.01-rpi2
All dependencies appear to be updated
not sure how to resolve the compile errors.
Please advise
64_base_atomics -Dcl_khr_int64_extended_atomics -c -o
vecmathlib-pocl/acos.cc.bc ../../../lib/kernel/vecmathlib-pocl/acos.cc
In file included from ../../../lib/kernel/vecmathlib-pocl/acos.cc:3:
In file included from ../../../lib/kernel/vecmathlib-pocl/pocl-compat.h:8:
In file included from
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/vecmathlib.h:89:
In file included from
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/vec_pseudo.h:6:
In file included from
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floatprops.h:6:
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floattypes.h:44:2: error:
"isfinite is not a macro"
#error "isfinite is not a macro"
^
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floattypes.h:47:2: error:
"isinf is not a macro"
#error "isinf is not a macro"
^
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floattypes.h:50:2: error:
"isnan is not a macro"
#error "isnan is not a macro"
^
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floattypes.h:53:2: error:
"isnormal is not a macro"
#error "isnormal is not a macro"
^
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floattypes.h:56:2: error:
"signbit is not a macro"
#error "signbit is not a macro"
^
In file included from ../../../lib/kernel/vecmathlib-pocl/acos.cc:3:
In file included from ../../../lib/kernel/vecmathlib-pocl/pocl-compat.h:8:
In file included from
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/vecmathlib.h:93:
In file included from
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/vec_builtin.h:7:
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floatbuiltins.h:10:42:
warning: taking the absolute value of unsigned
type 'char' has no effect [-Wabsolute-value]
inline char builtin_abs(char x) { return __builtin_abs(x); }
^
../../../lib/kernel/vecmathlib-pocl/../vecmathlib/floatbuiltins.h:10:42:
note: remove the call to '__builtin_abs' since
unsigned values cannot be negative
inline char builtin_abs(char x) { return __builtin_abs(x); }
^~~~~~~~~~~~~
1 warning and 5 errors generated.
Makefile:1154: recipe for target 'vecmathlib-pocl/acos.cc.bc' failed
make[4]: *** [vecmathlib-pocl/acos.cc.bc] Error 1
make[4]: Leaving directory '/root/pocl-0.13/lib/kernel/host'
Makefile:481: recipe for target 'all-recursive' failed
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory '/root/pocl-0.13/lib/kernel'
Makefile:465: recipe for target 'all-recursive' failed
make[2]: *** [all-recursive] Error 1
make[2]: Leaving directory '/root/pocl-0.13/lib'
Makefile:640: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/root/pocl-0.13'
Makefile:526: recipe for target 'all' failed
make: *** [all] Error 2
-Doug
------------------------------------------------------------------------------
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