BlueAndi / Pixelix

Full RGB LED matrix, based on an ESP32 and WS2812B LEDs.
MIT License
293 stars 59 forks source link

Cant compile Dev branch #103

Closed jimmyeao closed 1 year ago

jimmyeao commented 1 year ago

Dev branch seems to have more dependencies which are un resolved, VSCODE throws multiple errors due to missing xtensa/hal.h:

#include errors detected. Please update your includePath. Squiggles are disabled for this translation unit (E:\GitHub\blueandi\esp-rgb-led-matrix\src\Common\Settings.cpp).C/C++(1696)
cannot open source file "xtensa/hal.h" (dependency of "Preferences.h")C/C++(1696)
gabryelreyes commented 1 year ago

Please check your VSCode installation as well as your PlatformIO installation.

jimmyeao commented 1 year ago

As above, master branch compiles fine, dev branch throws the errors. All my other projects compile fine too, pretty sure vscode/pio/git are solid

BlueAndi commented 1 year ago

Which PIO version do you use? For which target do you build?

The error sounds like a IDF related problem, which is strange.

BlueAndi commented 1 year ago

Maybe a problem with the Arduino package(s) in the .platformio home in your user directory.

jimmyeao commented 1 year ago

I've completely reset PIO, and now its compiling. Strange how prod would but dev wouldn't before :/