Code::Blocks Forums
Developer forums (C::B DEVELOPMENT STRICTLY!) => Plugins development => Topic started by: jrheisey on May 10, 2013, 02:32:42 am
-
I am contemplating using CB for an embedded platform.
So I need to implement:
* new gcc derivative compiler, assembler
* remote builds
* debugging with USB to JTAG like debugger interface
* debugging with simulation engine
* console window for simulation engine comand and scripting interface.
Can I put all this functionality into one plug in DLL?
Thanks,
JR
-
Can I put all this functionality into one plug in DLL?
The debugging staff could probably be put in a single plugin. I'm not so sure about the compiler stuff.