Giter Site home page Giter Site logo

ice-tube-clock's People

Contributors

wbphelps avatar

Stargazers

 avatar  avatar  avatar  avatar  avatar  avatar

Watchers

 avatar  avatar  avatar  avatar

ice-tube-clock's Issues

Won't compile on avr-gcc 4.7.2

Based on this post: http://www.avrfreaks.net/index.php?name=PNphpBB2&file=viewtopic&p=871000

It looks like memory / flash allocation has changed: http://forums.adafruit.com/viewtopic.php?f=47&t=35660#p183795

-------- begin --------
avr-gcc (GCC) 4.7.2
Copyright (C) 2012 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.


Compiling: iv.c
avr-gcc -c -mmcu=atmega328p -I. -g -Os -funsigned-char -funsigned-bitfields -fpack-struct -fshort-enums -Wall -Wstrict-prototypes -DF_CPU=8000000 -Wa,-adhlns=iv.lst  -std=gnu99 -DTXMODE=   iv.c -o iv.o
In file included from iv.c:76:0:
util.h:62:0: warning: "nop" redefined [enabled by default]
In file included from iv.c:75:0:
iv.h:409:0: note: this is the location of the previous definition
In file included from iv.c:77:0:
fonttable.h:41:7: error: variable ‘alphatable_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
fonttable.h:41:30: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
fonttable.h:62:7: error: variable ‘numbertable_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
fonttable.h:62:31: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
iv.c:124:7: error: variable ‘dialsegs1_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
iv.c:124:29: warning: initialization from incompatible pointer type [enabled by default]
iv.c:129:7: error: variable ‘dialsegs2_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
iv.c:129:29: warning: initialization from incompatible pointer type [enabled by default]
iv.c:134:7: error: variable ‘dialsegs3_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
iv.c:134:29: warning: initialization from incompatible pointer type [enabled by default]
iv.c:137:7: error: variable ‘dialsegs4_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
iv.c:137:29: warning: initialization from incompatible pointer type [enabled by default]
iv.c:205:7: error: variable ‘digittable_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
iv.c:205:30: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
iv.c:213:7: error: variable ‘segmenttable_p’ must be const in order to be put into read-only section by means of ‘__attribute__((progmem))’
iv.c:213:32: warning: pointer targets in initialization differ in signedness [-Wpointer-sign]
make: *** [iv.o] Error 1

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    🖖 Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. 📊📈🎉

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google ❤️ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.