Compiling clock firmware

For RTC breakouts, etc., use the Other Products from Adafruit forum

Moderators: adafruit_support_bill, adafruit

Please be positive and constructive with your questions and comments.
Locked
User avatar
tpw_rules
 
Posts: 1
Joined: Sat Aug 23, 2014 4:57 pm

Compiling clock firmware

Post by tpw_rules »

Hey. I finally got around to building my ice tube clock, but now I want to customize it. I'm on OSX 10.9 and I installed gcc 4.7.2, binutils 2.23.1, and avr-libc 1.8.0 by way of this homebrew formula (OSX package). I cloned the code repository, cd'ed to firmware and typed make. I get these errors. Is there an updated version of the code that's compatible with recent avr-libc? I'm not sure what the problem is though.

User avatar
jarchie
 
Posts: 615
Joined: Sun Jun 24, 2012 2:16 pm

Re: Compiling clock firmware

Post by jarchie »

As far as I know, the official version is not compatible with recent versions of GCC. I do have a minimally-modified varient that should compile: https://github.com/johngarchie/icetube-adafruit.

You might also consider checking out at my alternative firmware. A fair number of people are using it at this point, and everything seems to work well. https://github.com/johngarchie/xmas-icetube

User avatar
jarchie
 
Posts: 615
Joined: Sun Jun 24, 2012 2:16 pm

Re: Compiling clock firmware

Post by jarchie »

...also keep in mind that the official version now includes GPS support. If you would like a preGPS version--like the one that came preinstalled on your ATmega168v--you'll have to pull from my preGPS branch: https://github.com/johngarchie/icetube- ... its/preGPS

Locked
Please be positive and constructive with your questions and comments.

Return to “Clock Kits (discontinued)”