You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Hello.
I'm trying to compile MUI for the CYD (ESP32-TFT). I attempted to create a custom device based on heltec-v4-tft but I'm getting the following error when compiling:
Compiling .pio\build\heltec-v4-tft\src\BluetoothCommon.cpp.o
xtensa-esp32s3-elf-g++: error: CreateProcess: No such file or directory
Compiling .pio\build\heltec-v4-tft\src\DebugConfiguration.cpp.o
*** [.pio\build\heltec-v4-tft\src\BluetoothCommon.cpp.o] Error 1
xtensa-esp32s3-elf-g++: error: CreateProcess: No such file or directory
*** [.pio\build\heltec-v4-tft\src\DebugConfiguration.cpp.o] Error 1
I realize that even with the original heltec-v4-tft code or with other devices named *-tft, the same error occurs. Is it possible to compile for this device?
thanks
reacted with thumbs up emoji reacted with thumbs down emoji reacted with laugh emoji reacted with hooray emoji reacted with confused emoji reacted with heart emoji reacted with rocket emoji reacted with eyes emoji
Uh oh!
There was an error while loading. Please reload this page.
-
Hello.
I'm trying to compile MUI for the CYD (ESP32-TFT). I attempted to create a custom device based on heltec-v4-tft but I'm getting the following error when compiling:
Compiling .pio\build\heltec-v4-tft\src\BluetoothCommon.cpp.o
xtensa-esp32s3-elf-g++: error: CreateProcess: No such file or directory
Compiling .pio\build\heltec-v4-tft\src\DebugConfiguration.cpp.o
*** [.pio\build\heltec-v4-tft\src\BluetoothCommon.cpp.o] Error 1
xtensa-esp32s3-elf-g++: error: CreateProcess: No such file or directory
*** [.pio\build\heltec-v4-tft\src\DebugConfiguration.cpp.o] Error 1
I realize that even with the original heltec-v4-tft code or with other devices named *-tft, the same error occurs. Is it possible to compile for this device?
thanks
Beta Was this translation helpful? Give feedback.
All reactions