BlueAndi / Pixelix

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

Cant compile Dev branch #103

Closed jimmyeao closed 2 years ago

jimmyeao commented 2 years 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 2 years ago

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

jimmyeao commented 2 years 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 2 years 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 2 years ago

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

jimmyeao commented 2 years ago

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