executing menuconfig make target results in error
See original GitHub issueConfiguration
Operating system: MacOs
PlatformIO Version (platformio --version
):
4.3.1
Description of problem
When running platformio run -t menuconfig
, the following error appears:
scons: *** Do not know how to make File target `menuconfig' (/private/tmp/test/menuconfig).
Steps to Reproduce
- Run platformio run -t menuconfig
- The error appears
Actual Results
scons: *** Do not know how to make File target `menuconfig' (/private/tmp/test/menuconfig).
Expected Results
The menuconfig UI is started
The content of platformio.ini
:
[env:m5stick-c]
platform = espressif32
board = m5stick-c
framework = espidf
Issue Analytics
- State:
- Created 4 years ago
- Comments:8 (2 by maintainers)
Top Results From Across the Web
linux - Trying to run make menuconfig to manually configure ...
I was able to fix the error and run the utility by re-downloading the package with a different compression method. For some reason,...
Read more >Menuconfig changes result in error - NVIDIA Developer Forums
Each time I change settings via menuconfig, and try to build, I get this: ... /kernel/kernel-4.9 is not clean, please run 'make mrproper'...
Read more >make menuconfig doesnt work!!! - Debian User Forums
The error result after typing in "make menuconfig" was as follows: ... make: *** No rule to make target 'menuconfig'. Stop
Read more >How to fix make error "No rule to make target 'menuconfig ...
I'm trying to configure the kernel via make menuconfig on Angstrom distribution, running on BeagleBoard-xM. Angstrom image (console only) ...
Read more >About Kernel 4.16 compilation error - Ask Ubuntu
In that I try to compile new kernel version 4.16 while doing make ... Error 1 Makefile:514: recipe for target 'menuconfig' failed make: ......
Read more >
Top Related Medium Post
No results found
Top Related StackOverflow Question
No results found
Troubleshoot Live Code
Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free
Top Related Reddit Thread
No results found
Top Related Hackernoon Post
No results found
Top Related Tweet
No results found
Top Related Dev.to Post
No results found
Top Related Hashnode Post
No results found
Are there any workarounds if I wanted to use arduino? E.g. to enable CONFIG_PM_ENABLE on a ESP32s2 module.
@pcontezini and @zekageri, I was also having problems with it until I came across @valeros answer. If you are using Arduino as the framework, it probably won’t work. Arduino comes with a precompiled sdkconfig file. You can try making sure you have selected to use the esp-idf framework.