ESP32 CAM compile not using esp32 libraries

When I compile code IDE always use default libraries instead esp32 libraries and got compile error so I need to move default libraries outside folder

Is there anyway to specific libraries to use in code?

Be sure to choose the correct board.

If you're using IDE 1.8.x, you can make portable installs for the different architectures. I have an portable install for ESP8266 and one for AVR.

Portable installs are fully independent of each other. So my AVR one only has libraries that work with AVR and my ESP8266 one only has ESP8266 libraries that work with ESP8266.

Unfortunately IDE2.0 does not support portable installs (yet).

It's have system_error:39:34: fatal error: bits/error_constants.h: No such file or directory error but can fix Thank a lot

This topic was automatically closed 180 days after the last reply. New replies are no longer allowed.