{"id":28802718,"url":"https://github.com/ryanfb/docker_m68k_gcc","last_synced_at":"2026-01-31T13:06:18.518Z","repository":{"id":66473430,"uuid":"93669626","full_name":"ryanfb/docker_m68k_gcc","owner":"ryanfb","description":"GCC Cross-Compiler for M68k in an Ubuntu Docker container","archived":false,"fork":false,"pushed_at":"2018-08-06T20:18:47.000Z","size":4,"stargazers_count":3,"open_issues_count":1,"forks_count":2,"subscribers_count":2,"default_branch":"master","last_synced_at":"2025-06-18T08:07:40.402Z","etag":null,"topics":[],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/ryanfb/m68k_gcc/","language":"Dockerfile","has_issues":true,"has_wiki":null,"has_pages":null,"mirror_url":null,"source_name":null,"license":null,"status":null,"scm":"git","pull_requests_enabled":true,"icon_url":"https://github.com/ryanfb.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,"zenodo":null}},"created_at":"2017-06-07T19:01:05.000Z","updated_at":"2022-05-09T20:56:33.000Z","dependencies_parsed_at":"2023-03-12T06:15:19.947Z","dependency_job_id":null,"html_url":"https://github.com/ryanfb/docker_m68k_gcc","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/ryanfb/docker_m68k_gcc","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_m68k_gcc","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_m68k_gcc/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_m68k_gcc/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_m68k_gcc/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/ryanfb","download_url":"https://codeload.github.com/ryanfb/docker_m68k_gcc/tar.gz/refs/heads/master","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/ryanfb%2Fdocker_m68k_gcc/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":28943951,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-01-31T13:02:32.153Z","status":"ssl_error","status_checked_at":"2026-01-31T13:00:07.528Z","response_time":128,"last_error":"SSL_connect returned=1 errno=0 peeraddr=140.82.121.6:443 state=error: unexpected eof while reading","robots_txt_status":"success","robots_txt_updated_at":"2025-07-24T06:49:26.215Z","robots_txt_url":"https://github.com/robots.txt","online":false,"can_crawl_api":true,"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":"2025-06-18T08:07:26.963Z","updated_at":"2026-01-31T13:06:18.513Z","avatar_url":"https://github.com/ryanfb.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"\n# docker_m68k_gcc\n\nDockerized environment for building an M68k cross-compiler toolchain. \n[`ryanfb/m68k_gcc` on Docker Hub](https://hub.docker.com/r/ryanfb/m68k_gcc/). Adapted from [these scripts for building a 68000 cross compiler](http://www.aaldert.com/outrun/gcc-auto.html).\n\n## Introduction\nAll of the standard utilities (gcc, gas, etc) are prefixed with **m68k-elf-** to differentiate them from their native counterparts. This means that your build scripts need to call m68k-elf-gcc, m68k-elf-gas, etc.\n\n## Usage\nTo build your source, simply run the appropriate commands inside the container: \n\n    docker run --rm \\\n      -v ${PWD}:/source\n      -w /source\n      make\n\nAlternatively, create a shell script to do all the things:\n\n    #!/bin/bash\n    PREFIX=m68k-elf-\n    # pull the latest docker image\n    docker pull ryanfb/m68k_gcc\n    # start the build\n    docker run --rm -v ${PWD}:/source -w /source ${PREFIX}/gcc -o mycoolapp mycoolapp.c\n\n\n    \n    \n\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfb%2Fdocker_m68k_gcc","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fryanfb%2Fdocker_m68k_gcc","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fryanfb%2Fdocker_m68k_gcc/lists"}