11 releases

0.3.4 Jun 23, 2024
0.3.3 Dec 7, 2022
0.3.2 Jul 7, 2022
0.3.0 Dec 4, 2021
0.2.1 Oct 24, 2021

#581 in Embedded development

Download history 1049/week @ 2024-10-29 1103/week @ 2024-11-05 718/week @ 2024-11-12 988/week @ 2024-11-19 942/week @ 2024-11-26 1521/week @ 2024-12-03 1361/week @ 2024-12-10 1612/week @ 2024-12-17 1413/week @ 2024-12-24 1260/week @ 2024-12-31 997/week @ 2025-01-07 878/week @ 2025-01-14 786/week @ 2025-01-21 757/week @ 2025-01-28 761/week @ 2025-02-04 814/week @ 2025-02-11

3,225 downloads per month

MIT/Apache

680KB
6.5K SLoC

A linker proxy

A simple tool to forward linker arguments to the actual linker executable also given as an argument to ldproxy.

Currently only gcc linker flavor is supported.

Special arguments

These arguments are only used by ldproxy and not forwarded to the proxied linker.

  • --ldproxy-linker=<path>, --ldproxy-linker <path>

    required

    Tells ldproxy the path to the linker. If multiple --ldproxy-linker arguments are found only the last will be used.

  • --ldproxy-cwd=<path>, --ldproxy-cwd <path>

    optional

    Tells ldproxy the current working directory to use when it invokes the linker.

Dependencies

~6–15MB
~190K SLoC