README
author Remy Bohmer <linux@bohmer.net>
Sun Jul 11 22:23:34 2010 +0200 (2010-07-11)
changeset 2021 3e52a1510f87
parent 1554 3b8df55987ae
child 2091 7975604aacbd
permissions -rw-r--r--
debug/gdb: Fix compilation for Mingw hosts

GDB requires PDcurses instead of ncurses while running on Windows.
So, do not always compile ncurses in case GDB needs to build.

PDcurses is provided by an earlier build step and is not described in
this file.

Signed-off-by: Remy Bohmer <linux@bohmer.net>
[yann.morin.1998@anciense.nib.fr: we already have a way to detect ncurses usage]
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
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!