-
Since I wrote a custom preprocessor, I suppose I should also make some explicit documentation on how to add new python-based macros to the preprocessor.
The original reason for making our own preproc…
-
This doesn't even come close to building anything. I know of course it isn't going to build a real Yellow, but you have introduced so many bugs and typos that this is a nightmare for me to go behind y…
-
Currently just `label::` is supported; `label:` and `.label` should be added.
-
_PI is defined with sym_AddEqu during sym_Init, but that's broken for some reason.
```
sanky@warata:~/romhacking/rgbds_$ cat test.asm
SECTION "rst00",HOME[0]
db _PI % 256
sanky@warata:~/romhacking/r…
-
As mentined here (https://github.com/stag019/rgbds/commit/a15ab655c5719c83c2f577f41f9256d88ce13c37#commitcomment-9195341), reallocarray() needs to be implemented.
-
Since my last update (
-
Hi,
I'm trying to compile with cygwin but i get this error:
$ make red
Preprocessing 1 file...
rgbasm -h -o red/audio.o red/audio.tx
rgbasm -h -o red/main.o red/main.tx
ERROR: red/main.tx(2) -> main.…
-
`make install` fails with an issue relating to copying man files. I tried to use "MANPREFIX=#{man}" (man is a variable representing "/usr/local/Cellar/rgbds/0.1.0/share/man") and it fails with the fo…
-
$ make
rgbasm -h -o red/main.o red/main.tx
ERROR: red/main.tx(2) -> main.tx(15) -> home.tx(4676) -> add_tx_pre(1) : Macro 'ext_id' not defined
ERROR: red/main.tx(2) -> main.tx(15) -> home.tx(4677) -…
sje46 updated
10 years ago
-
I'm working on a submission to homebrew https://github.com/Homebrew/homebrew/pull/32647. By default they use a parallel build. I found that when homebrew tries to build rgbds in parallel it fails.
To…