Search found 2 matches
- Fri Apr 29, 2022 9:02 am
- Forum: General Discussion
- Topic: esp-idf-v4.4/tools/windows/eclipse_make.py all" terminated with exit code 1. Build might be incomplete.
- Replies: 0
- Views: 940
esp-idf-v4.4/tools/windows/eclipse_make.py all" terminated with exit code 1. Build might be incomplete.
Hello, I need Help, after Build I get this Error: python "C:\\Users\\Dali\\Documents\\esp\\esp-idf-v4.4/tools/windows/eclipse_make.py" all Running make in 'C:/Users/Dali/Desktop/Workspace/Quellcode_hypro_control_esp32_v131v132' Traceback (most recent call last): File "C:\Users\Dali\Documents\esp\esp...
- Fri Apr 29, 2022 9:00 am
- Forum: General Discussion
- Topic: '%02d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 9 and 16 [-Werror=
- Replies: 1
- Views: 2534
'%02d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 9 and 16 [-Werror=
Hello, I need help. after Build I get this Error: I need Help /main/main.cpp:787:42: error: '%02d' directive output may be truncated writing between 2 and 11 bytes into a region of size between 9 and 16 [-Werror=format-truncation=] snprintf(ts_buf, ts_bufsize, "%04d-%02d-%02dT%02d:%02d:%02dZ", ^~~~~...