Hey, On 08/10/2016 12:31 PM, MiTsArAs Jimaras wrote: > (it has to do with ncurses.h)
> /home/d/RIOT/examples/c_stopwatch/bin/native/c_stopwatch.a(main.o): In > function `main': > main.c:(.text.main+0x136): undefined reference to `stdscr' > main.c:(.text.main+0x13f): undefined reference to `wgetch' > main.c:(.text.main+0x17e): undefined reference to `stdscr' > main.c:(.text.main+0x187): undefined reference to `wgetch' > collect2: error: ld returned 1 exit status > make: *** [/home/d/RIOT/examples/c_stopwatch/../../Makefile.include:260: all] > Error 1 > https://lists.riot-os.org/mailman/listinfo/devel Your application is using ncurses, which is not available in RIOT. Kaspar _______________________________________________ devel mailing list [email protected] https://lists.riot-os.org/mailman/listinfo/devel
