Search Results

Search results 1-2 of 2.

This site uses cookies. By continuing to browse this site, you are agreeing to our Cookie Policy.

  • Thank you Nino. It sounds strange to do it this way but its ok. I also have another problem. I have installed "STLport Library Package" in order to include <iostream> and use to_string for example. Under tools>Show installed packages it is explained how to use STLPort: Usage The C++ STL functionality of STLPort 5.2.1 is provided in this package. To use STLPort when this package has been installed set the Libraries > STLport Library project property to either - Yes just for the STL features. - Ye…

  • Hi, I am new to Segger Embedded Studio and have a problem. I am trying to make a lcd library which contains of a .cpp-file and a .h-file. When I include only lcd.h in main.cpp it can´t compile. (Receive: undefined reference to `LCD::init(unsigned char)' error). But when I include lcd.cpp also, everything work fine. I think it is only a setting to also compile cpp files, but I cant find it. Im using gcc with NRF52832 devkit. lcd.h: C Source Code (15 lines) lcd.cpp: Source Code (7 lines) main.cpp:…