I'm trying to add support for embedded devices to boost.build. For that I need two additional commands arm-none-eabi-objcopy
and arm-none-eabi-size
. Since the toolchain can change I would need to get those two commands (and not hardcode them), without changing the library.
Is there a way to get the arm-none-eabi-g++
command so I can deduce the commands from this?