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

Fails to build on Windows #5

Open
StefanSch opened this issue Jan 14, 2019 · 0 comments
Open

Fails to build on Windows #5

StefanSch opened this issue Jan 14, 2019 · 0 comments

Comments

@StefanSch
Copy link
Collaborator

With Energia version 1.8.7E21 the build fails on windows on the copy command at the end:
Replacing in slash with backslash on this line in platform.txt fixes the problem:
Change from:
recipe.hooks.linking.postlink.1.pattern.windows=cmd /c copy "{build.system.path}/energia/energia_pm4fg.rov.xs" "{build.path}"
To:
recipe.hooks.linking.postlink.1.pattern.windows=cmd /c copy "{build.system.path}\energia\energia_pm4fg.rov.xs" "{build.path}"

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

1 participant