albal / arduino-netbeans

Automatically exported from code.google.com/p/arduino-netbeans
0 stars 0 forks source link

not working with Arduino 1.6.x #10

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1. Core libs location has changed to 
ARDUINO_BASE/hardware/arduino/avr/cores/arduino
so I changed ARDUINO_CORE_DIR = 
${ARDUINO_BASE_DIR}/hardware/arduino/avr/cores/arduino
2.Bigger problem is that libraries structure has also changed

What is the expected output? What do you see instead?
when I run make in terminal I get:
avr-ar rcs lib/libs/arduinolibs.a lib/core/abi.cpp.o lib/core/CDC.cpp.o 
lib/core/HardwareSerial0.cpp.o lib/core/HardwareSerial1.cpp.o 
lib/core/HardwareSerial2.cpp.o lib/core/HardwareSerial3.cpp.o 
lib/core/HardwareSerial.cpp.o lib/core/HID.cpp.o lib/core/IPAddress.cpp.o 
lib/core/main.cpp.o lib/core/new.cpp.o lib/core/Print.cpp.o 
lib/core/Stream.cpp.o lib/core/Tone.cpp.o lib/core/USBCore.cpp.o 
lib/core/WMath.cpp.o lib/core/WString.cpp.o lib/core/hooks.c.o 
lib/core/WInterrupts.c.o lib/core/wiring_analog.c.o lib/core/wiring.c.o 
lib/core/wiring_digital.c.o lib/core/wiring_pulse.c.o lib/core/wiring_shift.c.o 

avr-ar: lib/libs/arduinolibs.a: No such file or directory
make: *** [lib/libs/arduinolibs.a] Error 1

What version of the product are you using? On what operating system?
Ubuntu 14.04.2 LTS 64bit, NB 8.0.2, Arduino 1.6.1, latest Arduino plugin

Please provide any additional information below.
I think the problem is that folder structure for libraries has changed, now 
there is additional subfolder src that may or may not contain AVR and SAM 
subfolders

Original issue reported on code.google.com by gorazd.r...@gmail.com on 21 Mar 2015 at 12:30

GoogleCodeExporter commented 9 years ago
Ei, Google Code is going to close!!! What's the future of this project??
Thanks!!

Original comment by q2d...@gmail.com on 26 Mar 2015 at 5:22

GoogleCodeExporter commented 9 years ago
I too am having problems with the plugin and Arduino IDE 1.6.3 with Netbeans 
8.0.2
All works fine with Arduino 1.0.6 (and I'm quite happy with it).
But I recently installed 1.6.3 and cannot get anything to work with the plugin.
Any attempt to do a Clean, Build or Clean and Build gives me output like:
'test' is not recognized as an internal or external command,
operable program or batch file.
The syntax of the command is incorrect.
! was unexpected at this time.
make: *** [.validate-impl] Error 255

CLEAN FAILED (exit value 2, total time: 202ms)

The Arduino IDE 1.6.3 on its own works fine.
For now I have reverted to 1.0.6 but would like to move to 1.6.3

Original comment by bishop....@gmail.com on 17 May 2015 at 4:25