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
I have updated my IDF branch (master or release) to the latest version and checked that the issue is present there.
I have searched the issue tracker for a similar issue and not found a similar issue.
IDF version.
v5.4
Operating System used.
Linux
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
What is the expected behavior?
After the build should he show a table where he dispaly the memory usage.
What is the actual behavior?
Well if I build my customized matter example. He reports some fault if their are in the code. If all the errors from my code are away, do he give me a failure in the build terminal.
Steps to reproduce.
opened VSCode via the Ubuntu terminal
opened the matter example
build this code (no problem)
changed a few things in the example for my application
build this code and it gave the next failure in the build terminal
github-actionsbot
changed the title
failure while building my custom light code (IDFGH-14761)
failure while building my custom light code (IDFGH-14761) (CON-1586)
Mar 6, 2025
@ravencarcass if you check, the error it is failing to compile app_main.cpp file, as you have said that you modified the file, they may be wrong. So I'd suggest you to share the diff of your changes on top of original code.
Also, what could help is the actual compilation errors.
Answers checklist.
IDF version.
v5.4
Operating System used.
Linux
How did you build your project?
VS Code IDE
If you are using Windows, please specify command line type.
None
What is the expected behavior?
After the build should he show a table where he dispaly the memory usage.
What is the actual behavior?
Well if I build my customized matter example. He reports some fault if their are in the code. If all the errors from my code are away, do he give me a failure in the build terminal.
Steps to reproduce.
Build or installation Logs.
More Information.
This is the comlpet app_main.cpp
The text was updated successfully, but these errors were encountered: