Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Changed Makefile settings to compile under more platforms #249

Open
wants to merge 1 commit into
base: master
Choose a base branch
from

Conversation

Igor1101
Copy link

@Igor1101 Igor1101 commented Jul 7, 2019

Hello,
some sdk dependecies, such as python ver 2.7 have platform depedent naming because of their deprecation etc. For example python 2.7 in Arch linux based distributions is called python2 (not python).
I changed Makefile so that not debian users could build their code for esp8266 platform without Makefile modifications. They now can use PYTHON= option, for ex. make COMPILE=gcc BOOT=new APP=1 SPI_SPEED=40 SPI_MODE=QIO SPI_SIZE_MAP=5 PYTHON=python2.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant