mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-05 15:15:44 +00:00
22 lines
508 B
Perl
22 lines
508 B
Perl
@c
|
|
@c COPYRIGHT (c) 1988-1998.
|
|
@c On-Line Applications Research Corporation (OAR).
|
|
@c All rights reserved.
|
|
@c
|
|
@c $Id$
|
|
@c
|
|
|
|
@chapter Introduction
|
|
|
|
If you are already familiar with the concepts behind a cross compiler and
|
|
have a background in Unix these instructions should provide the bare
|
|
essentials for performing a setup of the following items:
|
|
|
|
@itemize @bullet
|
|
@item GNU C/C++ Cross Compilation Tools for RTEMS on your host system
|
|
@item RTEMS OS for the target host
|
|
@item GDB Debugger
|
|
@end itemize
|
|
|
|
|