{"id":27896376,"url":"https://github.com/onlyuser/gnu-tools","last_synced_at":"2026-01-21T08:34:43.774Z","repository":{"id":7346494,"uuid":"8670173","full_name":"onlyuser/gnu-tools","owner":"onlyuser","description":"gnu-tools is a collection of recipes for building gnu-tools from scratch","archived":false,"fork":false,"pushed_at":"2018-05-20T11:41:18.000Z","size":11,"stargazers_count":0,"open_issues_count":0,"forks_count":1,"subscribers_count":2,"default_branch":"master","last_synced_at":"2023-03-24T06:31:59.467Z","etag":null,"topics":["gnu-linux","makefile"],"latest_commit_sha":null,"homepage":"http://onlyuser.github.io/","language":"Makefile","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/onlyuser.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}},"created_at":"2013-03-09T13:35:33.000Z","updated_at":"2018-05-20T11:41:19.000Z","dependencies_parsed_at":"2022-08-26T22:53:08.013Z","dependency_job_id":null,"html_url":"https://github.com/onlyuser/gnu-tools","commit_stats":null,"previous_names":[],"tags_count":0,"template":null,"template_full_name":null,"repository_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlyuser%2Fgnu-tools","tags_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlyuser%2Fgnu-tools/tags","releases_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlyuser%2Fgnu-tools/releases","manifests_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/repositories/onlyuser%2Fgnu-tools/manifests","owner_url":"https://repos.ecosyste.ms/api/v1/hosts/GitHub/owners/onlyuser","download_url":"https://codeload.github.com/onlyuser/gnu-tools/tar.gz/refs/heads/master","host":{"name":"GitHub","url":"https://github.com","kind":"github","repositories_count":252541831,"owners_count":21764907,"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":["gnu-linux","makefile"],"created_at":"2025-05-05T17:00:23.517Z","updated_at":"2026-01-21T08:34:43.727Z","avatar_url":"https://github.com/onlyuser.png","language":"Makefile","readme":"[![Build Status](https://secure.travis-ci.org/onlyuser/gnu-tools.png)](http://travis-ci.org/onlyuser/gnu-tools)\n\ngnu-tools\n=========\n\nCopyright (C) 2011-2017 \u003cmailto:onlyuser@gmail.com\u003e\n\nAbout\n-----\n\ngnu-tools is a collection of recipes for building gnu-tools from scratch.\n\nCurrently, only these tools \u0026 versions are supported, but you can switch versions easily:\n\n* gcc 4.6.3\n* bison 2.5\n\nRequirements\n------------\n\n    bash make gcc wget curl ftp://gcc.gnu.org/pub/gcc/infrastructure http://www.mr511.de/software http://ftp.gnu.org/gnu/gcc\n\nInstallation (Debian)\n---------------------\n\n1. git clone https://github.com/onlyuser/gnu-tools.git\n2. sudo aptitude install make\n3. sudo aptitude install gcc\n4. sudo aptitude install wget\n5. sudo aptitude install curl\n\nUsage\n-----\n\n1. If you use Ubuntu 11.04 x86_64 and wish to build gcc, you may need two extra environment variables:\n    * $C_INCLUDE_PATH -- where \"asm/errno.h\" resides (\"/usr/include/x86_64-linux-gnu\" on my machine)\n    * $CPLUS_INCLUDE_PATH -- where \"asm/errno.h\" resides (\"/usr/include/x86_64-linux-gnu\" on my machine)\n2. Change into the directory for the tool you wish to build and enter \"make\".\n\nMake Targets\n------------\n\n\u003ctable\u003e\n    \u003ctr\u003e\u003cth\u003e target \u003c/th\u003e\u003cth\u003e action                        \u003c/th\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003e all    \u003c/td\u003e\u003ctd\u003e make binaries                 \u003c/th\u003e\u003c/tr\u003e\n    \u003ctr\u003e\u003ctd\u003e clean  \u003c/td\u003e\u003ctd\u003e remove all intermediate files \u003c/th\u003e\u003c/tr\u003e\n\u003c/table\u003e\n\nReferences\n----------\n\n\u003cdl\u003e\n    \u003cdt\u003e\"How to install GCC from scratch with GMP, MPFR, MPC, ELF, without shared libraries?\"\u003c/dt\u003e\n    \u003cdd\u003ehttp://stackoverflow.com/questions/9450394/how-to-install-gcc-from-scratch-with-gmp-mpfr-mpc-elf-without-shared-librari\u003c/dd\u003e\n    \u003cdt\u003e\"How to build GNU Compiler Collection\"\u003c/dt\u003e\n    \u003cdd\u003ehttp://www.acsu.buffalo.edu/~charngda/cc_build.html\u003c/dd\u003e\n    \u003cdt\u003e\"Compilation cannot find file asm/errno.h\"\u003c/dt\u003e\n    \u003cdd\u003ehttp://gcc.gnu.org/bugzilla/show_bug.cgi?id=48879\u003c/dd\u003e\n\u003c/dl\u003e\n\nKeywords\n--------\n\n    gnu, gcc, bison, Linux\n","funding_links":[],"categories":[],"sub_categories":[],"project_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlyuser%2Fgnu-tools","html_url":"https://awesome.ecosyste.ms/projects/github.com%2Fonlyuser%2Fgnu-tools","lists_url":"https://awesome.ecosyste.ms/api/v1/projects/github.com%2Fonlyuser%2Fgnu-tools/lists"}