From 55837f7e4d99fa6c988edb6278f287789f490273 Mon Sep 17 00:00:00 2001 From: Ralf Corsepius Date: Tue, 25 Mar 2003 08:55:26 +0000 Subject: Merger from rtems-4-6-branch. --- README.cdn-X | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) (limited to 'README.cdn-X') 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 /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=`/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 -> cc -(E.g.: ln -s /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 /make/ directory hierarchy is not treated correctly. -- cgit v1.2.3