This is the mail archive of the binutils@sources.redhat.com mailing list for the binutils project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: incremental linking


"niv twig" <niv_twig@writeme.com> writes:

> I was wondering whether incremental linking is actually working.
> In the man page / documentation the options -i,-r,-Ur are said to do
> incremental linking,
> but without examples of exactly how to do it.
> When I searched in this mailing list and on the internet, I found nothing
> helpful.
> Can anyone please give a short example of how to do incremental linking for
> C, and C++
> (the option -Ur as I understand is for C++)

ld -r -o foobar.o foo.o bar.o

Ian


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]