Eldred Habert

Results 458 comments of Eldred Habert

See https://gist.github.com/ISSOtm/7a7a082fb2d73b5e7c645e62571b352d for the VBlank handler's skeleton.

This happens when some file needs to be made (`INCLUDE`ed or `INCBIN`ed file), but Make doesn't know how to. Here's what happens: 1. Make invokes RGBASM to generate dependency lists...

(Pinning this because it's a common problem, so others are likely to encounter it)

The problem hasn't gone away, actually, but Make 4.4 introduced a warning that may explain it. I believe I have a fix, but I'd like someone affected by this problem...

gb-starter-kit incorrectly specified its dependencies, which could cause build failures like the above on all OSes. This was fixed in 8d6deab8f9f33e8e5657954920382cbb962e05f7. Unfortunately, investigation reveals a new, **OS-dependent** build issue with...

A tentative patch that disabled parallelism on Windows and Make 3.81 did not resolve the issue, it only made it slightly less common. There is a fix for macOS—use a...

Perhaps it may be more useful to call [`SDL_InitSubSystem`](https://wiki.libsdl.org/SDL2/SDL_InitSubSystem) for each thing we want to init, and report errors for each. The increased granularity then would make the error messages...

Rairii graciously provided this link from mastodon.social's cache: http://mastodon.social/api/v1/statuses/110413202542033213 And another from further down the thread: http://social.treehouse.systems/@sirocyl/111312234955600505 These can be archived now, if they're suitable.

Perhaps this could reduce frustration: ``` error: b.asm(2): Unknown symbol "Label" help: The symbol is not defined in the same object file, and symbols from other object files can only...

At the very least, this should be compatible with the PNGs generated by [`contrib/view_palettes.sh`](https://github.com/gbdev/rgbds/blob/589cea47f60ac38c823fdaf1e69cda8960cdc1fc/contrib/view_palettes.sh).