Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
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 ...
Mário Marques's user avatar
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-...
Long Smith's user avatar
  • 1,411
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 ...
pmkrefeld's user avatar
  • 195
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 --...
shreyas_patel21's user avatar
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?
Friend of Kim's user avatar
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?
Nathan's user avatar
  • 835