Running RIOT

Hi,
I followed the tutorial [https://github.com/cgundogan/RIOT-Tutorial](https://github.com/cgundogan/RIOT-Tutorial)

but when I tried "make all term" here's the error I get:

Building application "ieee_wf-iot_2015" for "native" with MCU "native".

"make" -C /home/silvio/RIOT/boards/native
"make" -C /home/silvio/RIOT/boards/native/drivers
"make" -C /home/silvio/RIOT/core
"make" -C /home/silvio/RIOT/cpu/native
"make" -C /home/silvio/RIOT/cpu/native/periph
"make" -C /home/silvio/RIOT/drivers
"make" -C /home/silvio/RIOT/sys
"make" -C /home/silvio/RIOT/sys/auto_init
"make" -C /home/silvio/RIOT/sys/auto_init/netif
"make" -C /home/silvio/RIOT/sys/bitfield
"make" -C /home/silvio/RIOT/sys/net/crosslayer/inet_csum
"make" -C /home/silvio/RIOT/sys/net/gnrc
"make" -C /home/silvio/RIOT/sys/net/gnrc/netapi
"make" -C /home/silvio/RIOT/sys/net/gnrc/netif
"make" -C /home/silvio/RIOT/sys/net/gnrc/netif/hdr
"make" -C /home/silvio/RIOT/sys/net/gnrc/netreg
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/icmpv6
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/icmpv6/echo
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ipv6
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ipv6/hdr
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ipv6/nc
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ipv6/netif
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ndp
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ndp/internal
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ndp/node
"make" -C /home/silvio/RIOT/sys/net/gnrc/network_layer/ndp/router
"make" -C /home/silvio/RIOT/sys/net/gnrc/pkt
"make" -C /home/silvio/RIOT/sys/net/gnrc/pktbuf_static
"make" -C /home/silvio/RIOT/sys/net/network_layer/ipv6/addr
"make" -C /home/silvio/RIOT/sys/net/network_layer/ipv6/hdr
"make" -C /home/silvio/RIOT/sys/ps
"make" -C /home/silvio/RIOT/sys/random
"make" -C /home/silvio/RIOT/sys/random/tinymt32
"make" -C /home/silvio/RIOT/sys/shell
"make" -C /home/silvio/RIOT/sys/shell/commands
"make" -C /home/silvio/RIOT/sys/xtimer
gcc: error: /home/silvio/RIOT-Tutorial/application/bin/native/gnrc_netif_default.a: No such file or directory
/home/silvio/RIOT-Tutorial/application/../../RIOT/Makefile.include:259: recipe for target 'all' failed
make: *** [all] Error 1

Hey Silvio,

the`` code in [1] is not up-to-date with RIOT's current version (neither 2016.04, nor master). I never came around updating it, and I probably will only manage to do it after several weeks. Nevertheless, I thought of moving the code in [1] to my new repo in [2] in the future, therefore I would strongly advise against using [1] and using [2] directly.

Besides that, you can also look into the examplesandtests folder of the RIOT [3] repo``sitory for more illustrations and at [4] for a small list of further tutorials.

Best, Cenk

--- (Note: the only difference between ``both urls`` is the s at the end of link [2]) [1] [2] --- [3] [4]