News:

When registered with our forums, feel free to send a "here I am" post here to differ human beings from SPAM bots.

Main Menu

Single selection of prebuilt and postbuilt steps

Started by mariocup, June 01, 2007, 11:55:30 PM

Previous topic - Next topic

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