Replicante 0 Posted January 2 Share Posted January 2 So i'm trying to evaluate some of the basic examples of energia in a MSP-EXP432E401Y, I have installed the board package Energia MSPP432E Ethernet RED boards (which says that includes the MSP-EXP432E401Y) but I can't compile nor run any of them. https://ibb.co/XS7CcJH Am I doing something wrong, or do I have to use CCS to program my board? Thanks in advance. Quote Link to post Share on other sites
Replicante 0 Posted January 2 Author Share Posted January 2 I managed to work around the first problem But now i'm getting this error: java.io.IOException: Cannot run program "{runtime.tools.dslite-7.2.0.2096.path}/DebugServer/bin/DSLite": CreateProcess error=2, El sistema no puede encontrar el archivo especificado at java.lang.ProcessBuilder.start(ProcessBuilder.java:1048) at processing.app.helpers.ProcessUtils.exec(ProcessUtils.java:26) at cc.arduino.packages.Uploader.executeUploadCommand(Uploader.java:129) at cc.arduino.packages.uploaders.SerialUploader.runCommand(SerialUploader.java:383) at cc.arduino.packages.uploaders.SerialUploader.uploadUsingPreferences(SerialUploader.java:197) at cc.arduino.UploaderUtils.upload(UploaderUtils.java:77) at processing.app.SketchController.upload(SketchController.java:732) at processing.app.SketchController.exportApplet(SketchController.java:703) at processing.app.Editor$UploadHandler.run(Editor.java:2075) at java.lang.Thread.run(Thread.java:748) Caused by: java.io.IOException: CreateProcess error=2, El sistema no puede encontrar el archivo especificado at java.lang.ProcessImpl.create(Native Method) at java.lang.ProcessImpl.<init>(ProcessImpl.java:386) at java.lang.ProcessImpl.start(ProcessImpl.java:137) at java.lang.ProcessBuilder.start(ProcessBuilder.java:1029) ... 9 more Quote Link to post Share on other sites
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.