docs/0 - Table of content.txt
changeset 2385 d1b8e9836cbf
parent 2321 d896b85e8738
child 2563 e17f35b05539
     1.1 --- a/docs/0 - Table of content.txt	Thu Feb 24 22:38:08 2011 +0100
     1.2 +++ b/docs/0 - Table of content.txt	Thu Apr 07 19:13:09 2011 +0200
     1.3 @@ -56,6 +56,17 @@
     1.4  A- Credits
     1.5  
     1.6  B- Known issues
     1.7 +    - gcc is not found, although I *do* have gcc installed
     1.8 +    - The extract and/or path steps fail under Cygwin
     1.9 +    - uClibc fails to build under Cygwin
    1.10 +    - On 64-bit build systems, the glibc (possibly eglibc too) build
    1.11 +      fails for 64-bit targets, because it can not find libgcc
    1.12 +    - While building the final gcc, I get an error message that ends with:
    1.13 +        libtool.m4: error: problem compiling FC test program
    1.14 +    - gcc barfs because it is "unable to detect the exception model"
    1.15 +    - Installing the C library headers and start files fails because of
    1.16 +      missing unwind support, with a message like:
    1.17 +        configure: error: forced unwind support is required
    1.18  
    1.19  C- Misc. tutorials
    1.20      - Using crosstool-NG on FreeBSD (and other *BSD)