File missed while compiling ESP-IDF example code
Posted: Fri Sep 02, 2022 1:46 am
Hi all,
Im working on a project with esp32-s3 chip set to build a application with USB feature.
So I created a new project with the tinyUSB example under peripherals/usb/device/ from master version esp-idf.
The project is created successfully but while trying to build, there is a compile error saying "tinyusb.h" is not found. I found the file located under components folder and tried to add the path in the makefile.
But then another header file missing error is up instead.
I think I missed something.
Could anyone have this experience give me a hand?
Thanks!
Im working on a project with esp32-s3 chip set to build a application with USB feature.
So I created a new project with the tinyUSB example under peripherals/usb/device/ from master version esp-idf.
The project is created successfully but while trying to build, there is a compile error saying "tinyusb.h" is not found. I found the file located under components folder and tried to add the path in the makefile.
But then another header file missing error is up instead.
I think I missed something.
Could anyone have this experience give me a hand?
Thanks!