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

esp8266/Arduino latest master breaks converting to binary #58

Closed
everslick opened this issue Nov 12, 2017 · 5 comments
Closed

esp8266/Arduino latest master breaks converting to binary #58

everslick opened this issue Nov 12, 2017 · 5 comments

Comments

@everslick
Copy link
Contributor

Creating core archive
Linking ../build/ESP8266/3.0.0/alpha/ger/emonio.bin
  Versions: 2.4.0-258-g9782fe8-dirty, 2.4.0-rc2-18-g303a71d
error: invalid flash mode value: -bf
../../makeEspArduino/makeEspArduino.mk:235: recipe for target '../build/ESP8266/3.0.0/alpha/ger/emonio.bin' failed
make: *** [../build/ESP8266/3.0.0/alpha/ger/emonio.bin] Error 2

I think it has something to do with parsing platform.txt, but i was unable to find out what really happens there.

@plerup
Copy link
Owner

plerup commented Nov 12, 2017

Hrm, the "build.f_cpu" property seems to be gone for some reason in boards.txt 😒

@plerup
Copy link
Owner

plerup commented Nov 12, 2017

Says in latest commit that boards.txt is auto generated by "tools/boards.txt.py". Can't find that file though.

Seems like there are huge differences in the property variables 😞

@everslick
Copy link
Contributor Author

I dug around to find some info on what is going on and found this:
esp8266/Arduino#3582
esp8266/Arduino@e07101a

@plerup
Copy link
Owner

plerup commented Nov 13, 2017

Fixed in latest commit. Thanks for noticing

@everslick
Copy link
Contributor Author

Great! Works!!! Awesome work!

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

No branches or pull requests

2 participants