eclipse-plugins
eclipse-plugins copied to clipboard
Output prefix
Hi,
if I put a Output prefix in "Build Artifact" tab of C/C++ Settings, the hex file not generated anymore.
Regards.
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.