From: Eric B. <er...@go...> - 2007-01-30 08:23:51
|
Colin Adams wrote: >> From: Andreas Leitner <ale...@ra...> > >> 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: >> If this is indeed the case, unset GOBO_CC. > > That did the trick. > > But why is GOBO_CC being looked at in this case, since the compilers > have been specifically requested? What you specify during the bootstrap is the C compiler to be used to compile the C files in the bootstrap directory. Not the C compiler to be used as back-end C compiler associated with the chosen Eiffel compiler. GOBO_CC is used to tell gec which C compiler to be used as back-end C compiler. See: http://www.gobosoft.com/eiffel/gobo/gec/usage.html Now I wonder why you set GOBO_CC to 'ise'. What did you try to do when doing that? -- Eric Bezault mailto:er...@go... http://www.gobosoft.com |