Skip to content

Commit

Permalink
Mention another common error message from not updating rgbds
Browse files Browse the repository at this point in the history
  • Loading branch information
Rangi42 committed Mar 11, 2019
1 parent c1daafe commit 7231dc1
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions FAQ.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,6 +7,7 @@
- [I can't build the ROM, `make` just prints an error!](#i-cant-build-the-rom-make-just-prints-an-error)
- [`gcc`: command not found](#gcc-command-not-found)
- ["ERROR: `UNION` already defined"](#error-union-already-defined)
- ["Expression must be 8-bit"](#expression-must-be-8-bit)
- ["Segmentation fault" from `rgbgfx`](#segmentation-fault-from-rgbgfx)
- ["Section is too big" or "Unable to place section in bank"](#section-is-too-big-or-unable-to-place-section-in-bank)
- ["Invalid file or object file version"](#invalid-file-or-object-file-version)
Expand Down Expand Up @@ -34,6 +35,10 @@ You need to install `gcc`. If you're using Cygwin, re-run its setup, and at "Sel

Download [**rgbds 0.3.8**][rgbds]. Older versions will not work.

### "Expression must be 8-bit"

Download [**rgbds 0.3.8**][rgbds]. Older versions will not work.

### "Segmentation fault" from `rgbgfx`

If you are using 64-bit Windows, download [**64-bit Cygwin**][cygwin] and [**64-bit rgbds**][rgbds].
Expand Down

0 comments on commit 7231dc1

Please sign in to comment.