> Notably the last "cc -O .." is missing numerous cc options. nope, that's a compile using HOST_CC, where you want to use minimal options.. it's building a tool to run on the host architecture, not the target architecture.. (which are normally the same, but..) - Bill