This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Indexer problems then using custom cross tools



Good day!

I am developing a project for BeagleBone Black, using openembedded.org to build a cross tools for the platform, as on my OpenSuse Leap 41.2 the arm cross tools is unstable and not maintained. 

The porject buit ok, but the indexer cannot see the STL types like vector, map, cout etc., marking them as undefined. On my opinion, this issue happend as the <vector> header file includes the header file <bits/vector.tcc> with non-standart extention, and it does not appear in "Includes" automatic folder in the project (the directory containing it is seen, but no .tcc files there, and I see this files on disk).

Please suggest some workaround, as it very uncomfortable to see many errors in code, when the code is ok, and also autocomplete does not work for this types.