git.y1.nz

gbdk-2020

GameBoy Development Kit
download: https://git.y1.nz/archives/gbdk.tar.gz
README | Files | Log | Refs | LICENSE

commit 8f2a9288b14f57eec398456a62c03577808d0834
parent c1993ffdc5f1957e057baa86caa2df72dbd42bd4
Author: bbbbbr <reg+github@roughhousing.com>
Date:   Tue, 15 Jun 2021 10:20:44 -0700

Update Min SDCC Version in root Readme
Diffstat:
MREADME.md4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/README.md b/README.md @@ -15,7 +15,7 @@ Check the [Links and Third-Party Tools Section](https://gbdk-2020.github.io/gbdk # Current status - updated CRT and library that suits better for game development -- the latest nightlies of **sdcc** (the compiler and toolchain) are used from [sourceforge](http://sdcc.sourceforge.net). At the moment of writing this the last stable version is 4.0 which has linker issues and won't work if you want to use banks. Please use one of the nightlies available [here](http://sdcc.sourceforge.net/snap.php) (we used 4.0.7 #12016) +- the latest nightlies of **sdcc** (the compiler and toolchain) are used from [sourceforge](http://sdcc.sourceforge.net). At the moment of writing this the last stable version is 4.1.0, which is missing features from newer SDCC builds that GBDK-2020 uses. Please use one of the nightlies available [here](http://sdcc.sourceforge.net/snap.php) (we used 4.1.6 #12439) - The compiler driver **lcc** supports the latest sdcc toolchain. For full list of changes see the [ChangeLog](https://github.com/gbdk-2020/gbdk-2020/blob/master/gbdk-support/ChangeLog) file @@ -46,7 +46,7 @@ Unless you are interested on recompiling the sources for some reason (like fixin - **Windows only**: Download and install [mingw](http://www.mingw.org/) - Clone, download this repo or just get the source form the [releases](https://github.com/gbdk-2020/gbdk-2020/releases) -- Download and install [**sdcc nightlies from 4.0.7 #12016 onwards**](http://sdcc.sourceforge.net/snap.php) (SDCC is no longer part of GDDK so you need to download it (just the binaries) in the platform you need) +- Download and install [**sdcc nightlies from 4.1.6 #12439 onwards**](http://sdcc.sourceforge.net/snap.php) (SDCC is no longer part of GDDK so you need to download it (just the binaries) in the platform you need) - On Linux **don't use package managers** The latest release available won't work, you need to compile or download one of the nightlies - Create **SDCCDIR** environment variable, that points into the folder, where you installed sdcc - Open command prompt or a terminal, go to the root directory of the repo and run **make**

This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.