Page 1 of 1

fatal error: controller.h: No such file or directory

Posted: Fri Jan 20, 2017 1:35 pm
by bombix
Hi,

Im a complete beginner in the esp32.
I tried the helloworld example with success in the arduino ide and platformio (im using windows).
Im trying the GATT_client examples but i get the error:fatal error: controller.h: No such file or directory

Watt im i doing wrong?

Thanks in advance

Re: fatal error: controller.h: No such file or directory

Posted: Mon Jan 23, 2017 11:35 am
by bombix
Hi,

I have been looking and it looks like the problem is with the components.
After i place controller.h in the same folder the ide asks for another file, then another...
How do i include the components folder?

Thanks in advance

Re: fatal error: controller.h: No such file or directory

Posted: Tue Feb 21, 2017 9:39 am
by irobux
Hi,
You have to check bluetooth in the configuration throuth make menuconfig => "component config". You will tell the SDK to take into account the bt. Then your project will compile with this component and find the files included.

You need not to move the files

Iro

Re: fatal error: controller.h: No such file or directory

Posted: Thu Mar 23, 2017 5:45 pm
by bombix
Hi,

Im working in windows using platformIO, and im kind of newbie.
I checked the Makefile but theres nothing there.
Thanks in advance

Re: fatal error: controller.h: No such file or directory

Posted: Fri Apr 05, 2019 11:57 pm
by smallwire
Hi!

I have no idea what this means:

"You have to check bluetooth in the configuration throuth make menuconfig => "component config""

Can you please explain?

Thank you!