Page 1 of 1

Importing /usr/include into the ESP project

Posted: Thu Apr 27, 2017 7:19 pm
by Robert
Hi,

as you do not support classic Bluetooth, I am trying to use sockets. The problem is that I can not include the files in /usr/include of my Ubuntu so I can never compile these headers. Is this a problem of my eclipse configuration or should I add a line to the Makefile?

Thank you

Re: Importing /usr/include into the ESP project

Posted: Thu Apr 27, 2017 11:43 pm
by ESP_Angus
The /usr/include directory has socket code for PC Linux. It won't work in ESP-IDF.

Can you be more specific about what you're trying to do, and the errors/problems you're seeing? Some sample code or screenshots may help.