6/23/2019 7:50 PM | |
Joined: 3/17/2014 Last visit: 10/7/2024 Posts: 53 Rating: (12) |
Hi All, with latest V2.4 SDK for Eclipse downloaded here SIMATIC IOT2000 Eclipse Plugin I created a new IOT2000 Project and connected the new SDK. The project works fine in IOT but I still see warnings and errors in Eclipse compiler about import libraries and on some c++ code. The problem is due to the different version of the C ++ include folder inserted by default in the Project Settings. This is where the libraries are located in the SDK. Unfortunately these are wrong, at least with the SDK 2.4 package. Browsing in the extracted folder I noticed that the version is not 6.2.0 but it is 7.3.0. Check yours. It is possible to solve it by modifying the paths above, also follow the attached screenshots: • To modify, in the project properties, under C / C ++ General --> Path and Symbols • find the paths /usr/include/c++/6.2.0 and /usr/include/c++/6.2.0/i586-poky-linux • You must then modify the two paths above replacing the version, apply the changes and exit. • At this point all warnings should disappear as libraries are correctly found. Best Regards, Davide Attachmentinclude_sdk_problem.zip (606 Downloads) |
This contribution was helpful to4 thankful Users |
Follow us on