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
5,078 downloads per month
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