Hello everybody,
I followed the guides on this forum to setup an Eclipse environment to work with my Maple (Olimex clone, actually) board and libMaple libraries.
Everybody seems to be OK with that, except me.
I can successfully compile my code under Eclipse but it doesn't run fine at all.
The first try has been with the LED blink example. It runs fine if I upload the code through the Maple IDE but it's almost 10 times slower if the same code is uploaded via the makefile provided with libmaple.
I then tried the small serialUSB example here
http://leaflabs.com/docs/lang/api/serialusb.html#lang-serialusb
I can have it work correctly with Maple IDE but no luck with Eclipse/libmaple/makefile.
Is there anybody who can help me?