-
Notifications
You must be signed in to change notification settings - Fork 132
Combiner problem (arduino nightly + eclipse mars)@ubuntu 15.04 (Arduino IDE 1.6.6 hourly before september 19 will not work) #294
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
I haven't tested mars yet. |
Hello, Sorry for the delay, but I'm still fightin' now with HC-05 bluetooth on ubuntu 15.04... it's kinda tough.
Regards, |
Hello I checked the plugin for Ubuntu 15.04 and Arduino 1.6.6 nightly both for Luna and Mars. It works fine. So, I will update XDAQ to support Eclipse Mars release without any restriction. The plugin works very well both for Ubuntu 15.04 and Debian (Jessie/Wheezy). I suggest to reinstall Eclipse and the plugin (or use XDAQ Setup). |
@misteralex |
@jantje use XDAQ scripts over Ubuntu or Debian and you will check fastly that Arduino toolchain 1.6.6 + Eclipse Luna/Mars + your plugin works fine !!! I checked it !!! It works without issues. Please consider that I am talking about Debian based platforms. I did not check it on Windows. Here some relevant XDAQ configuration info: |
so Can we close this? |
The Arduino core team was so kind to accept the issue and fixed it arduino/Arduino#3807 |
OK - let's close this one. Thanks for help and Your time spent over the plugin development. Respect :) |
Hello,
I've just started to play some arduino with pro mini version and after few successful attempts on my windows machine i've decided to move to linux. I've installed ubuntu 15.04 and eclipse mars edition with arduino nightly build and of course your plugin. The first attempt to build a test project (just to blink the builtin led) failed with the following problem:
1:18:51 **** Build of configuration Release for project Test ****
make all
Starting combiner
"/usr/share/arduino-nightly/hardware/tools/avr/bin/avr-gcc" -Os -Wl,--gc-sections -mmcu=atmega328p -o "/home/emil/workspace/Test/Release/sketch/Test.elf" ./.ino.cpp.o arduino.ar "/home/emil/workspace/Test/Release/arduino.ar" "-L/home/emil/workspace/Test/Release" -lm
/usr/share/arduino-nightly/hardware/tools/avr/bin/../lib/gcc/avr/4.8.1/../../../../avr/bin/ld: cannot open output file /home/emil/workspace/Test/Release/sketch/Test.elf: No such file or directory
collect2: error: ld returned 1 exit status
makefile:79: commands for 'Test.elf' have failed
make: *** [Test.elf] Error 1
21:18:52 Build Finished (took 551ms)
The first thought is there's a problem with "sketch" folder where the *.eep and *.elf files should be placed. But unfortunately there is no command to create this folder, and I don't know if there should be such.
Regards,
Emil
The text was updated successfully, but these errors were encountered: