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

added libmicrogcc from https://github.com/anakod/Sming #3

Merged
merged 2 commits into from
May 5, 2015
Merged

Conversation

caquino
Copy link

@caquino caquino commented May 5, 2015

Removed libsming.a and added libmicrogcc.a to match https://github.com/anakod/Sming repo.

Examples can be built successfully after the cleanup.

The user needs to build libsming first and after the examples, like the main repo.

If you think that libsming.a should be distributed using git please let me know and I will re-add it.

@caquino
Copy link
Author

caquino commented May 5, 2015

The only issue that needs a manual fix following the quickstart is on the SDK package itself.

/bin/sh: 1: /opt/esp-open-sdk//sdk/tools/gen_appbin.py: Permission denied
make: *** [out/build/app.out] Error 126
root@precise64:/opt/Sming/Basic_WiFi# chmod +x /opt/esp-open-sdk/sdk/tools/gen_appbin.py
root@precise64:/opt/Sming/Basic_WiFi# make clean
root@precise64:/opt/Sming/Basic_WiFi# make
C+ /opt/Sming/Sming//appinit/user_main.cpp
C+ app/application.cpp
AR out/build/app_app.a
LD out/build/app.out
Running objcopy, please wait...
Objcopy done
Run gen_appbin
Adding init with 0x9000 offset
No boot needed.
Generate eagle.flash.bin and eagle.irom0text.bin successully in folder out/firmware.
eagle.flash.bin-------->0x00000
eagle.irom0text.bin---->0x9000
Done

AutomationD added a commit that referenced this pull request May 5, 2015
@AutomationD AutomationD merged commit a85e5ee into AutomationD:crossplatform2 May 5, 2015
AutomationD pushed a commit that referenced this pull request Jul 3, 2015
Merge upstream changes.
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.

2 participants