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

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

Re: [avr-gcc-list] the dynamic shared library in avr-gcc


From: Eric Weddington
Subject: Re: [avr-gcc-list] the dynamic shared library in avr-gcc
Date: Thu, 03 Nov 2005 13:09:57 -0700
User-agent: Mozilla Thunderbird 1.0.2 (Windows/20050317)

임지수 wrote:
> Hi,
>  
> I want use the dynamic shared library in avr-gcc.
> But avr-gcc can't use "-shared" options.
> why does not avr-gcc support "-shared" options?
> Is there another method to use the dynamic shared library?
>  

What "dynamic shared library" are you talking about?

Using shared libraries do not make sense in building an AVR application
because there are no such concepts in an AVR code image as a filesystem,
or multiple applications that need to share a library in the first place.

-- 
Eric Weddington




reply via email to

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