User forums > Using Code::Blocks
Commands generation with CodeBlocks
BlueHazzard:
I was also thinking about generating a compiler that puts out only commands.
I do not know if this is possible with the current plugin architekture. It would also be a nice to have for examplet to generate ninja scripts...
We use virtual boxes in our company to make things "programmable for ever". One of this box is complete with all it is needed to develop this system (compiler, IDE, libraries, usb driver ecc) This will guarantee that the embedded system can still be programmed in 10 years, also, if the main OS does not support the drivers anymore, or can not be found ecc...
oBFusCATed:
--- Quote from: JNo on November 27, 2019, 04:53:24 pm ---Why ? Because :
* I need to demonstares how to build the embedded software
* If in 20 years Codeblocks is dead or not compatible with today version then we can continue to develop
* It is important to be independent of IDE for building software (SQA Requirement)
--- End quote ---
Switch to cmake... it is the most IDE independent solution I know of which supports Code::Blocks and many other IDEs. Meson looks like a good alternative, but I've not tried it and there is no C::B support for it.
Navigation
[0] Message Index
[*] Previous page
Go to full version