Skip to content

MTS Dragonfly & mDot - fix for building applications on Windows #1006

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

Merged
merged 1 commit into from
Apr 7, 2015

Conversation

mfiore02
Copy link
Contributor

@mfiore02 mfiore02 commented Apr 1, 2015

Writing to a file immediately after reading a file in python works in Linux, but not Windows. This is a known issue: http://stackoverflow.com/questions/14279658/mixing-read-and-write-on-python-files-in-windows

Adding an explicit seek(0, 1), which seeks to the current position in the file, allows the write in Windows to succeed. Add this change to Dragonfly and mDot platforms so applications can be properly built on Windows as well as Linux.

… combining bootloader and application binaries so Windows builds succeed
0xc0170 added a commit that referenced this pull request Apr 7, 2015
MTS Dragonfly & mDot - fix for building applications on Windows
@0xc0170 0xc0170 merged commit c9927ab into ARMmbed:master Apr 7, 2015
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