after some quick wins with my Espruino I thought "now let's use it for real things" and ordered some Wiznet LAN modules to get connected. Connecting the pins seems quite simple but I'm struggling quite some time to get the Firmware compiled.
CC libs/filesystem/fat_sd/fattime.o make: arm-none-eabi-gcc: Command
not found make: *** [libs/filesystem/fat_sd/fattime.o] Error 127
I downloaded the Compiler from the first post of this thread (mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/).
Now it builds correctly, but fails because it gets too big:
LD espruino_1v68_espruino_1r3.elf GEN espruino_1v68_espruino_1r3.lst
GEN espruino_1v68_espruino_1r3.bin bash scripts/check_size.sh
espruino_1v68_espruino_1r3.bin FAIL - size of 224324 is over 215040
bytes make: *** [espruino_1v68_espruino_1r3.bin] Error 1 make: ***
Waiting for unfinished jobs.... Build failed
I'd be happy if someone could help me figure out how to get WizNet LAN working on my Espruino.
Espruino is a JavaScript interpreter for low-power Microcontrollers. This site is both a support community for Espruino and a place to share what you are working on.
Dear Espruino Fans,
after some quick wins with my Espruino I thought "now let's use it for real things" and ordered some Wiznet LAN modules to get connected. Connecting the pins seems quite simple but I'm struggling quite some time to get the Firmware compiled.
I used - like Gordon told - :
git clone https://github.com/espruino/Espruino.git
cd Espruino
make
And this works, but (as http://www.espruino.com/WIZnet says)...
WIZNET=1 RELEASE=1 ESPRUINO_1V3=1 make
is not working.
I downloaded the Compiler from the first post of this thread (mentor.com/embedded-software/sourcery-tools/sourcery-codebench/editions/lite-edition/).
Now it builds correctly, but fails because it gets too big:
I'd be happy if someone could help me figure out how to get WizNet LAN working on my Espruino.
Best regards, Jack