GNU free compilation toolchain - Programming On Unix

Users browsing this thread: 2 Guest(s)
srp
Long time nixers
I found some good linkers that might be worth a shot.

The Byte Optimized Linker - a x86_64 ELF linker (has some limitations compared to other linkers)
The Rape 'n Load Linker (yes i know the name is fucking stupid) - a x86 ELF linker

Some limitations to 'rld':
  • Command line is limited to 255 arguments.
  • Each command line argument is limited to 255 characters.
  • Input/Output elf cannot exceed 2GiB.
  • Currently supporting only x86 architecture.

I know that having separate linkers for separate architecture is annoying, but finding an alternative linker is not easy.
~Seraphim R.P.
the artistnixer formerly known as vypr formerly known as sticky


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