Difference between revisions of "Create my first program"

From MSX Game Library

(Page créée avec « * First try to compile and run the template program ** Go to <tt>MSXGL-Root\proj\template</tt> ** Edit <tt>build.bat</tt> ** set <tt>SDCC</tt> to the path for <tt>sdcc.exe... »)
 
Line 1: Line 1:
* First try to compile and run the template program
+
First try to compile and run the template program
** Go to <tt>MSXGL-Root\proj\template</tt>
+
* Go to <tt>MSXgl\projects\template</tt>
 +
* If you didn't installed SDCC in the default directory (<tt>MSXgl\tools\SDCC</tt>):
 
** Edit <tt>build.bat</tt>
 
** Edit <tt>build.bat</tt>
** set <tt>SDCC</tt> to the path for <tt>sdcc.exe</tt>
+
** Set <tt>SDCC</tt> to the path for <tt>sdcc.exe</tt> and <tt>sdasz80.exe</tt>
** set <tt>SDASZ80</tt> to the path for <tt>sdasz80.exe</tt>
 

Revision as of 17:42, 11 January 2022

First try to compile and run the template program

  • Go to MSXgl\projects\template
  • If you didn't installed SDCC in the default directory (MSXgl\tools\SDCC):
    • Edit build.bat
    • Set SDCC to the path for sdcc.exe and sdasz80.exe