Summary of problems in the work process

In the study work, it is still a good habit to record the problems at hand, in order to improve efficiency later and prevent repeated problems, the problems encountered in this work and the solutions are recorded.

1. The ubuntu gcc compilation is successful, but the cross compilation still reports an error GLES/gl2.h no such file. This problem was the second time I encountered it. The first time it took a long time to solve it, and this time I encountered it again. After a month, I don’t know where the problem is. Hey

To solve the idea, you need to add the includepath path gl2.h to the project quantity

 

2. Solution for telnet unable to load or initialize the requested service provider

1. Click "Start" and enter cmd in the search bar.

2. Then enter the command netsh winsock reset.

3. Restart the computer.

Guess you like

Origin blog.csdn.net/u010868213/article/details/108993020