avr-gcc-list
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [avr-gcc-list] shared option does not work?


From: Daniel O'Connor
Subject: Re: [avr-gcc-list] shared option does not work?
Date: Mon, 21 Feb 2005 11:35:32 +1030
User-agent: KMail/1.7.92

On Mon, 21 Feb 2005 09:50, Jim Davis wrote:
> Ok, so maybe I dont want shared option... I dont want to implement a shared
> loader.
> I just want to link and produce a linkable library - (static?) that at
> compile time
> I can link in other projects.  The library would not have a main routine.
> It would
> be similar to any standard library package.

You want to build an archive library using ar - ar makes libfoo.a out of .o 
files which you can then statically link into your program(s).

-- 
Daniel O'Connor software and network engineer
for Genesis Software - http://www.gsoft.com.au
"The nice thing about standards is that there
are so many of them to choose from."
  -- Andrew Tanenbaum
GPG Fingerprint - 5596 B766 97C0 0E94 4347 295E E593 DC20 7B3F CE8C

Attachment: pgpAp8hCKYRGN.pgp
Description: PGP signature


reply via email to

[Prev in Thread] Current Thread [Next in Thread]