Re: [avr-gcc-list] Re: Wierd Calls.

2009-03-13 Thread Dave Hylands
Hi Eric, If I declare const uint32_t Data_Divisor = 32; then it calls the helper function, but if I declare const int Data_Divisor = 32; then it appears to use the shift. ??? That's weird. An unsigned divisor needs a helper function, but using a signed divisor will cause it to

Re: [avr-gcc-list] AVR460: Embedded Web Server

2009-03-13 Thread jan
On Tue, 10 Mar 2009 09:19:23 -0700 (PDT) Slash1985 tpiec...@gmail.com wrote: Hello My development kit is: AVR460 Embedded Web Server with ATmega103 microcontroller My problem: Software to program the microcontroller supplied with development kit is incomplete. On the CD, there are

[avr-gcc-list] HOW TO USE ULTRAEDIT14.20+GCC TO COMPILE AVR APPLICATION

2009-03-13 Thread 雷明强
HI,David: Now I want to use ULTRAEDIT14.20+GCC to compile AVR project. But I can't know how to settle ULTRAEDIT14.20 to compile AVRproject. Would you like to help me? Thanks! LaserLei ___ AVR-GCC-list mailing list

Re: [avr-gcc-list] HOW TO USE ULTRAEDIT14.20+GCC TO COMPILE AVR APPLICATION

2009-03-13 Thread jan
On Fri, 13 Mar 2009 17:12:42 +0800 雷明强 lmq1...@gmail.com wrote: HI,David: Now I want to use ULTRAEDIT14.20+GCC to compile AVR project. But I can't know how to settle ULTRAEDIT14.20 to compile AVRproject. Would you like to help me? Thanks! LaserLei

[avr-gcc-list] Strings in ROM

2009-03-13 Thread Robert von Knobloch
Dear GCC-List, I am writing an application that uses loadable portions of code (it is a tester for embedded products, where the target code and test routines will be sent to a remote location [the factory] and loaded into the tester via an Intel Hex download routine]. These 'test modules' are in

[avr-gcc-list] Mac Development for attiny88

2009-03-13 Thread David Tuzman
Hi, I'm trying to set up AVR development on my Intel-Based MacBook Pro. I've tried various toolchain packages, but none of them seem to have capabilities for the new attiny88. I found a patch for avrdude to add a -p flag for tiny88, but I haven't been able to install an avr-gcc that allows

RE: [avr-gcc-list] Strings in ROM

2009-03-13 Thread Stu Bell
Check out http://www.avrfreaks.net/index.php?name=PNphpBB2file=viewtopict=38003 Best regards, Stu Bell DataPlay (DPHI, Inc.) -Original Message- From: avr-gcc-list-bounces+sbell=dataplay@nongnu.org [mailto:avr-gcc-list-bounces+sbell=dataplay@nongnu.org] On Behalf Of

Re: [avr-gcc-list] Strings in ROM

2009-03-13 Thread Robert von Knobloch
Stu Bell wrote: Check out http://www.avrfreaks.net/index.php?name=PNphpBB2file=viewtopict=38003 Best regards, Stu Bell DataPlay (DPHI, Inc.) I cannot find where 'prog_char is defined and would like to know how I can force the compiler to put these strings in my 'test1'

[avr-gcc-list] Re: WinAVR Release Candidate

2009-03-13 Thread Gene Smith
Weddington, Eric wrote: Hi All, WinAVR Release Candidate 20090306rc1 is now available. http://sourceforge.net/project/showfiles.php?group_id=68108 Please test and report any feedback, good or bad. Thanks. snip Curious if the patches and procedures to build this rc are in sourceforge CVS

RE: [avr-gcc-list] Re: WinAVR Release Candidate

2009-03-13 Thread Weddington, Eric
this email (20090313), and I hope to have it up on SourceForge either later tonight or sometime tomorrow (more likely). Soon after that, I will place the patches into the WinAVR CVS, but probably it is more likely that I'll wait until Monday (I would like to have a life sometime over the weekend

Re: [avr-gcc-list] Mac Development for attiny88

2009-03-13 Thread Dave N6NZ
Have you been trying the macports and fink stuff? I'm not sure how well either of those is kept up. You might be better off building your own from fresh sources. -dave David Tuzman wrote: Hi, I'm trying to set up AVR development on my Intel-Based MacBook Pro. I've tried various