README
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Sun Jun 13 23:38:37 2010 +0200 (2010-06-13)
changeset 1983 198a5a6e5239
parent 1554 3b8df55987ae
child 2091 7975604aacbd
permissions -rw-r--r--
cc/gcc: baremetal requires a two-pass process

Here, we implement a highly ugly hack. I'm not proud of that one...

To build the libstdc++ library, the compiler requires the C library. In
case we build for non-baremetal, this is normally handled by the final
step, later.

But in the case of bare-metal, we never go through the final step (because
it does not work, and it seems complex enough to make it work), so the
baremetal compilers are issued out of the core step.
yann@1
     1
This is the README for crosstool-NG
yann@1
     2
yann@1465
     3
TABLE OF CONTENT /
yann@1465
     4
________________/
yann@1465
     5
yann@1465
     6
  - GETTING STARTED
yann@1465
     7
  - CREDITS
yann@1465
     8
  - KNOWN ISSUES
yann@1465
     9
yann@1465
    10
yann@1465
    11
GETTING STARTED /
yann@1465
    12
_______________/
yann@1465
    13
yann@88
    14
To get you started, just enter:
yann@185
    15
  ./configure --help
yann@1
    16
yann@185
    17
You can find a (terse and WIP) documentation in docs/overview.txt.
yann@1575
    18
Here's a summary of what you'll find in there:
yann@1575
    19
  Introduction
yann@1575
    20
  History
yann@1575
    21
  Installing crosstool-NG
yann@1575
    22
  Configuring crosstool-NG
yann@1575
    23
  Running crosstool-NG
yann@1575
    24
  Using the toolchain
yann@1575
    25
  Toolchain types
yann@1575
    26
  Contributing
yann@1575
    27
  Internals
yann@1
    28
yann@1575
    29
You can also point your browser at:
yann@1463
    30
  http://ymorin.is-a-geek.org/projects/crosstool
yann@96
    31
yann@1554
    32
yann@1465
    33
CREDITS /
yann@1465
    34
_______/
yann@1465
    35
yann@386
    36
The people that helped are listed in docs/CREDITS. Many thanks to them! :-)
yann@185
    37
yann@1554
    38
yann@1465
    39
KNOWN ISSUES /
yann@1465
    40
____________/
yann@1465
    41
yann@908
    42
The list of known issues is listed in docs/known-issues.txt.
yann@817
    43
yann@185
    44
Aloha!