Page 1 of 1

Help with IDE Project Setup

Posted: Fri May 23, 2025 9:48 pm
by justinmreina
Hi, getting started with Espressif now and I have a few issues with project development that I need help with

Project Issues:
  • Espressif-IDE is showing false errors in Project Explorer - Project_Explorer_issues.png

    espressif-ide 'Project Explorer' error markings

  • ESP-IDF shows random, unexpected graphics lib error - hello_world_issue_2.png (resolved below)

    what is the 'Internal Compiler Error' for 'rgb_panel_draw_bitmap'? I get this
    periodically and have no idea why. And in this case now, cleaning the project
    and removing build\ quickly resolves the problem providing a clean build

  • IDE display warnings! For both - out/

    espressif-ide include warnings

    vs code include warnings
Test Debug Workspace:
Any ideas how to identify or resolve the issues above? I have put a lot of legwork in, and need some help! Using Espressif-IDE 3.4.0 with ESP-IDF v5.4.1 now, here is my setup - (ref) :)

Re: Help with IDE Project Setup

Posted: Mon May 26, 2025 2:00 am
by justinmreina
I have also been getting this recently, for multiple projects I created myself that are compiling fine -

Src:

Woa:

What Is This Problem.png
why does the IDE show an error here?
What Is This Problem.png (195.11 KiB) Viewed 411 times

Update:
  • Oh yeah!! This is because new run configurations inherit previous workspace settings (e.g. a different value for 'Working Directory' which is not valid) from my previous run configurations which aren't applicable 🤔

Re: Help with IDE Project Setup

Posted: Mon May 26, 2025 12:33 pm
by justinmreina
Also not sure what this is -

Unexpected .clangd Permissions Problem:

clangd problem.png
no idea how to fix!
clangd problem.png (20.96 KiB) Viewed 394 times

Re: Help with IDE Project Setup

Posted: Mon May 26, 2025 3:27 pm
by justinmreina
I resolved the graphics lib error, this is a bug -


Issue:
  • ESP-IDF shows random, unexpected graphics lib error - hello_world_issue_2.png

Test:
  • For my ESP driver projects this morning, this problem showed up again on multiple projects (ref)

Problem:

Resolution
  • esp32_spp - cleaned the project in VS Code with build\ deleted and recompile, resolving the problem
  • esp32_base - cleaned the project in VS Code with build\ deleted and recompile, showing the same problem. I repeated this procedure once more to resolve the problem

I still need help with the (3) remaining above, your feedback is appreciated if available