On Thu, Feb 27, 2014 at 10:34 PM, <[email protected]> wrote: > So say I am building openmpi and I use dummy and dummy as name and version, > then what toolchain is it defaulting to? I would have originally thought it > was gcc, but when I try to manually use GCC as the name and dummy as the > version, it fails saying "Dependencies not met. Cannot resolve ["GCC/dummy..." > and this is while using --robot.
You're not supposed to use the dummy toolchain. The dummy toolchain defaults to nothing. It's there to build other toolchains. The dependencies that fail are perfectly normal. You need to use the GCC (or any other) toolchain for all the software you're compiling. Ward

