User forums > Help

is there any macro instead of string "obj\release\" ?

(1/1)

jeorama:
I now use "arm-elf-objcopy  -O binary  bin\Release\test.elf  bin\Release\test.bin"  and I try "arm-elf-objcopy  -O binary  bin\$target\test.elf  bin\$target\test.bin" but failed. or there is no way to use a macro just defined in both debug and release? thanks

thomas:
$(TARGET_NAME)  (or instead, use the target output directory).

Navigation

[0] Message Index

Go to full version