Re: documentation question

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

 



Jim Beecher <jbeecher@xxxxxxxxxxxxxxxxxx> writes:

> Is there documentation on how to create '.lib' (library) files in the
> GCC docs-- or is this covered in 'make' docs?  I have read the gcc.pdf
> manual and found nothing on creating a library.  I would like be able
> to make libraries via WinAVR (through the IDE, that is-- is this
> possible already?).

The compiler does not make libraries.  On Unix or GNU/Linux libraries
are created using the ar command, which is not part of the compiler.  I
assume that on Windows there is some similar command, but I don't know
what it is.  You may do better to ask on a Windows mailing list.q

Ian


[Index of Archives]     [Linux C Programming]     [Linux Kernel]     [eCos]     [Fedora Development]     [Fedora Announce]     [Autoconf]     [The DWARVES Debugging Tools]     [Yosemite Campsites]     [Yosemite News]     [Linux GCC]

  Powered by Linux