SDK for developing with the llvm-mos compiler

6502 assembler atari c c64 clang compiler cplusplus llvm nes
1 Open Issue Need Help Last updated: Sep 13, 2025

Open Issues Need Help

View All on GitHub

AI Summary: The current build system hardcodes a specific compiler version in `CMakeLists.txt` for finding built-in libraries, causing build failures if the SDK and compiler versions don't match exactly. This fragile setup needs to be improved by dynamically determining the correct library paths, potentially using `mos-clang -print-search-dirs` or `mos-clang -print-resource-dir`.

Complexity: 2/5
bug good first issue

SDK for developing with the llvm-mos compiler

C
#6502#assembler#atari#c#c64#clang#compiler#cplusplus#llvm#nes