On 09/29/2011 11:04 PM, Rob Emanuele wrote: > Greetings, > > I'm in process of upgrading our toolchain to binutils 2.21.1, gcc > 4.6.1, and our customized newlib based on 1.19.0. > > I'm building a naked gcc c compiler to build newlib. The compiler, > arm-eabi-gcc, when compiling anything tries to use "as" instead of > "arm-eabi-as". > > This is a new behavior as I didn't experience this using gcc 4.3.3. Look through build/config.log to see where gcc finds as. Andrew.