Added questions regarding ideas on making tcl-less builds of OpenOCD
git-svn-id: svn://svn.berlios.de/openocd/trunk@1830
b42882b7-edfa-0310-969c-
e2dbd0fdcd60
- investigate/implement "thin wrapper" to use eCos CFI drivers (ØH)
- TCL
- - mem2array bugs:
- - Report: https://lists.berlios.de/pipermail/openocd-development/2009-May/006459.html
- Isolate all TCL command support:
- - Allow pure C CLI implementations using --disable-builtin-tcl
+ - Allow pure C CLI implementations using --disable-builtin-tcl.
+ Ref? How could this be made to work given targets extensive need
+ for events, etc.? What about the target library?
- Allow full TCL support? add --with-tcl=/path/to/installed/tcl
- Move TCL support in foo.* to foo_tcl.* (other ideas?)