Changeset 55

Show
Ignore:
Timestamp:
11/05/07 01:55:10 (13 months ago)
Author:
follower
Message:

Add instructions for building/installation.

Files:
1 modified

Legend:

Unmodified
Added
Removed
  • branches/follower/wiz810mj/README.txt

    r52 r55  
     1 
     2WIZnet W5100 / WIZ810MJ Hardwired TCP/IP Ethernet Chip/Module Driver for Arduino 
     3================================================================================ 
     4 
    15For more information see: 
    26 
     
    48 
    59Based on the W5100 driver from WIZnet. 
     10 
     11 
     12Installation and Building 
     13------------------------- 
     14 
     15Arduino will compile the library automatically if you put it in the 
     16library directory of the Arduino application. 
     17 
     18For Arduino version 0010 the library directory location is: 
     19 
     20  <ARDUINO>/hardware/libraries/ 
     21 
     22For Ardino version 0009 the library directory location was: 
     23 
     24  <ARDUINO>/lib/targets/libraries/ 
     25 
     26If you want to compile the library manually you can use the following: 
     27 
     28  avr-gcc -mmcu=atmega168 -Wall -Os -fsigned-char -combine -c socket.c w5100.c -o wiz810mj.o 
     29 
     30  avr-strip --strip-debug --strip-unneeded -X -x *.o