Skip to main content



      Home
Home » Language IDEs » C / C++ IDE (CDT) » Run error caused by mismatching brackets(Cannot upload to Arduino via Eclipse caused by what I think is mismatching brackets)
Run error caused by mismatching brackets [message #1822140] Thu, 27 February 2020 17:12
Eclipse UserFriend
Hello!

I am trying to program an Arduino Zero with Eclipse but I think the problem I'm having isn't too specific to not be solved here. If this is the wrong subforum, sorry, it's my first post and it seemed appropriate.

When trying to upload a freshly built binary to the board I get the following error on the console (relevant part at the end):

** Programming Started **
auto erase enabled
Error: couldn't open build.path/arduino-test.bin}
embedded:startup.tcl:477: Error: ** Programming Failed **
in procedure 'program'
in procedure 'program_error' called at file "embedded:startup.tcl", line 536
at file "embedded:startup.tcl", line 477

I have checked and the build runs fine. I even tried moving around arduino-test.bin a bit to see if it would be found but that didn't happen.

Then I realized that when I move my mouse over the top line in the console it would show me the command it used for uploading to the Arduino. At least I think it shows this command. As you can see on the picture I think it has mismatching brackets.

index.php/fa/37472/0/

What do you guys think? Can I solve this problem? I think I could by changing the corresponding file but I am not too used to reading these errors, so I can't deduct how the file is called. Or am I totally on the wrong path here?

Extras:
- The code just contains two empty functions setup() and loop()
- Can upload fine via the Arduino IDE
- Eclipse Eclipse IDE for C/C++ Developers
Version: 2019-12 (4.14.0)
Build id: 20191212-1212
OS: Linux, v.5.3.0-40-lowlatency, x86_64 / gtk 3.22.30
Java version: 1.8.0_121
- Eclipse C++ IDE for Arduino 3.0
Previous Topic:File System Directory container in Edit Source Lookup Path option is NOT WORKING
Next Topic:Eclipse IDE for STM32, Hardfault_Handler due to failed vector table fetch
Goto Forum:
  


Current Time: Thu Nov 06 18:04:08 EST 2025

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

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

Back to the top