This is the mail archive of the crossgcc@sourceware.org mailing list for the crossgcc project.

See the CrossGCC FAQ for lots more information.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

CLooG build error


Using latest hg, barebones configuration arm cpu:

...
[CFG ?] ? ? ? ? ? ? ? ? /*-----------------------------------------------*
[CFG ?] ? ? ? ? ? ? ? ? ?* ? ? ? ? ? CLooG configuration is OK ? ? ? ? ? *
[CFG ?] ? ? ? ? ? ? ? ? ?*-----------------------------------------------*/
[CFG ?] ? ?It appears that your system is OK to start CLooG
compilation. You need
[CFG ?] ? ?now to type "make". After compilation, you should check
CLooG by typing
[CFG ?] ? ?"make check". If no problem occur, you can type "make uninstall" if
[CFG ?] ? ?you are upgrading an old version. Lastly type "make
install" to install
[CFG ?] ? ?CLooG on your system (log as root if necessary).
[EXTRA] ? ?Building CLooG/ppl
[DEBUG] ? ?==> Executing: 'make' '-j2' 'libcloog.la'
[ALL ?] ? ?make[1]: Entering directory
`/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/build-cloog-ppl'
[ALL ?] ? ?/bin/bash ./libtool ?--tag=CC ? --mode=compile
x86_64-build_unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I.
-I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10
-I./include/cloog -I./include
-I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/include
?-I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/include
-I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/include
?-Wall -fomit-frame-pointer -pipe ?-MT block.lo -MD -MP -MF
.deps/block.Tpo -c -o block.lo `test -f 'source/block.c' || echo
'/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/'`source/block.c
[ALL ?] ? ?/bin/bash ./libtool ?--tag=CC ? --mode=compile
x86_64-build_unknown-linux-gnu-gcc -DHAVE_CONFIG_H -I.
-I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10
-I./include/cloog -I./include
-I/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/include
?-I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/include
-I/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/static/include
?-Wall -fomit-frame-pointer -pipe ?-MT loop.lo -MD -MP -MF
.deps/loop.Tpo -c -o loop.lo `test -f 'source/loop.c' || echo
'/home/cmorgan/ct-ng-install/bin/.build/src/cloog-ppl-0.15.10/'`source/loop.c
[ALL ?] ? ?mv -f .deps/loop.Tpo .deps/loop.Plo
[ALL ?] ? ?mv -f .deps/block.Tpo .deps/block.Plo
[ALL ?] ? ?mv: mv: cannot stat `.deps/loop.Tpo': No such file or directory
[ERROR] ? ?make[1]: *** [loop.lo] Error 1
[ALL ?] ? ?make[1]: *** Waiting for unfinished jobs....
[ALL ?] ? ?cannot stat `.deps/block.Tpo': No such file or directory
[ERROR] ? ?make[1]: *** [block.lo] Error 1
[ALL ?] ? ?make[1]: Leaving directory
`/home/cmorgan/ct-ng-install/bin/.build/arm-unknown-eabi/build/build-cloog-ppl'
[ERROR]
[ERROR] ?>>
[ERROR] ?>> ?Build failed in step 'Installing CLooG/ppl'
[ERROR] ?>> ? ? ? ?called in step '(top-level)'
[ERROR] ?>>
[ERROR] ?>> ?Error happened in: CT_DoExecLog[scripts/functions@172]
[ERROR] ?>> ? ? ? ?called from:
do_cloog[scripts/build/companion_libs/cloog.sh@61]
[ERROR] ?>> ? ? ? ?called from: main[scripts/crosstool-NG.sh@597]
[ERROR] ?>>
[ERROR] ?>> ?For more info on this error, look at the file: 'build.log'
[ERROR] ?>> ?There is a list of known issues, some with workarounds, in:
[ERROR] ?>>
'/home/cmorgan/ct-ng-install/share/doc/crosstool-ng/ct-ng.hg@default-188d58cfe7cf/B
- Known issues.txt'
[ERROR]
[ERROR] ?(elapsed: 146:14.54)
...

Dependency issue in cloog? Anyone else seeing this?

Chris

--
For unsubscribe information see http://sourceware.org/lists.html#faq


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]