summaryrefslogtreecommitdiffstats
path: root/README.cdn-X
diff options
context:
space:
mode:
authorRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:55:26 +0000
committerRalf Corsepius <ralf.corsepius@rtems.org>2003-03-25 08:55:26 +0000
commit55837f7e4d99fa6c988edb6278f287789f490273 (patch)
tree939683115367dfa5a3518d696a2c1999b336b26f /README.cdn-X
parentMerger from rtems-4-6-branch. (diff)
downloadrtems-55837f7e4d99fa6c988edb6278f287789f490273.tar.bz2
Merger from rtems-4-6-branch.
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.