> -----Original Message----- > From: > [email protected] > [mailto:avr-gcc-list-bounces+eweddington=cso.atmel....@nongnu. > org] On Behalf Of Bob Paddock > Sent: Tuesday, January 27, 2009 5:47 AM > To: avr-gcc-list > Subject: [avr-gcc-list] How do we link a IAR Touch Library with GCC? > > http://www.atmel.com/products/touch/touchswlib.asp > > "Atmel Touch Library is a royalty free software library (IAR) for > developing touch applications on standard Atmel AVR microcontrollers. > Customers can link the library into their firmware in order to provide > touch sensing capability to their projects. The Library can be used to > develop single chip solution for many control applications, or to > reduce chip count in more complex applications." > > How do we link a IAR binary library with GCC? >
You don't. You request a GCC version of the library. But I will tell you that the size of the GCC library will definitely be larger than the IAR version. You need to be aware of this because of choosing which AVR device you want to use this on. Eric Weddington _______________________________________________ AVR-GCC-list mailing list [email protected] http://lists.nongnu.org/mailman/listinfo/avr-gcc-list
