I’m using 5.3R8 trial version for 30-days . I’ve tried to compli “https://visualgdb.com/tutorials/arm/nrf51/uart/” this tutorial but, it gives me
Error undefined reference to `app_uart_put’ and for others two function ‘app_uart_get’ and ‘app_uart_init’. By the way, I encountered this error with several application (“timer,mause ble,kayboard etc.”), It’s so boring and I’m about to break that pc 🙂
1>------ Derleme başladı: Proje: EmbeddedProject1, Yapılandırma: Debug VisualGDB ------
1>LEDBlink.cpp
1>Linking ../VisualGDB/Debug/EmbeddedProject1...
1>VisualGDB/Debug/LEDBlink.o: In function `main':
1>D:\work_space\nrf_mause\EmbeddedProject1\EmbeddedProject1\LEDBlink.cpp(52): error : undefined reference to `app_uart_init'
1>D:\work_space\nrf_mause\EmbeddedProject1\EmbeddedProject1\LEDBlink.cpp(62): error : undefined reference to `app_uart_get'
1>D:\work_space\nrf_mause\EmbeddedProject1\EmbeddedProject1\LEDBlink.cpp(66): error : undefined reference to `app_uart_put'
1>collect2.exe : error : ld returned 1 exit status
1>"EmbeddedProject1.vcxproj" projesini oluşturma tamamlandı -- BAŞARISIZ OLDU.
========== Oluşturma: 0 başarılı, 1 başarısız, 0 güncel, 0 atlandı ==========
-
This topic was modified 6 years, 8 months ago by
support. Reason: formatting