Jump to content
43oh

Recommended Posts

I am not quite familiar with the energia software, and am getting this error message when I try to upload a sketch. The attached file is what I am trying to upload.

 

java.io.IOException: Cannot run program "{runtime.tools.dslite-7.2.0.2096.path}/DebugServer/bin/DSLite": CreateProcess error=2, The system cannot find the file specified
    at java.lang.ProcessBuilder.start(Unknown Source)
    at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26)
    at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:130)
    at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:209)
    at cc.arduino.UploaderUtils.upload(UploaderUtils.java:78)
    at processing.app.Sketch.upload(Sketch.java:1187)
    at processing.app.Sketch.exportApplet(Sketch.java:1160)
    at processing.app.Sketch.exportApplet(Sketch.java:1132)
    at processing.app.Editor$DefaultExportHandler.run(Editor.java:2410)
    at java.lang.Thread.run(Unknown Source)
Caused by: java.io.IOException: CreateProcess error=2, The system cannot find the file specified
    at java.lang.ProcessImpl.create(Native Method)
    at java.lang.ProcessImpl.<init>(Unknown Source)
    at java.lang.ProcessImpl.start(Unknown Source)
    ... 10 more
An error occurred while uploading the sketch

sketch_sep25a.ino

Link to post
Share on other sites

I'm sorry for the late response. I am trying to upload to a msp432p401r, using version 1.6.10E18. The source code can be found at http://energia.nu/guide/sidekick/sidekick_sevensegmentdisplay/ 

I am working with a group to modify the code and change the input, but set up the base code and configuration to make sure everything is running fine. Hence the error.

Looks like the same error, I will try the solution offered in that thread.

Link to post
Share on other sites

Join the conversation

You can post now and register later. If you have an account, sign in now to post with your account.

Guest
Reply to this topic...

×   Pasted as rich text.   Paste as plain text instead

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...