Dear RIOT users Recently I downloaded the latest RIOT-2017.04 and tried to use it on the Ubuntu 16.04 with Vagrant and VirtualBox environment. Environment establishment was succeeded by following the two information sites,
[1] https://www.vagrantup.com/ [2] https://github.com/RIOT-OS/RIOT/blob/master/dist/tools/vagrant/README.md Then I compiled "example/native", but it was failed. The error messages are displayed as following, ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- vagrant@vagrant:~/RIOT/examples/default$ make Building application "default" for "native" with MCU "native". "make" -C /home/vagrant/RIOT/boards/native "make" -C /home/vagrant/RIOT/boards/native/drivers "make" -C /home/vagrant/RIOT/core "make" -C /home/vagrant/RIOT/cpu/native "make" -C /home/vagrant/RIOT/cpu/native/netdev_tap ar: unable to rename '/home/vagrant/RIOT/examples/default/bin/native/netdev_tap.a'; reason: Operation not permitted /home/vagrant/RIOT/Makefile.base:71: recipe for target '/home/vagrant/RIOT/examples/default/bin/native/netdev_tap.a' failed make[3]: *** [/home/vagrant/RIOT/examples/default/bin/native/netdev_tap.a] Error 1 /home/vagrant/RIOT/Makefile.base:20: recipe for target 'ALL--/home/vagrant/RIOT/cpu/native/netdev_tap' failed make[2]: *** [ALL--/home/vagrant/RIOT/cpu/native/netdev_tap] Error 2 /home/vagrant/RIOT/Makefile.base:20: recipe for target 'ALL--/home/vagrant/RIOT/cpu/native' failed make[1]: *** [ALL--/home/vagrant/RIOT/cpu/native] Error 2 /home/vagrant/RIOT/examples/default/../../Makefile.include:297: recipe for target 'all' failed make: *** [all] Error 2 ----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------- Why are these error messages displayed ?. How to compile the "example/native" succeesfully ?. On the Ubuntu 12.04 & RIOT-2016.07, it is no problems. Thank you and best regards. Dicek Bear
_______________________________________________ users mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/users
