임지수 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


_______________________________________________
AVR-GCC-list mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to