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

Inconsistent change from "miot" to "mgos" #180

Closed
gicho opened this issue Jan 4, 2017 · 2 comments
Closed

Inconsistent change from "miot" to "mgos" #180

gicho opened this issue Jan 4, 2017 · 2 comments

Comments

@gicho
Copy link

gicho commented Jan 4, 2017

Current (@today) version of "mgos" tool does not work for arch esp8266.

  • mgos init generates sceleton with "miot.yml" file name (should be "mgos.yml" probably?)
  • mgos build --arch esp8266 fails with "Error: open mgos.yml: The system cannot find the file specified."
  • renaming "miot.yml" to "mgos.yml" allow the build to start but leads to compilation error:
    CC /mongoose-os/fw/platforms/esp8266/user/esp_config.c -> /app/build/objs/esp_config.o src/main.c:1:29: fatal error: fw/src/miot_app.h: No such file or directory #include "fw/src/miot_app.h" ^ compilation terminated.
@cpq
Copy link
Member

cpq commented Jan 4, 2017

Fixed. Please verify & confirm.

@cpq cpq closed this as completed Jan 4, 2017
@gicho
Copy link
Author

gicho commented Jan 4, 2017

Yep, all good. Thank you.

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