Changeset 49d0704 in rtems


Ignore:
Timestamp:
01/24/02 14:18:41 (22 years ago)
Author:
Joel Sherrill <joel.sherrill@…>
Branches:
4.10, 4.11, 4.8, 4.9, 5, master
Children:
422289e
Parents:
d7aabb7c
Message:

2001-01-24 Joel Sherrill <joel@…>

  • README: Added Canadian Cross instructions.
Location:
scripts
Files:
2 edited

Legend:

Unmodified
Added
Removed
  • scripts/ChangeLog

    rd7aabb7c r49d0704  
     12001-01-24      Joel Sherrill <joel@OARcorp.com>
     2
     3        * README: Added Canadian Cross instructions.
     4
    152002-01-23      Ralf Corsepius <corsepiu@faw.uni-ulm.de>
    26
  • scripts/README

    rd7aabb7c r49d0704  
    200200sources (approx. 4-5MB per BSP).
    201201
     202Canadian Cross RPMS
     203-------------------
     204Normally one uses a GNU/Linux host computer to produce RPMs that are
     205to be installed and run on another GNU/Linux host computer.  When
     206building Canadian Cross RPMs, we build *-rtems tools that are to be
     207installed on a non-GNU/Linux host. 
     208
     209To build cygwin-rpms on a GNU/Linux host, you will to have a GNU/Linux ->
     210i386-cygwin cross-toolset installed and in your PATH before executing the
     211following 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
    202219Known Bugs/Deficiencies
    203220-----------------------
Note: See TracChangeset for help on using the changeset viewer.