Skip to main content


Eclipse Community Forums
Forum Search:

Search      Help    Register    Login    Home
Home » Language IDEs » C / C++ IDE (CDT) » Problems with Adafruit WICED(Unable to run WICED sketch)
Problems with Adafruit WICED [message #1750004] Thu, 15 December 2016 03:53
Ken Mulh is currently offline Ken MulhFriend
Messages: 3
Registered: December 2016
Junior Member
I'm using the Arduino plugin for Eclipse and just created a basic sketch for my Adafruit WICED board. Everything builds fine but when I go to run it I get the following errors. Any idea what is causing this?

Traceback (most recent call last):
File "C:\Users\kenmu\.arduinocdt\packages\adafruit\hardware\wiced\0.6.2/tools/source/feather_dfu/feather_dfu.py", line 102, in <module>
cli()
File "C:\Python27\lib\site-packages\click\core.py", line 716, in __call__
return self.main(*args, **kwargs)
File "C:\Python27\lib\site-packages\click\core.py", line 696, in main
rv = self.invoke(ctx)
File "C:\Python27\lib\site-packages\click\core.py", line 1060, in invoke
return _process_result(sub_ctx.command.invoke(sub_ctx))
File "C:\Python27\lib\site-packages\click\core.py", line 889, in invoke
return ctx.invoke(self.callback, **ctx.params)
File "C:\Python27\lib\site-packages\click\core.py", line 534, in invoke
return callback(*args, **kwargs)
File "C:\Users\kenmu\.arduinocdt\packages\adafruit\hardware\wiced\0.6.2/tools/source/feather_dfu/feather_dfu.py", line 99, in arduino_upgrade
dfu_download_bin(dfu_util_path, binfile, arduino_addr)
File "C:\Users\kenmu\.arduinocdt\packages\adafruit\hardware\wiced\0.6.2/tools/source/feather_dfu/feather_dfu.py", line 35, in dfu_download_bin
'-D', binfile])
File "C:\Python27\lib\subprocess.py", line 522, in call
return Popen(*popenargs, **kwargs).wait()
File "C:\Python27\lib\subprocess.py", line 710, in __init__
errread, errwrite)
File "C:\Python27\lib\subprocess.py", line 958, in _execute_child
startupinfo)
WindowsError: [Error 2] The system cannot find the file specified
Previous Topic:Duplicate project renamed - why and where ?
Next Topic:Can you recognize the actual errors
Goto Forum:
  


Current Time: Tue Mar 19 08:28:06 GMT 2024

Powered by FUDForum. Page generated in 0.01992 seconds
.:: Contact :: Home ::.

Powered by: FUDforum 3.0.2.
Copyright ©2001-2010 FUDforum Bulletin Board Software

Back to the top