Closed adamcarriere closed 7 years ago
Make sure you have yotta installed and in the path. http://docs.yottabuild.org/#installing
Almost!
Now I'm getting:
'srec_cat' is not recognized as an internal or external command,
operable program or batch file.
ninja: build stopped: subcommand failed.
error: command ['ninja'] failed
I'm assuming I need to install srec_cat now?
Okay I got everything up and running!!! 😄 🎆
Steps needed:
C:\Python27\Scripts
is in the PathC:\
C:\srecord_dir
to the PathCan this be added to the documentation?
Care to package your first PR? :)
Done!
This thread has been automatically locked since there has not been any recent activity after it was closed. Please open a new issue for related bugs.
Trying to get a pxt dev environment set up so I can create my own target, starting by trying pxt-microbit.
Following the instructions in the pxt-microbit README gives the following output when running
pxt serve
:Cloning the pxt-microbit repo next to the pxt repo, following the Build instructions, and running
jake serve
gives:These instructions for the Command Line Tool work fine:
It should also be noted that the Target Creation instructions also fail to run with
pxt serve
Hopefully I'm just overlooking/missing something simple. This is all happening on Windows 10.