gendev
gendev copied to clipboard
Genesis development environment for Linux.
Hi ! I will appreciate any help regarding this build issue I've installed the required libs but the build fails with little info to help me make[2]: Leaving directory '/home/emilio/git/gendev/sgdk/build/sgdk'...
The current SGDK bundled version is v1.6 Could you please consider updating to the v1.7 ? btw, thanks for your awesome work, it helped a lot :)
Hi ! I'm trying to compile a simple hello world installed the deb package on ubuntu 21.10 but I'm getting this error on the compile phase .. any way to...
When I build the new version, I see that GENDEV/sgdk/mkfiles is empty, because of https://github.com/kubilus1/gendev/blob/master/sgdk/Makefile#L69-L70 My Makefile was including makefile.vars is not usable anymore.
I'm trying to follow along [this tutorial](https://www.ohsat.com/tutorial/megapong/megapong-1/) and found your project. Your step "BUILDING SGDK PROJECTS" worked, and I have those files it created in another folder, but the tutorial...
Might be something I'm doing wrong as I'm only a dabbler with this but it is fun! Building projects now fails early on with ``` /bin/mkdir -p src/boot /bin/mkdir -p...
Thanks for maintaining this repo! Could you describe the update process to a newer version of SGDK? For now I found "SGDKVER=v1.60" But what is the purpose of the diff's...
Fixes #15 Forcing updates can be done with `git submodule update`. I set the reference to [v.1.50](https://github.com/Stephane-D/SGDK/tree/v1.50). This could be done as part of the pipeline checking the compatibility with...
This would allow explicit tracking of the SGDK project and force builds of this project to occur when SGDK changes.