Skip to main content

New answers tagged

0 votes

Can GNU ld be instructed to print which .o files are needed during a link?

Yes! There are two ways, the linker map and the "trace" option. linker map: -M --print-map Print a link map to the standard output. A link map provides information about the link, including ...
Samuel A's user avatar

Top 50 recent answers are included