Differences

This shows you the differences between two versions of the page.

Link to this comparison view

Both sides previous revisionPrevious revision
Next revision
Previous revision
Next revisionBoth sides next revision
lynx:compilers [2021/01/25 22:07] Igorlynx:compilers [2021/01/26 23:04] – [Building CC65] Igor
Line 3: Line 3:
 FIXME Add an introduction here FIXME Add an introduction here
  
-===== CC65 =====+===== CC65 (Current, GitHub) =====
  
 The [[https://cc65.github.io/|CC65 compiler]] is a great starting point for Lynx coding - you can use it for both C and ASM compilation and linking. The [[https://cc65.github.io/|CC65 compiler]] is a great starting point for Lynx coding - you can use it for both C and ASM compilation and linking.
Line 17: Line 17:
 <code> <code>
 git clone https://github.com/cc65/cc65.git --single-branch git clone https://github.com/cc65/cc65.git --single-branch
 +cd cc65
 make all TARGETS=lynx make all TARGETS=lynx
 </code> </code>