Hi Łukasz can you confirm hello_world (basic version, not arduino_hello-world) works? Best, Emmanuel
On Thu, Jan 14, 2016 at 2:25 PM, Cenk Gündogan <[email protected]> wrote: > Hello Łukasz, > > `arduino_hello-world` is an example application > that showcases the Ardunino API support within RIOT. > Currently, the Arduino API is only supported for the stm32f4discovery. > > To use RIOT without the Ardunio API, you can simply build the normal > `hello_world` or `default` example for your board. > > You do not need the Arduino API to compile for your arduino-due board (: > > Best, > Cenk > > > On 14.01.2016 12:24, Łukasz Makowski wrote: > >> Hello, >> >> I have just joined this list and as it usually is in search for help. >> >> I work on fresh clone from repo. I succesfully went through "The quickest >> start" on "native" machine. However, I couldn't figure out how to compile >> even the simplest example for Arduino Due: >> >> (107) shikotsu arduino_hello-world: make all BOARD=arduino-due >> There are unsatisfied feature requirements: arduino >> >> >> EXPECT ERRORS! >> >> >> Building application "arduino_hello-world" for "arduino-due" with MCU >> "sam3". >> >> In file included from >> /tmp/RIOT/examples/arduino_hello-world/_sketches.cpp:1:0: >> /tmp/RIOT/sys/arduino/include/arduino.hpp:26:27: fatal error: >> arduino_board.h: No such file or directory >> #include "arduino_board.h" >> ^ >> compilation terminated. >> /tmp/RIOT/Makefile.base:66: recipe for target >> '/tmp/RIOT/examples/arduino_hello-world/bin/arduino-due/arduino_hello-world/_sketches.o' >> failed >> make[1]: *** >> [/tmp/RIOT/examples/arduino_hello-world/bin/arduino-due/arduino_hello-world/_sketches.o] >> Error 1 >> /tmp/RIOT/examples/arduino_hello-world/../../Makefile.include:215: recipe >> for target 'all' failed >> make: *** [all] Error 2 >> >> >> >> I know that probably there is an error between keyboard and chair but any >> technical solution is appreciated :) >> >> >> Kind regards, >> Lukasz Makowski >> _______________________________________________ >> users mailing list >> [email protected] >> https://lists.riot-os.org/mailman/listinfo/users >> > > _______________________________________________ > users mailing list > [email protected] > https://lists.riot-os.org/mailman/listinfo/users >
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
