mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 23:23:13 +00:00
fixes from David Fiddes
This commit is contained in:
@@ -53,7 +53,7 @@ process. You must @b{NOT} use @code{WinZip} or
|
|||||||
the GNU @code{zip} and @code{tar} programs as shown below:
|
the GNU @code{zip} and @code{tar} programs as shown below:
|
||||||
|
|
||||||
@example
|
@example
|
||||||
tar -xzvf archive.gzip
|
tar -xzvf archive.tgz
|
||||||
@end example
|
@end example
|
||||||
|
|
||||||
@code{tar} is provided with Cygwin32.
|
@code{tar} is provided with Cygwin32.
|
||||||
@@ -131,11 +131,11 @@ Web browser or ftp client.
|
|||||||
|
|
||||||
@subsection System Requirements
|
@subsection System Requirements
|
||||||
|
|
||||||
Although the finished cross-compiler is fairly easy on resources
|
Although the finished cross-compiler is fairly easy on resources,
|
||||||
building it can take a significant amount of processing power and
|
building it can take a significant amount of processing power and
|
||||||
disk space. The recommended build system spec is:
|
disk space. The recommended build system spec is:
|
||||||
|
|
||||||
@itemize @bullet
|
@enumerate
|
||||||
|
|
||||||
@item An AMD K6-300, Pentium II-300 or better processor. GNU C and Cygwin32 are
|
@item An AMD K6-300, Pentium II-300 or better processor. GNU C and Cygwin32 are
|
||||||
@b{very} CPU hungry.
|
@b{very} CPU hungry.
|
||||||
@@ -144,10 +144,10 @@ disk space. The recommended build system spec is:
|
|||||||
|
|
||||||
@item At least 400MB of FAT16 disk space or 250MB if you have an NTFS partition.
|
@item At least 400MB of FAT16 disk space or 250MB if you have an NTFS partition.
|
||||||
|
|
||||||
@end itemize
|
@end enumerate
|
||||||
|
|
||||||
Even with this spec of machine expect the full suite to take over 2 hours to
|
Even with this spec of machine expect the full suite to take over 2 hours to
|
||||||
build with a further hour for RTEMS itself.
|
build with a further half an hour for RTEMS itself.
|
||||||
|
|
||||||
|
|
||||||
@section Installing Cygwin32 B19
|
@section Installing Cygwin32 B19
|
||||||
@@ -242,8 +242,6 @@ instructions in @ref{Unarchiving the Tools} into the /source directory.
|
|||||||
Apply the appropriate RTEMS specific patch as detailed in
|
Apply the appropriate RTEMS specific patch as detailed in
|
||||||
@ref{Apply RTEMS Patch to binutils}.
|
@ref{Apply RTEMS Patch to binutils}.
|
||||||
|
|
||||||
@b{NOTE}: See @ref{Bug in Patch Utility}.
|
|
||||||
|
|
||||||
@item In the @code{/build/binutils} directory, execute the following
|
@item In the @code{/build/binutils} directory, execute the following
|
||||||
command to configure @value{BINUTILS-VERSION}:
|
command to configure @value{BINUTILS-VERSION}:
|
||||||
|
|
||||||
@@ -342,7 +340,7 @@ make cross
|
|||||||
You must do a @code{make cross} (not a simple @code{make})
|
You must do a @code{make cross} (not a simple @code{make})
|
||||||
to insure that the different packages are built in the correct
|
to insure that the different packages are built in the correct
|
||||||
order. Making the compiler can take several hours even on
|
order. Making the compiler can take several hours even on
|
||||||
fairly fast machines, beware
|
fairly fast machines, beware.
|
||||||
|
|
||||||
@item Install with the following command:
|
@item Install with the following command:
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user