I'm looking for a working example Webserver for Arduino UNO R3 and ENC28J60 Ethernet adapter. Using Arduino Software version 1.0.5.
I have searched the Web and all examples fail to compile or not work.
Yes, I have a working W5100 , outside my school's budget.
I'm doing some training for young people at a local school in my sparetime, not paid.
Here is the error message I get trying to compile the example:
c:/arduino-1.0.5/hardware/tools/avr/bin/../lib/gcc/avr/4.3.2/../../../../avr/lib/avr5\libc.a(random.o): In function do_random': C:\msys\home\Andy\avr\toolchain\avr-libc\avr-libc-1.8.0\avr\lib\avr5/../../../libc/stdlib/random.c:62: undefined reference to __muluhisi3'
C:\msys\home\Andy\avr\toolchain\avr-libc\avr-libc-1.8.0\avr\lib\avr5/../../../libc/stdlib/random.c:62: undefined reference to `__mulohisi3'
To Pylon , thanks for helping me out !
Hurra it works !
Here is what I did to make it work. Hope it will be useful for others trying the same
After removing some "old" versions and cleaning up and a fresh installation of Arduino sw 1.0.5 compilation of programs worked successfully using UIPEthernet.