question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

[Feature Request]: Easy way to create a project (VSC-737)

See original GitHub issue

Hello all

I’m new in esp-idf

I try to create a project. but i can’t built it. i receive an error like

> Executing task: cmake -G Ninja .. <

CMake Error: The source directory "C:/hassan/wito-SmartWatch/ad5933" does not appear to contain CMakeLists.txt.
Specify --help for usage, or press the help button on the CMake GUI.
The terminal process "C:\WINDOWS\System32\cmd.exe /d /c cmake -G Ninja .." terminated with exit code: 1.

Terminal will be reused by tasks, press any key to close it.

any shortcut or any way to cerate a new project. I think it shuld be a command or an icon in status bar to do that.

thank you all.

Issue Analytics

  • State:closed
  • Created 2 years ago
  • Comments:5

github_iconTop GitHub Comments

1reaction
brianignacio5commented, Aug 26, 2021

I understand no worries. With the extension commands you can create (basically copy from ESP-IDF examples) a new project with the structure already made and you just need to build flash and monitor as shown in the tutorials.

Just look at how the code is structured in the examples. Usually you code goes to the main directory. This is explained in ESP-IDF docs. You can think of a component like a library where you import stuff to your main code in main/src1.c . The CMake is a build system that resolves these directories as explained in the build system documentation

0reactions
hdpklmcommented, Aug 26, 2021

OK 👍👍

Thank you so mutch 💕

Have a nice day!

Read more comments on GitHub >

github_iconTop Results From Across the Web

Feature Request Template: How to Manage Suggestions at ...
A feature request template provides a framework for your users to give feedback, making your life as a product manager a whole lot...
Read more >
Feature Requests: What are they and how to manage them
Feature requests are a form of product feedback you may frequently encounter as a SaaS product manager. They typically come in the form...
Read more >
How to Manage Product Feature Requests – 6 Best Practices
Easy fix: put all your product feature requests into one place like a project management tool, where you can visualize, prioritize, and update ......
Read more >
How do I file a project feature request? - Google Support
You can file a feature request by clicking "New Issue" and entering a summary and description. A feature request will not have "steps...
Read more >
How To Manage Feature Requests [Template included]
This guide will teach you everything about feature requests – how to process them, manage them, respond to them, prioritize them – so...
Read more >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found