Author Topic: Single selection of prebuilt and postbuilt steps  (Read 2507 times)

mariocup

  • Guest
Single selection of prebuilt and postbuilt steps
« on: June 01, 2007, 11:55:30 pm »
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