From 49d0704a0aadf5701ea04db96309aa14357f7535 Mon Sep 17 00:00:00 2001 From: Joel Sherrill Date: Thu, 24 Jan 2002 14:18:41 +0000 Subject: 2001-01-24 Joel Sherrill * README: Added Canadian Cross instructions. --- scripts/ChangeLog | 4 ++++ scripts/README | 17 +++++++++++++++++ 2 files changed, 21 insertions(+) (limited to 'scripts') 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 + + * README: Added Canadian Cross instructions. + 2002-01-23 Ralf Corsepius * 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--.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= + make + rpm --target= -b[b|a] binutils/-....spec + Known Bugs/Deficiencies ----------------------- -- cgit v1.2.3