From 06d031b3fa8662336f2967b7c02f4a2ab208aea5 Mon Sep 17 00:00:00 2001 From: Simon Bruder Date: Sat, 7 Aug 2021 15:55:33 +0200 Subject: [PATCH] =?UTF-8?q?document=20firered=E2=80=99s=20mysterious=20bui?= =?UTF-8?q?ld=20failure?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index 0850212..4700672 100644 --- a/README.md +++ b/README.md @@ -22,6 +22,15 @@ with the environment variable `NIXPKGS_ALLOW_UNFREE=1` set. You can find a list of all packages provided by this overlay in `default.nix`. +## FAQ + +### FireRed fails to build + +For an unknown reason, FireRed fails to build sometimes without an error at +`arm-none-eabi-objcopy -O binary --gap-fill 0xFF --pad-to 0x9000000 +pokefirered_rev1.elf pokefirered_rev1.gba`. Restarting the build a few times +should produce a succeeding build. + ## License [The MIT License](./LICENSE)