Closed cimttja closed 4 years ago
Thanks @cimttja From the log (thank you for sharing) posted, seems to be an xtensa compiler (gcc) issue not esp-idf Check this link for setting up the toolchain
I think that is just a typo
you entered make menueconfig
What happen if you try make menuconfig
Hi, thanks for your help.
The typo in my previous description was not causing my issue but i reinstalled the esp-idf as described in your link and now i can access the make menuconfig
but I don't get the option to choose the menu behavior.
I'm a bit confused, but isn't the installer in the Scripts directory doing the same things as the manual installation? As I can see, even the binaries seems to be the same.
The core launcher only has those two options.
It's in the kconfig
file in the components
folder
menu "Retro ESP32 Configuration"
choice LCD_DRIVER_CHIP
prompt "LCD Driver Chip"
default LCD_DRIVER_CHIP_ODROID_GO
help
LCD Screen Driver
config LCD_DRIVER_CHIP_ODROID_GO
bool "Odroid Go - 2.4\" [ILI9341]"
config LCD_DRIVER_CHIP_RETRO_ESP32
bool "Retro ESP32 - 2.6\" [ILI9342]"
endchoice
choice MENU_HOT_KEYS
prompt "MENU Key Options"
default DEFAULT_MENU_KEY
help
Select Hot Key (Menu Button)
config DEFAULT_MENU_KEY
bool "Odroid Go MENU Button"
config COMBO_MENU_KEY
bool "START + SELECT as MENU button"
endchoice
endmenu
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:
this results in
Expected behavior I would expect the described menue screen to open and configure the odroid-go button behavior
Desktop:
Additional context It seems, that the $IDF_PATH is set correctly.
where "install" is the user on the machine.