News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

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

Started by jeorama, May 06, 2009, 01:06:35 PM

Previous topic - Next topic

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).
"We should forget about small efficiencies, say about 97% of the time: Premature quotation is the root of public humiliation."