What version of avr-gcc is MultiWii built with?

This forum is dedicated to software development related to MultiWii.
It is not the right place to submit a setup problem.
Software download
Post Reply
User avatar
Seigfried
Posts: 9
Joined: Wed Apr 23, 2014 1:37 am

What version of avr-gcc is MultiWii built with?

Post by Seigfried »

Simple, really. What version of avr-gcc do the developers use? I ask because Arch Linux upgrades packages really fast, and I think my latest update has broken MultiWii in some form or another. I saw in the .cpp/.h thread something about 4.5? Also, has anyone else had problems with newer versions of avr-gcc? I'm running 4.8

User avatar
Hamburger
Posts: 2582
Joined: Tue Mar 01, 2011 2:14 pm
Location: air
Contact:

Re: What version of avr-gcc is MultiWii built with?

Post by Hamburger »

Official reference for MWii is arduino ide. So wbhatever version of gcc it has is it. Current arduino version for MWii is
105 I think

User avatar
Seigfried
Posts: 9
Joined: Wed Apr 23, 2014 1:37 am

Re: What version of avr-gcc is MultiWii built with?

Post by Seigfried »

Ok, thanks. For reference, 1.0.5 uses anywhere from 2.4 to 2.8, according to this http://forum.arduino.cc/index.php/topic,203780.0.html

User avatar
stronnag
Posts: 114
Joined: Thu Oct 24, 2013 9:32 pm
Location: New Forest, England
Contact:

Re: What version of avr-gcc is MultiWii built with?

Post by stronnag »

Builds fine with avr-gcc 4.8.2 and 4.9.0 on Arch for me (and I flew the 4.8.2 build yesterday). Multiwii 2.3 with a patch for PROGMEM in GPS.cpp, which I posted about some time ago.

User avatar
Seigfried
Posts: 9
Joined: Wed Apr 23, 2014 1:37 am

Re: What version of avr-gcc is MultiWii built with?

Post by Seigfried »

I added that patch and it compiles. I'm still having PWM issues, though, so I'm going to try compiling with the stock arduino avr-gcc in a ubuntu vbox

User avatar
Seigfried
Posts: 9
Joined: Wed Apr 23, 2014 1:37 am

Re: What version of avr-gcc is MultiWii built with?

Post by Seigfried »

Everything works after compiling with stock arduino 1.0.5! I think the FFIMUv2 board files never got updated to work properly with newer avr-gcc versions, because my status LEDs also weren't working.

Post Reply