This is the mail archive of the gcc-help@gcc.gnu.org mailing list for the GCC 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: documentation question


Jim Beecher <jbeecher@oneendlessloop.com> 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 Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]