{"id":24758870,"url":"https://github.com/wesleych3n/pi-cross","last_synced_at":"2026-04-30T17:32:16.465Z","repository":{"id":105034983,"uuid":"406377011","full_name":"WesleyCh3n/Pi-cross","owner":"WesleyCh3n","description":"raspberry pi cross compiler toolchain in docker","archived":false,"fork":false,"pushed_at":"2022-09-08T07:38:56.000Z","size":23,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":1,"default_branch":"main","last_synced_at":"2025-03-23T10:16:54.667Z","etag":null,"topics":["docker","gcc-cross-compiler","raspberry-pi"],"latest_commit_sha":null,"homepage":"https://hub.docker.com/r/wesleych3n/pi-cross","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/WesleyCh3n.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":"2021-09-14T13:24:40.000Z","updated_at":"2022-01-26T06:49:00.000Z","dependencies_parsed_at":null,"dependency_job_id":"80cc0f5d-179e-42d3-b600-4da32821f681","html_url":"https://github.com/WesleyCh3n/Pi-cross","commit_stats":null,"previous_names":[],"tags_count":0,"template":false,"template_full_name":null,"purl":"pkg:github/WesleyCh3n/Pi-cross","repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FPi-cross","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FPi-cross/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FPi-cross/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FPi-cross/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/WesleyCh3n","download_url":"https://codeload.github.com/WesleyCh3n/Pi-cross/tar.gz/refs/heads/main","sbom_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/WesleyCh3n%2FPi-cross/sbom","scorecard":null,"host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":286080680,"owners_count":32472396,"icon_url":"https://github.com/github.png","version":null,"created_at":"2022-05-30T11:31:42.601Z","updated_at":"2026-04-30T13:12:12.517Z","status":"ssl_error","status_checked_at":"2026-04-30T13:12:06.837Z","response_time":57,"last_error":"SSL_read: 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":["docker","gcc-cross-compiler","raspberry-pi"],"created_at":"2025-01-28T16:39:34.962Z","updated_at":"2026-04-30T17:32:16.449Z","avatar_url":"https://github.com/WesleyCh3n.png","language":"Dockerfile","funding_links":[],"categories":[],"sub_categories":[],"readme":"# Pi-cross\n\n![armv7-buster](https://github.com/wesleych3n/pi-cross/actions/workflows/armv7-buster.yml/badge.svg)\n![arm64-buster](https://github.com/wesleych3n/pi-cross/actions/workflows/arm64-buster.yml/badge.svg)\n\nThis is raspberry pi compiling toolchains (rpi compatible GCC version) in docker images based on [dockcross base image](https://github.com/dockcross/dockcross) and [rpi toolchains](https://github.com/abhiTronix/raspberry-pi-cross-compilers).\n\n## 📦️ Usage\n\nUsage is same as [dockcross](https://github.com/dockcross/dockcross#usage). Use `armv7-8.3.0` as example:\n\n```bash\n# create helper scripts\ndocker run --rm wesleych3n/pi-cross:armv7-buster-8.3.0 \u003e ./armv7-8.3.0\n\n# grant execution mode\nchmod +x ./armv7-8.3.0\n\n# (Optional) put scripts into $PATH. Such as:\nmv ./armv7-8.3.0 ~/.local/bin/\n\n# into container shell\n./armv7-8.3.0 bash\n\n# (in container) verify compiler\n$CC --version\n# stdout:\n#   arm-linux-gnueabihf-gcc (GCC) 8.3.0\n#   Copyright (C) 2018 Free Software Foundation, Inc.\n#   This is free software; see the source for copying conditions.  There is NO\n#   warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.\n```\n\n## 🔧 Configuration\n\nSame as [dockcross](https://github.com/dockcross/dockcross#dockcross-configuration)\n\nMost of the use case is docker run args (`--args|-a`).\n*If args contain space, **quote** are required.*\n\nFor example, mount host path:\n\n```bash\n./armv7-8.3.0 -a \"-v /path/to/mount:/container/path\" bash\n```\n\n## 📎 Available Version\n\n| Toolchains           | GCC versions                                                                         |\n| :-:                  | :-:                                                                                  |\n| armv7(Buster 32-bit) | 8.3.0, 9.4.0, 10.3.0 |\n| arm64(Buster 64-bit) | 8.3.0, 9.4.0, 10.3.0 |\n","project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesleych3n%2Fpi-cross","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fwesleych3n%2Fpi-cross","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fwesleych3n%2Fpi-cross/lists"}