-
Notifications
You must be signed in to change notification settings - Fork 10
Closed
Description
When compiling the project using Visual studios Code with Platform.io I get the following error message.
Error message
src\main.cpp:26:57: fatal error: ..\lib\casbacnetstack\CASBACnetStackAdapter.h: No such file or directory
Full build output
> Executing task: C:\Users\XXXXXXX\.platformio\penv\Scripts\platformio.exe run <
Processing featheresp32 (platform: espressif32; board: featheresp32; framework: arduino)
--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Verbose mode can be enabled via `-v, --verbose` option
CONFIGURATION: https://docs.platformio.org/page/boards/espressif32/featheresp32.html
PLATFORM: Espressif 32 > Adafruit ESP32 Feather
HARDWARE: ESP32 240MHz 320KB RAM (4MB Flash)
DEBUG: CURRENT(esp-prog) EXTERNAL(esp-prog, iot-bus-jtag, jlink, minimodule, olimex-arm-usb-ocd, olimex-arm-usb-ocd-h, olimex-arm-usb-tiny-h, olimex-jtag-tiny, tumpa)
Library Dependency Finder -> http://bit.ly/configure-pio-ldf
LDF MODES: FINDER(chain) COMPATIBILITY(soft)
Collected 27 compatible libraries
Scanning dependencies...
Dependency Graph
|-- <WiFi> 1.0
Compiling .pioenvs\featheresp32\src\main.cpp.o
Generating partitions .pioenvs\featheresp32\partitions.bin
Compiling .pioenvs\featheresp32\lib152\WiFi\ETH.cpp.o
Compiling .pioenvs\featheresp32\lib152\WiFi\WiFi.cpp.o
Compiling .pioenvs\featheresp32\lib152\WiFi\WiFiAP.cpp.o
src\main.cpp:26:57: fatal error: ..\lib\casbacnetstack\CASBACnetStackAdapter.h: No such file or directory
*****************************************************************************************************
* Looking for ..\lib\casbacnetstack\CASBACnetStackAdapter.h dependency? Check our library registry!
*
* CLI > platformio lib search "header:..\lib\casbacnetstack\CASBACnetStackAdapter.h"
* Web > https://platformio.org/lib/search?query=header:..%5Clib%5Ccasbacnetstack%5CCASBACnetStackAdapter.h
*
*****************************************************************************************************
Where do I get the ..\lib\casbacnetstack\CASBACnetStackAdapter.h file ?
Metadata
Metadata
Assignees
Labels
No labels