All Questions
6 questions
0
votes
1
answer
524
views
Error while using custom library "undefined reference" [AVR]
I am using Eclipse in order to program a PID line follower robot. The microcontroller used is an Atmega328P. For that, I am using one QTR-8RC IR sensor, by Pololu and two modified servos for ...
1
vote
1
answer
2k
views
avr-g++ compilation failed with Make Error 1
I'm trying to compile Arduino code in Eclipse. Below is the build log.
make all
Building file: ../test.cpp
Starting C++ compile
"/bin/avr-g++" -c -g -Os -w -fno-exceptions -ffunction-sections -fdata-...
0
votes
4
answers
4k
views
Eclipse Arduino IDE cant't find avr-g++ and avr-gcc
I am trying to replace the Arduino IDE with the Arduino Eclipse plugin.
After downloading everything needed and trying to compile even the simplest "Hello World" - Program I get the following error in ...
1
vote
1
answer
797
views
avarice from winavr not working with usb jtagice3
I am using win-avr with eclipse to build and debug my project with ATxmega256a3bu devie.
when I tried to debug the code using avarice using following command:
avarice --part atxmega256a3bu -mkII --...
0
votes
2
answers
3k
views
How to use C++ STD with AVR compiler?
I have set up the AVR compiler for using with an Atmel microcontroller using this guide.
I don't have access to strings, vectors etc. How can this be added?
4
votes
2
answers
2k
views
AVR for Xcode 4?
Has anyone had success using xcode 4 as an IDE for AVR microcontrollers? Is it possible to have the same amount of integration as the plugin for eclipse?