Differences
This shows you the differences between two versions of the page.
Both sides previous revisionPrevious revision | |||
lynx:compilers [2023/01/26 06:06] – external edit 127.0.0.1 | lynx:compilers [2024/04/17 22:33] (current) – Igor | ||
---|---|---|---|
Line 3: | Line 3: | ||
FIXME Add an introduction here | FIXME Add an introduction here | ||
- | ===== CC65 (Current, GitHub) | + | ===== CC65 ===== |
- | The [[https:// | + | The [[https:// |
* [[https:// | * [[https:// | ||
Line 14: | Line 14: | ||
CC65 can be built from source on any *NIX compatible system with the following commands. Note that these commands assume you want to get the **latest** source for CC65 and are only interested in compiling your code for the Lynx. CC65 can be used to compile for many other 6502 based systems, if you are after that, please adjust the targets accordingly. | CC65 can be built from source on any *NIX compatible system with the following commands. Note that these commands assume you want to get the **latest** source for CC65 and are only interested in compiling your code for the Lynx. CC65 can be used to compile for many other 6502 based systems, if you are after that, please adjust the targets accordingly. | ||
+ | |||
+ | Note: Due to some " | ||
< | < | ||
Line 27: | Line 29: | ||
export PATH=" | export PATH=" | ||
</ | </ | ||
+ | |||
+ | ==== LLVM-MOS ==== | ||
+ | |||
+ | [[https:// | ||
+ | __This section needs more details added.__ | ||
===== Other Compilers ===== | ===== Other Compilers ===== |