David, > In util/Makefile, the bin-to-hex utility was being built with the > cross-compiler, not the host compiler. This patch fixes that. We set the CC to BUILD_CC for the bin-to-hex target so it should use the host compiler currently. What are your BUILD_CC, BUILD_CFLAGS and LDFLAGS? Cheers, Jeremy