Changeset 49d0704 in rtems
- Timestamp:
- 01/24/02 14:18:41 (22 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 422289e
- Parents:
- d7aabb7c
- Location:
- scripts
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/ChangeLog
rd7aabb7c r49d0704 1 2001-01-24 Joel Sherrill <joel@OARcorp.com> 2 3 * README: Added Canadian Cross instructions. 4 1 5 2002-01-23 Ralf Corsepius <corsepiu@faw.uni-ulm.de> 2 6 -
scripts/README
rd7aabb7c r49d0704 200 200 sources (approx. 4-5MB per BSP). 201 201 202 Canadian Cross RPMS 203 ------------------- 204 Normally one uses a GNU/Linux host computer to produce RPMs that are 205 to be installed and run on another GNU/Linux host computer. When 206 building Canadian Cross RPMs, we build *-rtems tools that are to be 207 installed on a non-GNU/Linux host. 208 209 To build cygwin-rpms on a GNU/Linux host, you will to have a GNU/Linux -> 210 i386-cygwin cross-toolset installed and in your PATH before executing the 211 following commands: 212 213 cd scripts 214 ./configure --build=`../config.guess` --host=i386-cygwin \ 215 --target=<target> 216 make 217 rpm --target=<i386-cygwin> -b[b|a] binutils/<target>-....spec 218 202 219 Known Bugs/Deficiencies 203 220 -----------------------
Note: See TracChangeset
for help on using the changeset viewer.