ESP32 Arduino Lib Builder fails
Posted: Sat Sep 30, 2023 7:14 am
I'm trying to build the `release/v4.4` branch of the esp32 arduino lib builder but its failing with the below error:
i can see gthat `qrcode.h` exists under `/components/arduino/tools/sdk/<device>/include/qrcode/include/qrcode.h`
Why is it not being found automatically?
Am i doing soemthing wrong?
I'm just invoking `./build.sh` after a clean clone on a blank ubuntu docker image with the various apt dependencies installed
Thanks
Code: Select all
In file included from /esp32-arduino-lib-builder/components/arduino/libraries/RainMaker/src/RMakerQR.cpp:1:
/esp32-arduino-lib-builder/components/arduino/libraries/RainMaker/src/RMakerQR.h:19:10: fatal error: qrcode.h: No such file or directory
#include <qrcode.h>
^~~~~~~~~~
compilation terminated.
Why is it not being found automatically?
Am i doing soemthing wrong?
I'm just invoking `./build.sh` after a clean clone on a blank ubuntu docker image with the various apt dependencies installed
Thanks