Changeset 49d0704 in rtems for scripts/README
- Timestamp:
- Jan 24, 2002, 2:18:41 PM (19 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 422289e
- Parents:
- d7aabb7
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
scripts/README
rd7aabb7 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.