Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Cannot build example - led example #433

Open
christiankoback opened this issue Jun 19, 2022 · 3 comments
Open

Cannot build example - led example #433

christiankoback opened this issue Jun 19, 2022 · 3 comments

Comments

@christiankoback
Copy link

In my development environment (it ia a Macbook air):

when I try to use the following command (from this library's main folder): make -C examples/led all

I get the error: " make: *** No rule to make target `all'. Stop. "

@maximkulkin
Copy link
Owner

Examples in examples/ directory are designed to be built with esp-open-rtos. There is an example of how to build firmware for esp8266-rtos-sdk in examples/esp8266-rtos/sdk/led although I haven't checked it lately, it might be outdated. If it does not work, let me know.

@AchimPieters
Copy link

Probably your IDF_PATH is not defined. Please see https://docs.espressif.com/projects/esp-idf/en/latest/get-started/index.html#setup-path-to-esp-idf.

@AchimPieters
Copy link

try: "make IDF_PATH=$IDF_PATH"

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants