Changeset c7f247d in rtems
- Timestamp:
- 09/08/04 08:57:00 (18 years ago)
- Branches:
- 4.10, 4.11, 4.8, 4.9, 5, master
- Children:
- 7df6efc5
- Parents:
- 22eb2e1
- Location:
- doc
- Files:
-
- 2 edited
Legend:
- Unmodified
- Added
- Removed
-
doc/ChangeLog
r22eb2e1 rc7f247d 1 2004-09-08 Ralf Corsepius <ralf_corsepius@rtems.org> 2 3 * FAQ/build45.t: Misc. corrections. 4 1 5 2004-08-02 Ralf Corsepius <ralf_corsepius@rtems.org> 2 6 -
doc/FAQ/build45.t
r22eb2e1 rc7f247d 32 32 @item autoconf/automake (optional, recommended) 33 33 @item Perl (optional, recommended, needed by automake and some tools within RTEMS) 34 @item m4 (optional, recommended, needed by autoconf, GNU-m4 preferred)34 @item GNU-m4 35 35 36 36 @end itemize … … 69 69 @uref{ftp://ftp.gnu.org,GNU} mirror. 70 70 Native Linux binaries should come with any Linux distribution. 71 Native Cygwin binaries should be available at Cygnus.71 Native Cygwin binaries should be available at @uref{http://www.cygwin.com}. 72 72 73 73 GNU-Toolchain binaries (gcc, binutils etc.) for Linux and patches required … … 110 110 @example 111 111 checking for m68k-rtems-gcc... (cached) m68k-rtems-gcc 112 checking for C compiler default output... configure: error: C compiler cannot create executables 112 checking for C compiler default output... configure: error: C compiler 113 cannot create executables 113 114 configure: error: /bin/sh '../../../../rtems-ss-@value{VERSION}/c/make/configure' 114 115 failed for c/make … … 156 157 157 158 If using the pre-built tool binaries provided by the RTEMS project, 158 simply prepend @code{@value{RTEMSPREFIX}} to @code{$PATH}.159 simply prepend @code{@value{RTEMSPREFIX}}/bin to @code{$PATH}. 159 160 160 161 @subsection Can I build RTEMS Canadian Cross?
Note: See TracChangeset
for help on using the changeset viewer.