User forums > Using Code::Blocks
Single selection of prebuilt and postbuilt steps
(1/1)
mariocup:
Hi,
for embedded systems often several postbuilt are necessary. For example:
First step: Conversion of binary format:
objcopy -O binary <elf-inputfile> <binary-outputfile>
Second step: Flash programming of the binary file.
flashload <target> intern <binfile>
As the flash programming should not be execute every time it would be cool, if the global mode tags are converted to an attribute of every postbuilt step, so this would be more flexible. Does this make sense for other users?
What do you think about that.
Bye,
Mario
Navigation
[0] Message Index
Go to full version