GNU free compilation toolchain - Programming On Unix

Users browsing this thread: 1 Guest(s)
z3bra
Grey Hair Nixers
Waking up this thread, as I made some progress.

I finally build a PCC toolchain using musl as its libc. It's not entirely GNU Free though, as it still need GNU binutils to work. But it's a huge step forward!
I've been looking into elftoolchain (from the fedora project) and elfutils (freebsd iirc) but none of them include an assembler, and only elftoolchain provides a linker (not sure if it's working though).

Regarding the PCC+musl toolchain, I blogged about it, you can find everything about it here: http://blog.z3bra.org/2015/08/cross-comp...-musl.html
If you have any questions about it, or think some infos are missing or not crystal clear, tell me and I'll rework this article.


Messages In This Thread
GNU free compilation toolchain - by z3bra - 13-05-2015, 04:37 AM
RE: GNU free compilation toolchain - by srp - 14-05-2015, 04:16 AM
RE: GNU free compilation toolchain - by z3bra - 14-05-2015, 04:51 AM
RE: GNU free compilation toolchain - by October - 17-05-2015, 08:54 PM
RE: GNU free compilation toolchain - by z3bra - 17-08-2015, 07:22 AM
RE: GNU free compilation toolchain - by Ypnose - 17-08-2015, 08:02 AM
RE: GNU free compilation toolchain - by z3bra - 17-08-2015, 08:11 AM
RE: GNU free compilation toolchain - by October - 03-09-2015, 02:48 PM
RE: GNU free compilation toolchain - by z3bra - 04-09-2015, 07:24 AM
RE: GNU free compilation toolchain - by z3bra - 08-02-2017, 09:57 AM