TODO
author "Yann E. MORIN" <yann.morin.1998@anciens.enib.fr>
Tue Jul 17 21:44:33 2007 +0000 (2007-07-17)
changeset 276 835178a32fc1
parent 245 134ac2c35c49
permissions -rw-r--r--
Revisit the extract-config way of working: ct-ng is the sole entry point to crosstool-NG, and ct-ng.extrac-config no longer exists. You now have to call "ct-ng extractconfig </path/to/your/build.log" instead.
yann@240
     1
This is a somewhat ordered list of things to do asap.
yann@240
     2
yann@240
     3
-: not started
yann@240
     4
+: worked on
yann@240
     5
!: problem encountered
yann@240
     6
X: abandonned
yann@240
     7
O: Finished
yann@240
     8
yann@269
     9
- update ALL samples to latest option set.
yann@269
    10
yann@240
    11
! find a way to teach gcc to install its libraries directly into sysroot
yann@240
    12
  if too complex or unfeasible, move those libs manually
yann@240
    13
yann@240
    14
- add debug tools:
yann@240
    15
  X Electric Fence    http://perens.com/FreeSoftware/ (replaced by D.U.M.A., below)
yann@240
    16
  O D.U.M.A.          http://duma.sourceforge.net/
yann@240
    17
  - Memcheck          http://hald.dnsalias.net/projects/memcheck/
yann@240
    18
  - MemCheck Deluxe   http://prj.softpixel.com/mcd/
yann@240
    19
  - Memwatch          http://www.linkdata.se/sourcecode.html
yann@245
    20
  ! ltrace            ftp://ftp.debian.org/debian/pool/main/l/ltrace/
yann@240
    21
  O strace            http://sourceforge.net/projects/strace/
yann@240
    22
  - Valgrind          http://valgrind.org/