gbdk-2020 | GameBoy Development Kit |
| download: https://git.y1.nz/archives/gbdk.tar.gz | |
| README | Files | Log | Refs | LICENSE |
commit 84d000a4347ac52b3ffa3797aa9265c5aa7edc71 parent 6fecbfc9391c6d38355d6b8a2a72987549493e97 Author: Toxa <56631470+untoxa@users.noreply.github.com> Date: Sat, 14 Nov 2020 00:04:16 +0300 Merge pull request #81 from jserv/clarify-lcc-description Clarify the use of lcc Diffstat:
| M | README.md | 2 | +- |
| M | gbdk-support/README | 4 | ---- |
2 files changed, 1 insertion(+), 5 deletions(-)
diff --git a/README.md b/README.md @@ -9,7 +9,7 @@ You don't need the sources, unless you wish to compile GBDK-2020 yourself. Downl # 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 11875) -- **lcc** (the retargetable compiler) supports the latest version of sdcc compiler and toolchain. +- The compiler driver **lcc** supports the latest sdcc toolchain. For full list of changes see the [ChangeLog](https://github.com/Zal0/gbdk-2020/blob/master/gbdk-support/ChangeLog) file diff --git a/gbdk-support/README b/gbdk-support/README @@ -43,10 +43,6 @@ Reporting problems and feature requests http://sourceforge.net/project/?group_id=1249 5. Check if anyone else has reported the problem http://sourceforge.net/bugs/?group_id=1249 -6. Submit a new bug using the link above. It is _very_ helpful if you can - show how to reproduce the bug and/or give me the source to try and/or - use the --dumpall (lcc -Wf--dumpall) option and send me all of the *.dump - files. Use the email address below. To download the latest source, get the tarball on sourceforge, extract, and type:
This webpage is intended to be an accessible preview of this repository. To get a fuller picture, clone it and use the git CLI.