{"id":16986120,"url":"https://github.com/gheja/gbdk","last_synced_at":"2025-04-07T11:06:51.819Z","repository":{"id":11939341,"uuid":"14508949","full_name":"gheja/gbdk","owner":"gheja","description":"GameBoy Developer's Kit (GBDK) 2.96a from 2002 tuned so it can be compiled on a modern system (Ubuntu 24.04 LTS, 22.04 LTS, 20.04 LTS).","archived":false,"fork":false,"pushed_at":"2024-10-03T23:52:50.000Z","size":2163,"stargazers_count":85,"open_issues_count":5,"forks_count":10,"subscribers_count":5,"default_branch":"master","last_synced_at":"2025-03-31T09:08:12.632Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"","language":"C","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":"caddyserver/examples","license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/gheja.png","metadata":{"files":{"readme":"README.md","changelog":null,"contributing":null,"funding":null,"license":null,"code_of_conduct":null,"threat_model":null,"audit":null,"citation":null,"codeowners":null,"security":null,"support":null,"governance":null,"roadmap":null,"authors":null,"dei":null,"publiccode":null,"codemeta":null}},"created_at":"2013-11-18T23:55:37.000Z","updated_at":"2025-03-13T13:37:44.000Z","dependencies_parsed_at":"2024-10-27T12:48:22.130Z","dependency_job_id":"e2c2c031-6048-4237-882f-8fa672001e2d","html_url":"https://github.com/gheja/gbdk","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gheja%2Fgbdk","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gheja%2Fgbdk/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gheja%2Fgbdk/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/gheja%2Fgbdk/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/gheja","download_url":"https://codeload.github.com/gheja/gbdk/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":247640462,"owners_count":20971557,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2022-07-04T15:15:14.044Z","host_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub","repositories_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories","repository_names_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repository_names","owners_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners"}},"keywords":[],"created_at":"2024-10-14T02:44:52.038Z","updated_at":"2025-04-07T11:06:51.788Z","avatar_url":"https://github.com/gheja.png","language":"C","funding_links":[],"categories":["C"],"sub_categories":[],"readme":"[![Build Status](https://github.com/gheja/gbdk/actions/workflows/c-cpp.yml/badge.svg)](https://github.com/gheja/gbdk/actions/workflows/c-cpp.yml)\n\nNote: this is the latest official version 2.96a from April 2002. Now there\nis an actively developed community driven reboot called\n[gbdk-2020](https://github.com/Zal0/gbdk-2020/) with compiled versions\nready to run on Windows, Linux and Mac OS.\n\nGBDK\n====\n\n\"The GameBoy Developer's Kit (GBDK), is a set of tools that enable to\ndevelop programs for the Nintendo GameBoy system, either in C or in\nassembly. GBDK includes a set of libraries for the most common\nrequirements and generates image files for use with a real GameBoy or\nwith an emulator like VGB or no$gmb. [...]\n\nGBDK features:\n  * An ANSI C compiler.\n  * An assembler that generates relocatable code.\n  * A peephole optimiser.\n  * A linker that produces GameBoy image files.\n  * Support for multiple-bank images.\n  * Smart linking.\n  * A set of libraries, with source code.\n  * Example programs in assembly and in C.\"\n\nFrom http://gbdk.sourceforge.net\n\nQuick summary\n=============\n\nThe base version (2.96a) was downloaded from the official site. Although\nthis is the latest version, it was released quite a while ago (back in\nApril 2002).\n\nThe code can be compiled in an up-to-date 64-bit Linux environment (at\nleast it is up-to-date here in 2024).\n\nOriginal sites:\n  * http://gbdk.sourceforge.net\n  * http://sourceforge.net/projects/gbdk\n\nBuilding\n========\n\nFor the build I recommend an Ubuntu 22.04 LTS (an earlier LTS version\nshould also work, and you don't even need to install it, the Live system\nworks just fine).\n\nThe environment will need a few packages, all of them can be installed\nusing apt-get:\n```\nsudo apt-get -y install make gcc g++ bison flex\n```\n\nAfter downloading the source you can use the Makefile to compile the\nbinaries:\n```\ncd /path/where/you/extracted\nmake\n```\n\nInstalling the compiled binaries can be done via make as well:\n```\nsudo make install\n```\n\nCompiling the examples:\n```\ncd ./gbdk-lib/examples/gb\nmake\n```\n\nNote: compiling the examples requires you to install the binaries you\njust built in the previous steps.\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgheja%2Fgbdk","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fgheja%2Fgbdk","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fgheja%2Fgbdk/lists"}