TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Thu Oct 08 23:29:45 2009 +0200 (2009-10-08)
branch1.5
changeset 1568 0d1e38ea15cf
parent 1403 978ab821e1f8
child 1731 648fcf1f4568
permissions -rw-r--r--
samples: fix the avr32-unknown-none sample

Bizarely enough, binutils-2.18 fails to build when CONFIG_SHELL is set
to /bin/bash (although it has code to recognise bash and act accordingly).

Waht is really strange is that it does build when CONFIG_SHELL is set
to /bin/sh, *although* /bin/sh is a symlink to /bin/bash. WTF?!?!
(transplanted from 56bba7d4fc8924d276b71134b7f1ef57bed57f52)
yann@1335
     1
This is a somewhat ordered TODO list:
yann@1335
     2
yann@1335
     3
Recuring tasks:
yann@1335
     4
yann@1335
     5
- update versions for every tools...
yann@1335
     6
yann@1335
     7
yann@1403
     8
Non-recurring tasks:
yann@1335
     9
yann@1512
    10
- build our own versions for (minimum versions):
yann@1512
    11
    m4          1.4.12
yann@1512
    12
    autoconf    2.63
yann@1512
    13
    automake    1.10.2
yann@1512
    14
    libtool     2.2.4
yann@1512
    15
yann@1335
    16
- uClinux
yann@1335
    17
yann@1335
    18
- add newlib (for enhanced bare metal)
yann@1335
    19
  - may need heavy tweaks and bends in gcc.sh
yann@1335
    20
  - try to make it generic, will help for uClibc++
yann@1335
    21
  - check whether it supports running under uClinux
yann@1335
    22
yann@1335
    23
- uClibc++
yann@1335
    24
  - see newlib, above
yann@1335
    25
yann@1335
    26
- Cygwin target (needs newlib)
yann@1335
    27
  - so we can complie for Windows/Cygwin
yann@1335
    28
yann@1335
    29
- mingw32 target
yann@1335
    30
  - so we can compile for Windows/Win32
yann@1335
    31
yann@1335
    32
- mingw32 host
yann@1335
    33
  - so we can run natively under Windows/Win32 (without requiring Cygwin)
yann@1335
    34
yann@1335
    35
- eglibc config file
yann@1335
    36
  - see: http://sourceware.org/ml/crossgcc/2009-05/msg00022.html
yann@1349
    37
yann@1349
    38
- multilib