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
Yes, it is planned to add support of the esp-clang into esp-modbus project pipeline. Unfortunately, this was postponed for a while. As I remember the esp-clang was working just fine on my side. Please add more information (logs) to clarify your issue. I can ask the tools team to help with this issue if necessary.
Yes, it is planned to add support of the esp-clang into esp-modbus project pipeline. Unfortunately, this was postponed for a while. As I remember the esp-clang was working just fine on my side. Please add more information (logs) to clarify your issue. I can ask the tools team to help with this issue if necessary.
Thanks.
I find some problem from C++ , "IDFGH-14441" fix it.
transp_obj used before define, MB_RETURN_ON_FALSE, MB_GOTO_ON_FALSE
MB_STR_CATerror: '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Werror,-Wcompound-token-split-by-macro]
MB_OBJ_PARENTalso '}' and ')' tokens terminating statement expression appear in different macro expansion contexts [-Werror,-Wcompound-token-split-by-macro]
Checklist
Issue or Suggestion Description
我使用ESP32 & "Espressif\tools\esp-clang\esp-18.1.2_20240912\esp-clang\bin" & **C++**去构建,但是失败了,看上去问题基本上是GCC和Clang的兼容性问题?
请问,有支持esp-clang的计划吗?
The text was updated successfully, but these errors were encountered: