Changeset f18d2e74 in rtems for c/src/lib/libbsp/i386/pc386/HOWTO
- Timestamp:
- 06/12/00 14:19:35 (23 years ago)
- Children:
- 6a62bce
- Parents:
- 531cbf9
- File:
-
- 1 edited
Legend:
- Unmodified
- Added
- Removed
-
c/src/lib/libbsp/i386/pc386/HOWTO
r531cbf9 rf18d2e74 1 2 +-----------------------------------------------------------------------------+ 3 | RTEMS 4.0.0 PC386 BSP HOWTO - 1998/04/21|1 +-----------------------------------------------------------------------------+ 2 | RTEMS 4.5.0 PC386 BSP HOWTO - 1998/04/21 | 3 | | 4 4 +-----------------------------------------------------------------------------+ 5 5 | (C) Copyright 1998 - | … … 15 15 | expressed or implied. | 16 16 +-----------------------------------------------------------------------------+ 17 | History: | 18 | 12 June 2000 - Updated to 4.5 (Joel) | 19 +-----------------------------------------------------------------------------+ 20 21 CVS Revision: $Id$ 17 22 18 23 … … 38 43 39 44 Obtaining, building and installing the tools for building the 40 PC386 BSP of RTEMS is covered in detail in the 'RTEMS 4.0.0 On-Line 41 Library' -> 'Getting Started with RTEMS for C/C++ Users' -> 'Building 42 the GNU C/C++ Cross Compiler Toolset'. 43 44 When running the 'bit' script you should specift the argumetn as 45 either: 46 47 + 'i386-elf' to indicate an 'i386-rtemself' toolset, or 48 + 'i386' to indicate an 'i386-rtems' toolset. 45 PC386 BSP of RTEMS is covered in detail in the 'RTEMS 4.5.0 On-Line 46 Library' -> 'Getting Started with RTEMS for C/C++ Users'. You can 47 either use pre-built toolset executables or build your own from 48 the instructions given there. 49 50 This BSP is designed to work only with ELF toolset configurations. 51 This is format used by the i386-rtems target. 49 52 50 53 … … 52 55 ----------------- 53 56 Obtaining, building and installing the tools for building the 54 PC386 BSP is covered in detail in the 'RTEMS 4. 0.0 On-Line Library' ->57 PC386 BSP is covered in detail in the 'RTEMS 4.5.0 On-Line Library' -> 55 58 'Getting Started with RTEMS for C/C++ Users' -> 'Building RTEMS'. 56 59 57 60 When running configure, use the following values for the listed 58 options: 59 60 + with an i386-rtemself toolset 61 --target=i386-rtemself 62 --enable-rtemsbsp=pc386 63 64 + with an i386-rtems toolset 61 options with an i386-rtems toolset: 62 65 63 --target=i386-rtems 66 64 --enable-rtemsbsp=pc386 … … 117 115 You can get the latest release of GRUB from its homepage: 118 116 119 - http://www.uruk.org/grub/ 120 121 or alternatively by ftp from: 122 123 - ftp://ftp.uruk.org/public/grub/ 117 - http://www.gnu.org/grub/ 118 119 NOTE: The former location was http://www.uruk.org/grub and ftp from 120 ftp://ftp.uruk.org/public/grub. 124 121 125 122 Once you obtain the .tar.gz archive 'grub-0.4.tar.gz', change to a
Note: See TracChangeset
for help on using the changeset viewer.