eclipse-plugins icon indicating copy to clipboard operation
eclipse-plugins copied to clipboard

Output prefix

Open jief666 opened this issue 8 years ago • 1 comments

Hi,

if I put a Output prefix in "Build Artifact" tab of C/C++ Settings, the hex file not generated anymore.

Regards.

jief666 avatar Mar 18 '17 12:03 jief666

I confirm the bug, the custom build steps do not use the output prefix, and the build breaks:

Finished building target: xxf4discovery-blinky-micro-os-plus.elf
make: *** No rule to make target `f4discovery-blinky-micro-os-plus.elf', needed by `f4discovery-blinky-micro-os-plus.hex'.  Stop.

Here the executable is correctly created, but the hex file tries to read the non-prefixed program.

ilg-ul avatar Mar 18 '17 12:03 ilg-ul