summaryrefslogtreecommitdiffstats
path: root/README.cdn-X
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 11:03:53 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-13 11:03:53 +0000
commit7d9818cb47fbbc12f47c3a6f1374c79c210b99e8 (patch)
tree6cabecc8e1d4b708cd17e9558cc5c0687a123a19 /README.cdn-X
parent2003-03-12 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-7d9818cb47fbbc12f47c3a6f1374c79c210b99e8.tar.bz2
2003-03-13 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* acinclude.m4: Fix broken comments. Add hidden option --enable-experimental. * README.cdn-X: Update. * configure.ac: Build tools/build as host and build-host tools to accomodate those BSPs applying packhex in <BSP>.cfg. Build tools/cpu as build-host tools.
Diffstat (limited to 'README.cdn-X')
-rw-r--r--README.cdn-X18
1 files changed, 3 insertions, 15 deletions
diff --git a/README.cdn-X b/README.cdn-X
index d238bebfb7..d259d5d4b2 100644
--- a/README.cdn-X
+++ b/README.cdn-X
@@ -38,7 +38,7 @@ mkdir build
cd build
<path>/rtems/configure [options] \
--target=sparc-rtems \
---prefix=/opt/cygwin/rtems/sparc-rtems
+--prefix=/opt/cygwin
make
make install
@@ -56,11 +56,11 @@ cd host
--target=sparc-rtems \
--build=`<path>/rtems/config.guess` \
--host=i386-cygwin \
---prefix=/opt/cygwin/rtems
+--prefix=/opt/cygwin
make
make install
-This will build RTEMS host-tools for i386-cygwin and install it to the given
+This will build RTEMS host-tools for i386-cygwin and install them to the given
PREFIX.
@@ -70,16 +70,4 @@ PREFIX.
* At present time, building RTEMS Canadian Cross is known to be immature, and
to require additional work. Do not expect this to work.
-* The configure scripts expect to find a native c-compiler called "cc". If
-your host doesn't have such a "cc" (e.g. Cygwin) or has a non-functional
-"cc" (eg. Solaris) try introducing a symlink <functional-cc> -> cc
-(E.g.: ln -s <path-to>/gcc /opt/rtems/bin/cc) and make sure this cc can be
-found on $PATH.
-
-* It will *not* work for all BSPs requiring BSP-specific host-tools
-(Unfortunately, this comprizes i386-rtems/pcx86 and all powerpc BSPs).
-
-* Incomplete support for *_FOR_TARGET, *_FOR_HOST, *_FOR_BUILD environment
-variables.
-
* The <toplevel>/make/ directory hierarchy is not treated correctly.