question-mark
Stuck on an issue?

Lightrun Answers was designed to reduce the constant googling that comes with debugging 3rd party libraries. It collects links to all the places you might be looking at while hunting down a tough bug.

And, if you’re still stuck at the end, we’re happy to hop on a call to see how we can help out.

executing menuconfig make target results in error

See original GitHub issue

Configuration

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

  1. Run platformio run -t menuconfig
  2. 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:closed
  • Created 4 years ago
  • Comments:8 (2 by maintainers)

github_iconTop GitHub Comments

4reactions
vindolincommented, Jan 22, 2021

Hi @2dom ! The menuconfig target is only available for ESP-IDF framework and Arduino uses prebuilt ESP-IDF so it’s not configurable.

Are there any workarounds if I wanted to use arduino? E.g. to enable CONFIG_PM_ENABLE on a ESP32s2 module.

0reactions
tettey-exploitscommented, Apr 5, 2022

@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.

Read more comments on GitHub >

github_iconTop 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 >

github_iconTop Related Medium Post

No results found

github_iconTop Related StackOverflow Question

No results found

github_iconTroubleshoot Live Code

Lightrun enables developers to add logs, metrics and snapshots to live code - no restarts or redeploys required.
Start Free

github_iconTop Related Reddit Thread

No results found

github_iconTop Related Hackernoon Post

No results found

github_iconTop Related Tweet

No results found

github_iconTop Related Dev.to Post

No results found

github_iconTop Related Hashnode Post

No results found