<div dir="ltr">On Jun 26, 2025, Andreas Schwab wrote:<br>> [..] The correct fix is to tell cmake to use the<br><div>> compiler driver (z80-elf-cc) for compiling assembler sources.</div><div><br></div><div>Does this program exist? GCC has no Z80 support, and as far as I know there is no way to build GCC as just a compiler driver for an unsupported system. Is there something I'm missing? I would love to have a functioning driver for Z80.<br></div><div><br></div><div>On Jun 26 2025, Zeal8bit wrote:<br>> I encountered an issue when making a CMake-based project that uses `z80-elf-as` as the assembler.<br></div><div><br></div><div>You may have some luck by using `include(Platform/gas)` in your CMake configuration. This file is old and undocumented, however, so mileage may vary.</div><div><br></div><div> -Aaron<br></div></div>