alexCajas / esp8266RTOSArduCore

This project delivers an Arduino core for the ESP8266_RTOS_SDK, a light version of FreeRTOS supported by espressif. Notably, it shares the same framework as the ESP32 Arduino core, ensuring compatibility with libraries designed for the ESP32 arduino core and advanced multitasking capabilities.
https://github.com/alexCajas/esp8266RTOSArduCore/
Apache License 2.0
12 stars 2 forks source link

esp8266RTOS\1.0.3/tools/createPreproc.py", line 7print(f"preCompile Build Path: {build_path}", file=sys.stderr) #2

Closed gunt2551 closed 4 months ago

gunt2551 commented 4 months ago

Environment

Problem Description

When i verifying code(your example code on github) I got an error. I am unsure the "build_path" needs to be set at "Environment Variables" or is already set up on your code. where can i find the path?

I also tried with IDF 1.0.2 ,but I got the same error.

If this issue needs to be discussed on your community forum, please let me know.

File "C:\Users\user\AppData\Local\Arduino15\packages\esp8266RTOS\hardware\esp8266RTOS\1.0.3/tools/createPreproc.py", line 7 print(f"preCompile Build Path: {build_path}", file=sys.stderr) .....................................................................................^ SyntaxError: invalid syntax exit status 1 Error compiling for board ESP8266 Module.

Screenshot 2024-05-18 101829

gunt2551 commented 4 months ago

delete this pls. wrong click