Re: [avr-gcc-list] Strange problem - Pointer not null when declared

2007-07-30 Thread Colin Paul Gloster
, [..] [..] Hello, C does not guarantee an initial value for something which is declared without a definition. So do not rely on it to do so. Regards, Colin Paul Gloster ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org

Re: [avr-gcc-list] Problem to get .coff

2007-01-02 Thread Colin Paul Gloster
/faq22_22.html HTTP://Sourceware.org/binutils/docs-2.17/bfd/coff.html#coff HTTP://Sourceware.org/binutils/docs-2.17/bfd/elf.html#elf Regards, Colin Paul Gloster ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman

Re: [avr-gcc-list] volatile...

2006-12-14 Thread Colin Paul Gloster
On Thu, 14 Dec 2006, Javier Almansa Sobrino wrote: Hi everybody. I've a little stupid question It seems as if you should consult a book about C or not use a language you do not have documentation for. What's the differece between a volatile variable in a funcion and the same variable not

Re: [avr-gcc-list] int32_t Support

2006-09-14 Thread Colin Paul Gloster
it would be possible to find some circumstance in which avr-gcc would inappropriately cast in an Ada program which you seem to have found can happen for a C program, but I am unaware of this happening with avr-gcc for Ada. Regards, Colin Paul Gloster

Re: [avr-gcc-list] OT Generic C question

2005-09-20 Thread Colin Paul Gloster
Please pose C questions to a relevant medium, e.g. the programming questions list of the ACCU ( WWW.ACCU.org ) or one of the C newsgroups ( e.g. news:comp.lang.c or the C learners' newsgroup). On Tue, 20 Sep 2005 13:47:49 +0200, David Brown emailed: I'd agree with you that i should be 1 after

RE: [avr-gcc-list] software reset

2005-08-16 Thread Colin Paul Gloster
On Tue, 16 Aug 2005 00:33:45 -0700 (PDT), Roya Kalantari asked: how can i have a software reset in my code do you think? One way would be to activate the watchdog (and you could give it a short time-out). ___ AVR-GCC-list mailing list

RE: [avr-gcc-list] avr-gcc converting c source code into assembler source code for model checking

2005-06-16 Thread Colin Paul Gloster
On Thu, Jun 16, 2005 at 11:01:19AM +0200, Kamin, Volker wrote: [..] I have an exhaustive description of the ATMEL assembler, but weren't able to find a formal description of the assembler subset that is used to produce the output of avr-gcc main.s. Any help is appreciated and helps us to

RE: [avr-gcc-list] Gcc error message format

2005-06-07 Thread Colin Paul Gloster
sed s/\([0-9]*\)\(: error: \)/(\1) \2/g ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org http://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Re: [avr-gcc-list] MAKE FROM A DIFERENT COMPILER

2005-06-02 Thread Colin Paul Gloster
You could have different values for the PATH environment variable for different DOS boxes: one DOS box with the Borland make.exe in the PATH and another DOS box with the GNU make.exe in the PATH. ___ AVR-GCC-list mailing list AVR-GCC-list@nongnu.org

Re: [avr-gcc-list] [OT] Need For Speed (FPGA)

2005-05-30 Thread Colin Paul Gloster
On Fri, May 27, 2005 at 07:48:07PM -0700, Matthew MacClary wrote: [..] A key feature of avr-gcc that I need to keep is that the whole build process is scriptable. I am just getting into the Xilinx tool flow, but when I read through example projects that are basically all screen shots of

Re: [avr-gcc-list] GCC console output capture

2005-05-11 Thread Colin Paul Gloster
On Wed, May 11, 2005 at 09:02:39AM +0200, Juergen Suetterlin wrote: [..] To compile my design I call a batchfile which executes make.exe. The compilation works fine but I can not capture the GCC console messages (make.exe all error.txt) and because of that I can not use the automatic error

Re: [avr-gcc-list] Volatile

2005-04-20 Thread Colin Paul Gloster
On Tue, Apr 19, 2005 at 08:53:52PM -0700, stevech wrote: My Two Cents: Operating system functions like atomic access and mutual exclusion and multitasking do *not* belong in a programming language standard. The DoD tried it years ago with Ada and it was a huge failure. Had multitasking in Ada