forked from Imagelibrary/rtems
2001-01-24 Joel Sherrill <joel@OARcorp.com>
* README: Added Canadian Cross instructions.
This commit is contained in:
@@ -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>
|
2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
|
||||||
|
|
||||||
* configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
|
* configure.ac: Add AC_PREFIX_DEFAULT([/opt/rtems]).
|
||||||
|
|||||||
@@ -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
|
Note: a BSP's src.rpm contains its spec-file and the tar-archive of the
|
||||||
sources (approx. 4-5MB per BSP).
|
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
|
Known Bugs/Deficiencies
|
||||||
-----------------------
|
-----------------------
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user