Show Posts
|
|
Pages: [1] 2
|
|
4
|
Development / Other Software Development / Re: Windows/Linux/Mac Eclipse plugin to compile and upload arduino sketches
|
on: September 02, 2012, 02:02:57 am
|
Hello: Having an issue getting the Arduino wire library to compile. I have followed the instructions at the recommended thread in the FAQ file to no avail. http://arduino.cc/forum/index.php/topic,86344.0.htmlWin 7 64 bit Arduino 1.0.1 Eclipse Indigo Release 2 Arduino eclipse plugin 1.2.5.5 **** Build of configuration Release for project Blink ****
make all Building file: C:/Reef_Angel/libraries/Wire/utility/twi.c Invoking: AVR Compiler avr-gcc -I"C:\Reef_Angel\hardware\arduino\cores\arduino" -I"C:\Reef_Angel\hardware\arduino\variants\standard" -I"C:\Users\Bryan\workspace\Blink" -I"C:\Reef_Angel\libraries\EEPROM" -I"C:\Reef_Angel\libraries\Ethernet" -I"C:\Reef_Angel\libraries\Firmata" -I"C:\Reef_Angel\libraries\LiquidCrystal" -I"C:\Reef_Angel\libraries\SD" -I"C:\Reef_Angel\libraries\Servo" -I"C:\Reef_Angel\libraries\SoftwareSerial" -I"C:\Reef_Angel\libraries\SPI" -I"C:\Reef_Angel\libraries\Stepper" -I"C:\Reef_Angel\libraries\Wire" -D__IN_ECLIPSE__=1 -DARDUINO=101 -DUSB_PID= -DUSB_VID= -Wall -Os -g -mmcu=atmega328p -DF_CPU=16000000UL -MMD -MP -MF"Wire/utility/twi.d" -MT"Wire/utility/twi.d" -c -o "Wire/utility/twi.o" "C:/Reef_Angel/libraries/Wire/utility/twi.c" C:/Reef_Angel/libraries/Wire/utility/twi.c:115: error: conflicting types for 'twi_readFrom' C:/Reef_Angel/libraries/Wire/utility/twi.h:81: error: previous declaration of 'twi_readFrom' was here C:/Reef_Angel/libraries/Wire/utility/twi.c:192: error: conflicting types for 'twi_writeTo' C:/Reef_Angel/libraries/Wire/utility/twi.h:82: error: previous declaration of 'twi_writeTo' was here make: *** [Wire/utility/twi.o] Error 1 Could anybody assist in what I need to do next?
|
|
|
|
|
10
|
Development / Other Software Development / Re: Arduino+Eclipse tutorial, from start to finish
|
on: June 19, 2011, 05:25:33 am
|
Well, Win 7 64 bit and success. Compiled hex works fine when uploaded. Know just to figure out the limited debugging tools **** Build of configuration Debug for project HelloWorld_LCD ****
make all Invoking: Print Size avr-size --format=avr --mcu=atmega328p HelloWorld_LCD.elf AVR Memory Usage ---------------- Device: atmega328p
Program: 3602 bytes (11.0% Full) (.text + .data + .bootloader)
Data: 242 bytes (11.8% Full) (.data + .bss + .noinit)
Finished building: sizedummy
|
|
|
|
|
11
|
Development / Other Software Development / Re: AVRStudio 5 and Arduino
|
on: June 19, 2011, 05:17:35 am
|
|
It's not bad, hey, anything is better than trying to debug a Arduino projet with nothing more than serial monitor!!. Although i have yet to be able to get a Arduino project to compile in A vrStudio. Think I am close, but my experience is limited.
|
|
|
|
|