New comment by andrewrk on void-packages repository https://github.com/void-linux/void-packages/issues/24959#issuecomment-695100315 Comment: howdy! I'm happy to help out here, it's not my intention to play the blame game, I'm here to help get everything working :) > it needs an AVR codegen target for cross targets this is not quite right - we enable it for the bootstrap build but it's not required for system packages to have it enabled. anyway it hardly matters because AVR is enabled by default in LLVM 11. > (.text._ZN4llvm3sys14DynamicLibrary9HandleSet7DLCloseEPv+0x0): undefined reference to `dlclose' How could you be getting an undefined reference to -ldl if it's dynamically linked? @jjsullivan5196 what happens if you follow the directions from Zig's README using all default options, and don't try to do anything clever?