Search found 4 matches
- Fri Apr 24, 2020 10:20 am
- Forum: ESP-IDF
- Topic: Suddenly 'make' command stopped working
- Replies: 11
- Views: 14432
Re: Suddenly 'make' command stopped working
You are not supposed to use the Windows Python from mingw but install the mingw-w64-i686-python package by pacman. If you haven't updated the package database recently then the package might be called mingw-w64-i686-python2. Here is the script we use to setup the MSYS mingw environment: https://git...
- Fri Apr 24, 2020 5:17 am
- Forum: ESP-IDF
- Topic: Suddenly 'make' command stopped working
- Replies: 11
- Views: 14432
Re: Suddenly 'make' command stopped working
can someone help me, I'm still facing this problem. farid_@DESKTOP-QRFLH6S MINGW32 /c/Users/farid_/Desktop/workspace/HelloWorld $ make menuconfig make: python: No such file or directory make: *** No rule to make target 'check_python_dependencies', needed by 'menuconfig'. Stop. when I check my versi...
- Thu Apr 23, 2020 11:16 am
- Forum: ESP-IDF
- Topic: Suddenly 'make' command stopped working
- Replies: 11
- Views: 14432
Re: Suddenly 'make' command stopped working
Hi Sir
the results show like this :
i run the command at mingw32
and if i run the command at windows cmd the result is :
the results show like this :
Code: Select all
farid_@DESKTOP-QRFLH6S MINGW32 ~
$ python --version
-bash: python: command not found
and if i run the command at windows cmd the result is :
Code: Select all
C:\Users\farid_>python --version
Python 2.7
- Thu Apr 23, 2020 9:46 am
- Forum: ESP-IDF
- Topic: Suddenly 'make' command stopped working
- Replies: 11
- Views: 14432
Re: Suddenly 'make' command stopped working
i'm stuck in this problem, can anyone help me? thx
farid_@DESKTOP-QRFLH6S MINGW32 /c/Users/farid_/Desktop/workspace/HelloWorld
$ make menuconfig
make: python: No such file or directory
make: *** No rule to make target 'check_python_dependencies', needed by 'menuconfig'. Stop.
farid_@DESKTOP-QRFLH6S MINGW32 /c/Users/farid_/Desktop/workspace/HelloWorld
$ make menuconfig
make: python: No such file or directory
make: *** No rule to make target 'check_python_dependencies', needed by 'menuconfig'. Stop.