New comment by Vaelatern on void-packages repository https://github.com/void-linux/void-packages/pull/33356#issuecomment-936912049 Comment: ``` ./chatter >chatter.txt 2>&1 || (RC=$?; cat chatter.txt; exit $RC) /bin/sh: line 1: ./chatter: cannot execute binary file: Exec format error ``` sounds like it's supposed to be built with `HOST_CC` (correct variable)? or this step needs to not be necessary in cross builds.