summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:18:41 +0000
committerJoel Sherrill <joel.sherrill@OARcorp.com>2002-01-24 14:18:41 +0000
commit49d0704a0aadf5701ea04db96309aa14357f7535 (patch)
treeb465a065944adc5a443823fc18d4a9a7c4cd7d96
parent2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> (diff)
downloadrtems-49d0704a0aadf5701ea04db96309aa14357f7535.tar.bz2
2001-01-24 Joel Sherrill <joel@OARcorp.com>
* README: Added Canadian Cross instructions.
-rw-r--r--scripts/ChangeLog4
-rw-r--r--scripts/README17
2 files changed, 21 insertions, 0 deletions
diff --git a/scripts/ChangeLog b/scripts/ChangeLog
index 6115fac346..4db2702742 100644
--- a/scripts/ChangeLog
+++ b/scripts/ChangeLog
@@ -1,3 +1,7 @@
+2001-01-24 Joel Sherrill <joel@OARcorp.com>
+
+ * README: Added Canadian Cross instructions.
+
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
* configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
diff --git a/scripts/README b/scripts/README
index 8f6932148b..701d577e4b 100644
--- a/scripts/README
+++ b/scripts/README
@@ -199,6 +199,23 @@ rpm -ba /usr/src/[packages|redhat]/SPECS/rtems-<target_alias>-<bsp>.spec
Note: a BSP's src.rpm contains its spec-file and the tar-archive of the
sources (approx. 4-5MB per BSP).
+Canadian Cross RPMS
+-------------------
+Normally one uses a GNU/Linux host computer to produce RPMs that are
+to be installed and run on another GNU/Linux host computer. When
+building Canadian Cross RPMs, we build *-rtems tools that are to be
+installed on a non-GNU/Linux host.
+
+To build cygwin-rpms on a GNU/Linux host, you will to have a GNU/Linux ->
+i386-cygwin cross-toolset installed and in your PATH before executing the
+following commands:
+
+ cd scripts
+ ./configure --build=`../config.guess` --host=i386-cygwin \
+ --target=<target>
+ make
+ rpm --target=<i386-cygwin> -b[b|a] binutils/<target>-....spec
+
Known Bugs/Deficiencies
-----------------------