-
C:\gbdk\examples\gb>make
'make' is not recognized as an internal or external command,
operable program or batch file.
-
Hello i want to build a rom with a song and hugedriver on ubuntu.
i make a folder with template_minimal with gbdk_palyer_exemple.c and sample_song.c and i put hugedriver .h and i rename gbdk_palyer_e…
-
Hello i try gb-studio 3 on my ubuntu 16.04 lts.
When i try to compile the exemple project ,i have a error.
/tmp/_gbstools/gbdk/bin/sdasgb: /lib/x86_64-linux-gnu/libm.so.6: version `GLIBC_2.29' not f…
-
I want to compile my GB game but it won't work because it "don't" find /sdcc
This the log :
`lcc.exe: "C:\users\administrateur\onedrive\bureau\bin/sdcc": No such file or directory`
With gcc :
…
-
Currently there isnt a way to write a B-4 note because after A#-4, there is enter...
same thing for A5 because there is shift... could you add ability to bind them to something else? so you can use t…
-
In VS2019(don't know if in others) if I've change `DataLocation` it is not reflected in `AreaBaseAddress`
If in the project I add manually
```
_$(CodeSeg)=$(CodeLocation);_$(DataSeg)=$(DataLocati…
-
Hi. When I compiled a C file it was all file. No issues.
But days later it now says the help message of SDCC
```
SDCC : mcs51/z80/z180/r2k/r2ka/r3ka/gbz80/tlcs90/ez80_z80/z80n/ds390/pic16/pic14/TIN…
-
I think it might be a false positive, but I guessed better to report - didn't have this with gbdk-4.0.3 or gbdk-4.0.4
Details from Windows Defender:
Program:Win32/Uwamson.A!ml
Alert level: Lo…
sttng updated
3 years ago
-
I'm using SDCC directly(not LCC) and it not define `__PORT_gbz80` when using `-mgbz80` so I'm getting *Unrecognised port* error.
It was working fine when you were using `SDCC_PORT` ([before this comm…
-
There's always been an unnecessary conflict between C programmers and assembly programmers in the community, mostly due to the underperformance of the former and the developer complexity of the latter…