diff options
author | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-07 19:13:09 +0200 |
---|---|---|
committer | Yann E. MORIN" <yann.morin.1998@anciens.enib.fr> | 2011-04-07 19:13:09 +0200 |
commit | c52ca838fb5a79c60eb1b5d0bab5a47f2436c2f7 (patch) | |
tree | 31581f5c006cbe853ec897e0015488bce4d42545 /docs | |
parent | bc35f9a9349284b5ed1637cc0bb72259592af5d3 (diff) | |
download | crosstool-ng-c52ca838fb5a79c60eb1b5d0bab5a47f2436c2f7.tar.gz crosstool-ng-c52ca838fb5a79c60eb1b5d0bab5a47f2436c2f7.tar.bz2 crosstool-ng-c52ca838fb5a79c60eb1b5d0bab5a47f2436c2f7.zip |
docs: add known issues summary in the ToC
Signed-off-by: "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Diffstat (limited to 'docs')
-rw-r--r-- | docs/0 - Table of content.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/docs/0 - Table of content.txt b/docs/0 - Table of content.txt index dcf42bfa..89f85ffe 100644 --- a/docs/0 - Table of content.txt +++ b/docs/0 - Table of content.txt @@ -56,6 +56,17 @@ _________________/ A- Credits B- Known issues + - gcc is not found, although I *do* have gcc installed + - The extract and/or path steps fail under Cygwin + - uClibc fails to build under Cygwin + - On 64-bit build systems, the glibc (possibly eglibc too) build + fails for 64-bit targets, because it can not find libgcc + - While building the final gcc, I get an error message that ends with: + libtool.m4: error: problem compiling FC test program + - gcc barfs because it is "unable to detect the exception model" + - Installing the C library headers and start files fails because of + missing unwind support, with a message like: + configure: error: forced unwind support is required C- Misc. tutorials - Using crosstool-NG on FreeBSD (and other *BSD) |