Closed jfktrey closed 8 years ago
I ran into the same issue. The problem may lie in hardcoded paths in makefiles. First I tried to use sdcc compiler installed by brew, and build library on my own. It turned out that GBDK is not compiling with recent versions od sdc (I have 3.4.x).
Instead of trying to adjust makefiles or sources, I did a research and found that project:
https://github.com/rotmoset/gbdk-n
Compiles nicely with sdcc from brew, and seems to be maintained.
Sorry that it's been a really long time and I wasn't able to maintain this project due to my work schedule.
It's nice to know there's a better option now. :)
When trying to build, I receive the following error:
Simply ran
make
inside the root directory.