-
-
Notifications
You must be signed in to change notification settings - Fork 16
zephyr-sketch-tool not found #113
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
Comments
Spent more time today trying to sort this issue out. Did notice when looking at actual PR: there is a
but it still builds the exe for windows as well as linux.
Now when I create a zephyr-sketch-tool directory in the same location as the as the old post build tool and move the exe file to it I still receive the error:
so still no luck |
On my Ubuntu machine I tried, creating new directory under the tools directory and copied the binary there and it appears to
End part of the build:
|
On my Windows machine now, I created a new build.sh file. My current version:
I then ran it on my WSL fork/branch of it on my Windows machine:
Looks like it created an exe... will try it out soon. |
I moved the created a 0.1.0 directory under zephyr-sketch-tool director in tools and moved the exe to that directory and now sketches are loading to the Nano 33 ble sense that I am testing with. Thanks Also updated to your build.sh changes to avoid the errors. Thanks for fixing that. Hope these changes will be incorporated before the release. |
The tool was shipped with the "released" core 0.3.1, so updating from board manager should fix all the dangling links (of course, this doesn't impact the git core in any way) |
@facchinm Anyways maybe should add build.sh back into the core just to be complete. |
It was not there when I also installed... will try uninstall... reinstall as well |
Uh sorry guys for the confusion, my fault indeed. I updated the release adding a tool that was not used (yet) just for me to test, with the intention of starting to use it in the next version - but of course you had to reinstall the core to get it. |
@facchinm - @pillo79 - @KurtE
Just tried with all the latest changes and received the error:
so I went ahead and built the tool using the go build and it create a zephy-sketch-tool. But didn't see the windows exe - ALSO where do you put it!!! I guessed but no luck - ps how do you build for windows?
The text was updated successfully, but these errors were encountered: