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

#377 in Embedded development

Download history 871/week @ 2024-07-14 1255/week @ 2024-07-21 1012/week @ 2024-07-28 2072/week @ 2024-08-04 1206/week @ 2024-08-11 1250/week @ 2024-08-18 1364/week @ 2024-08-25 1301/week @ 2024-09-01 1122/week @ 2024-09-08 1113/week @ 2024-09-15 1112/week @ 2024-09-22 956/week @ 2024-09-29 1182/week @ 2024-10-06 1267/week @ 2024-10-13 1523/week @ 2024-10-20 1022/week @ 2024-10-27

5,078 downloads per month

MIT/Apache

670KB
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–16MB
~197K SLoC