From Fedora Project Wiki

(Created page with "== Fedora Native Development Toolchain == * binutils [https://sourceware.org/binutils/ Upstream] * GCC [https://gcc.gnu.org/ Upstream] * glibc [https://www.gnu.org/software/l...")
 
No edit summary
 
(3 intermediate revisions by one other user not shown)
Line 1: Line 1:
== Fedora Native Development Toolchain ==
== Fedora Native Development Toolchain ==
Core packages:


* binutils [https://sourceware.org/binutils/ Upstream]
* binutils [https://sourceware.org/binutils/ Upstream]
* elfutils [https://fedorahosted.org/elfutils/ Upstream Fedora]
* GCC [https://gcc.gnu.org/ Upstream]
* GCC [https://gcc.gnu.org/ Upstream]
* glibc [https://www.gnu.org/software/libc/libc.html Upstream] [[Glibc|Fedora]]
* glibc [https://www.gnu.org/software/libc/libc.html Upstream] [[Glibc|Fedora]]
Build support packages:
* autoconf [https://www.gnu.org/software/autoconf/ Upstream]
* automake [https://www.gnu.org/software/automake/ Upstream]
* libtool [https://www.gnu.org/software/libtool/ Upstream]
* make [https://www.gnu.org/software/make/ Upstream]
Debugging:
* gdb [https://sourceware.org/gdb/ Upstream]
* strace [http://sourceforge.net/projects/strace/ Upstream]
* valgrind [http://valgrind.org/ Upstream]
== Reference Documents ==
* [https://pagure.io/FedoraToolchainTeam/UpstreamToolchainBuildScripts|Fedora Toolchain Team Build Scripts]
== Ongoing efforts ==
* [[Toolchain/Watermark|Markup for ELF objects]]

Latest revision as of 18:17, 19 November 2018

Fedora Native Development Toolchain

Core packages:

Build support packages:

Debugging:

Reference Documents

Ongoing efforts