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

ESP32C6 unable to use nimble - fatal error: esp_nimble_hci.h: No such file or directory (IDFGH-13708) #14580

Open
3 tasks done
rkonopski opened this issue Sep 15, 2024 · 1 comment
Assignees
Labels
Status: Opened Issue is new Type: Bug bugs in IDF

Comments

@rkonopski
Copy link

rkonopski commented Sep 15, 2024

Answers checklist.

  • I have read the documentation ESP-IDF Programming Guide and the issue is not addressed there.
  • 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.3.1

Operating System used.

Linux

How did you build your project?

VSCode

If you are using Windows, please specify command line type.

None

What is the expected behavior?

Load component on ESP32C6

What is the actual behavior?

Error is thrown

fatal error: esp_nimble_hci.h: No such file or directory
   10 | #include "esp_nimble_hci.h"

Steps to reproduce.

  1. Set target platform as ESP32C6
  2. Enable bluetooth
  3. Enable nimble
  4. Build

Build or installation Logs.

No response

More Information.

No response

@rkonopski rkonopski added the Type: Bug bugs in IDF label Sep 15, 2024
@espressif-bot espressif-bot added the Status: Opened Issue is new label Sep 15, 2024
@github-actions github-actions bot changed the title ESP32C6 unable to use nimble - fatal error: esp_nimble_hci.h: No such file or directory ESP32C6 unable to use nimble - fatal error: esp_nimble_hci.h: No such file or directory (IDFGH-13708) Sep 15, 2024
@rahult-github
Copy link
Collaborator

rahult-github commented Sep 16, 2024

Hi @rkonopski ,

Can you please share more information, since all IDF examples do compile cleanly for ESP32C6.

  1. Please share your sdkconfig
  2. Is this your own application ? if yes , have you ensured that correct files are getting included ?
  3. Please ensure you have synced to latest code and have all needed codebase

Just to add :
For your custom project, it should include all the necessary paths, libraries, and compiler options. Please compare the CMakeLists.txt or Makefile between existing IDF example project and your custom project.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Status: Opened Issue is new Type: Bug bugs in IDF
Projects
None yet
Development

No branches or pull requests

3 participants