esp32 support in zephyr
Hi Leandro/All,
I’m really a big fans of both zephyr and esp, and it’s so excited to see the esp32 support in zephyr.
But when I tried to build a hello world for esp32 board, it always failed.
I tried the following github repo & branch:
- zephyrproject-rtos/zephyr:master
- lpereira/zephyr:esp32
- lpereira/zephyr: esp32-hack
- lpereira/zephyr: esp32-build-fixes
I just go to hello-world directory, and type `make BOARD=esp32`, and do nothing else.
Below is my error message:
make[2]: Entering directory '/home/work/me/zephyr/samples/hello_world/outdir/esp32'
arch/xtensa/Makefile:25: /home/work/me/zephyr/arch/xtensa/soc/LX6/Makefile: No such file or directory
make[2]: *** No rule to make target '/home/work/me/zephyr/arch/xtensa/soc/LX6/Makefile'. Stop.
I don’t know if there is something missed.
Need all of you help.
Thanks.
Best Regards,
Kitty.