RTEMS 4.5.0-beta1c build problem

Charles-Antoine Gauthier charles.gauthier at nrc.ca
Wed Mar 22 14:49:54 UTC 2000


Patrick.VARNEY at syntegra.bt.co.uk wrote:
> 
> We've got RTEMS 4.0.0 and the cross-compilation tools built in /usr/local
> and I'm now trying to build RTEMS 4.5.0 for powerpc in
> /usr/local/rtems-4.5.0-beta1c to keep it separate from 4.0.0. However, when
> I run ./configure --prefix=/usr/local/rtems-4.5.0-beta1c
> --target=powerpc-rtems, the script goes round and round forever, repeatedly
> complaining that it can't find powerpc-rtems/c. Anyone got any idea what's
> going on ? It's okay if I don't give it the --target option, but then I get
> the i686 target by default.
> 
> TIA
> 
> Patrick Varney
> Tel. 01932 773576
> Mob. 0771 8046 750
> email patrick.varney at syntegra.bt.co.uk

Looks like your building in the source directory. Is this suppose to
work?

I always do:

mkdir build-powerpc-rtems
cd build-powerpc-rtems
../rtems/configure --target=powerpc-rtems ...

AFAIK, many GNU-style packages will not build in the source tree. RTEMS
might now be one of those since the switch to automake.

-- 
Charles-Antoine Gauthier
Institute for Information Technology   Institut de technologie de
l'information
National Research Council of Canada    Conseil national de recherches du
Canada



More information about the users mailing list