Closed
Description
Describe the bug
Hi, I cloned your repository to start some work on the issue "Only Show Emulators With Files". With the instructions in your DIY.md, I made it to setup my enviroment, do first changes in the code, compile, build a new image and use it on my Odroid-Go.
But when I try to setup the menue as described in make menuconfig it fails.
To Reproduce
Steps to reproduce the behavior:
cd Launchers/retro-esp32
make menuconfig
this results in
install@install-VirtualBox:~/RetroESP32/Launchers/retro-esp32$ make menueconfig
WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH dir to update.
WARNING: esp-idf git submodule components/mbedtls/mbedtls may be out of date. Run 'git submodule update' in IDF_PATH dir to update.
WARNING: esp-idf git submodule components/esptool_py/esptool may be out of date. Run 'git submodule update' in IDF_PATH dir to update.
Toolchain path: /home/install/esp/xtensa-esp32-elf/bin/xtensa-esp32-elf-gcc
Toolchain version: crosstool-ng-1.22.0-80-g6c4433aCompiler version: 5.2.0
GENCONFIG
WARNING: esp-idf git submodule components/esp32/lib may be out of date. Run 'git submodule update' in IDF_PATH dir to update.
WARNING: esp-idf git submodule components/mbedtls/mbedtls may be out of date. Run 'git submodule update' in IDF_PATH dir to update.
WARNING: esp-idf git submodule components/esptool_py/esptool may be out of date. Run 'git submodule update' in IDF_PATH dir to update.
make: *** Keine Regel, um „menueconfig“ zu erstellen. Schluss.
(translated: there's no rule to build „menueconfig“)
Expected behavior
I would expect the described menue screen to open and configure the odroid-go button behavior
Desktop:
- OS: Ubuntu
- Version 18.04.04 LTS
Additional context
It seems, that the $IDF_PATH is set correctly.
install@install-VirtualBox:~/RetroESP32/Launchers/retro-esp32$ echo $IDF_PATH
/home/install/RetroESP32/Tools/esp-idf
where "install" is the user on the machine.
Metadata
Metadata
Assignees
Labels
No labels