> It looks like the simple solution is to just build and install > binutils twice. Once into temporary destination and once into > final destination. Then each compiler will be able to find binutils. > If you want to optimize this, you might be able to build binutils > once, and install it twice, overriding prefix at install time to put it > in the other install dir. Finally good advice! Thanks! That has worked. In case anybody is interested, the result is here: https://github.com/rdiez/JtagDue/blob/master/Toolchain/Makefile Search for INSTALL_GCC_PHASE_1_TO_SEPARATE_DIR in there for more information. Best regards, rdiez