OK, but how about hello-world example on your Arduino Due I'm talking about this example https://github.com/RIOT-OS/RIOT/tree/master/examples/hello-world
On Fri, Jan 15, 2016 at 1:57 PM, Łukasz Makowski < [email protected]> wrote: > W dniu 15.01.2016 o 11:07, Emmanuel Baccelli pisze: > >> Hi Łukasz >> can you confirm hello_world (basic version, not arduino_hello-world) >> works? >> > > Hi Emmanuel, > > on "native"? Sure it does. > > > (21) shikotsu examples: cd hello-world/ > (22) shikotsu hello-world: make > Building application "hello-world" for "native" with MCU "native". > > "make" -C /home/user/Projekty/RIOT/boards/native > "make" -C /home/user/Projekty/RIOT/boards/native/drivers > "make" -C /home/user/Projekty/RIOT/core > "make" -C /home/user/Projekty/RIOT/cpu/native > "make" -C /home/user/Projekty/RIOT/cpu/native/periph > "make" -C /home/user/Projekty/RIOT/drivers > "make" -C /home/user/Projekty/RIOT/sys > "make" -C /home/user/Projekty/RIOT/sys/auto_init > text data bss dec hex filename > 23978 400 47812 72190 119fe > /home/user/Projekty/RIOT/examples/hello-world/bin/native/hello-world.elf > (23) shikotsu hello-world: file > /home/user/Projekty/RIOT/examples/hello-world/bin/native/hello-world.elf > /home/user/Projekty/RIOT/examples/hello-world/bin/native/hello-world.elf: > ELF 32-bit LSB executable, Intel 80386, version 1 (SYSV), dynamically > linked, interpreter /lib/ld-linux.so.2, for GNU/Linux 2.6.32, > BuildID[sha1]=d46e5c58d9a3c7bc345b40692f8055a1351d7f5b, not stripped > (24) shikotsu hello-world: > /home/user/Projekty/RIOT/examples/hello-world/bin/native/hello-world.elf > RIOT native interrupts/signals initialized. > LED_GREEN_OFF > LED_RED_ON > RIOT native board initialized. > RIOT native hardware initialization complete. > > main(): This is RIOT! (Version: 2016.03-devel-153-gc644f8-shikotsu) > Hello World! > You are running RIOT on a(n) native board. > This board features a(n) native MCU. > > > > Regards, > Lukasz > > > _______________________________________________ > 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
