forked from lacombar/crosstool-ng
-
Notifications
You must be signed in to change notification settings - Fork 0
/
TODO
35 lines (22 loc) · 810 Bytes
/
TODO
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
This is a somewhat ordered TODO list:
Recuring tasks:
- update versions for every tools...
- update and/or upgrade all samples
Non-recurring tasks:
- update newlib (for enhanced bare metal)
- confirm existing implementation on targets other than AVR32
- try to make it generic, will help for uClibc++
- multilib
- Cygwin target (needs newlib)
- so we can build toolchains that generate code for Windows/Cygwin
- Cygwin host
- so we can build toolchains that run natively under Windows/Cygwin
- mingw32 target
- so we can build toolchains that generate code for Windows/Win32
- mingw32 host
- so we can build toolchains that run natively under Windows/Win32
(without requiring Cygwin)
- uClibc++
- see newlib, above
- uClinux
- check whether we can use newlib under uClinux (?)