mirror of
https://gitlab.rtems.org/rtems/rtos/rtems.git
synced 2025-12-09 00:53:16 +00:00
20 lines
466 B
Perl
20 lines
466 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:
|
|
|
|
· GNU C/C++ Cross Compilation Tools for RTEMS on your host system
|
|
· RTEMS OS for the target host
|
|
· GDB Debugger
|
|
|
|
|