11.07.2015 Views

Imagecraft c compiler and development environment for the atmel avr

Imagecraft c compiler and development environment for the atmel avr

Imagecraft c compiler and development environment for the atmel avr

SHOW MORE
SHOW LESS

You also want an ePaper? Increase the reach of your titles

YUMPU automatically turns print PDFs into web optimized ePapers that Google loves.

ICCV8 <strong>for</strong> AVR – C Compiler <strong>for</strong> Atmel AVRcopy c:\iccv8<strong>avr</strong>\lib\libc<strong>avr</strong>.a ; copy libraryilibw.exe -a libc<strong>avr</strong>.a iochar.ocopy libc<strong>avr</strong>.a c:\iccv8<strong>avr</strong>\lib ; copy backThe ilibw.exe comm<strong>and</strong> creates <strong>the</strong> library file if it does not exist; to create a newlibrary, give ilibw.exe a new library file name.Deleting a ModuleThe comm<strong>and</strong> switch -d deletes a module from <strong>the</strong> library. For example, <strong>the</strong> followingdeletes iochar.o from <strong>the</strong> libc<strong>avr</strong>.a library:cd c:\iccv8<strong>avr</strong>\libsrc.<strong>avr</strong>copy c:\iccv8<strong>avr</strong>\lib\libc<strong>avr</strong>.a ; copy libraryilibw.exe -d libc<strong>avr</strong>.a iochar.o ; deletecopy libc<strong>avr</strong>.a c:\iccv8<strong>avr</strong>\lib ; copy back201

Hooray! Your file is uploaded and ready to be published.

Saved successfully!

Ooh no, something went wrong!