From: Andreas L. <ale...@ra...> - 2007-01-29 22:15:38
|
On Mon, 2007-01-29 at 22:52 +0100, Eric Bezault wrote: > Colin Adams wrote: > > It said it couldn't find a file with a name something like tools/c/ise.cfg. > > This does not make sense. Why does ise appear in the name of > this file which is supposed to contain C compiler names, and > even more strange if you are not using ISE to bootstrap? Smells like GOBO_CC has been set to 'ise'? If I do this and then try to bootstrap I get: ------ aleitner@salzburg:~/tmp/elisa-0.1.3$ cd $GOBO aleitner@salzburg:~/src/gobo$ export GOBO_CC=ise aleitner@salzburg:~/src/gobo$ cd work/bootstrap/ aleitner@salzburg:~/src/gobo/work/bootstrap$ sh bootstrap.sh gcc ge gec: cannot read '/home/aleitner/src/gobo/tool/gec/config/c/ise.cfg' BUILD FAILED!aleitner@salzburg:~/tmp/elisa-0.1.3$ cd $GOBO aleitner@salzburg:~/src/gobo$ export GOBO_CC=ise aleitner@salzburg:~/src/gobo$ cd work/bootstrap/ aleitner@salzburg:~/src/gobo/work/bootstrap$ sh bootstrap.sh gcc ge gec: cannot read '/home/aleitner/src/gobo/tool/gec/config/c/ise.cfg' BUILD FAILED! BUILD FAILED! BUILD FAILED! ------ If this is indeed the case, unset GOBO_CC. hth, Andreas |