During 'make check' 1 test has failed:
/*-----------------------------------------------*
* Testing CLooG: SPECIAL test set
*-----------------------------------------------*/
Check file ./isl/unroll.cloog \c
(options -first-unroll 1 isl/jacobi-shared -f 4 -l -1 -override -strides 1 -sh 1 isl/unroll2 -first-unroll 1 backtrack -f 1 -backtrack vasilache -f 8 -l 9 merge -f -1 equality -f -1 -l 2 -override equality2 -f -1 -l 4 -esp 1 -override otl -block 1 -esp 0 -otl 0 param-split -f -1 pouchet -f 3 -l 7 stride -f -1 -strides 1 stride2 -f -1 -strides 1 sor1d -f -1 ), \c
generating... \c
[CLooG] ERROR: isl/jacobi-shared file does not exist.
--- cloog_temp 2012-08-12 14:11:27.897348800 +1000
+++ ./isl/unroll.c 2011-10-18 04:06:19.000000000 +1100
@@ -0,0 +1,12 @@
+/* Generated from ./isl/unroll.cloog by CLooG 0.16.3-13-gbbcc8fc gmp bits in 0.00s. */
+S1(0);
+S1(1);
+S1(2);
+S1(3);
+S1(4);
+S1(5);
+S1(6);
+S1(7);
+S1(8);
+S1(9);
+S1(10);
FAIL: ./isl/unroll.c is not the same
\033[31m[CLooG] FAIL: 1 tests failed in SPECIAL\033[0m
FAIL: ./check_special.sh
===================================================
1 of 5 tests failed
Please report to
cloog-de...@googlegroups.com===================================================
Makefile:642: recipe for target `check-TESTS' failed
make[2]: *** [check-TESTS] Error 1
make[2]: Leaving directory `/src/cloog-0.17.0/test'
Makefile:764: recipe for target `check-am' failed
make[1]: *** [check-am] Error 2
make[1]: Leaving directory `/src/cloog-0.17.0/test'
Makefile:885: recipe for target `check-recursive' failed
make: *** [check-recursive] Error 1
The attached are config.log files for both GMP-5.0.5 and CLooG-0.17.0 (with ISL-0.10.0, not the default one).
Nevertheless, configure, make and make install were successful. Could you please tell me if the test failure above is critical for the purpose of building CLooG - I'm trying to create myown ARM Cortex-M3 cross-complier and want to use CLooG as a component of Graphite optimization engine in my ARM GCC cross-complier.
Thanks!
Mikhail