ht fails to cross build from source, because it fails running tools/bin2hc. That file is a build tool and needs to be built with the build architecture compiler rather than the host architecture one. The attached patch implements that. Please consider applying it as it makes ht cross buildable. Helmut