[avr-gcc-list] I cannot change target/port in avr-insight

2007-07-25 Thread Chunhua Li
Dear list, I have successfully built the avr-gcc tool chains in a Linux box. Now I want to learn some basic skills for simulating and debugging. I make a very simple project and make it. Everthing goes smoothly without errors. I want to use simulavr/avr-insight to run basic simulation, so I

RE: [avr-gcc-list] Clobber list isn't working

2007-07-25 Thread Gre7g Luterman
--- Eric Weddington [EMAIL PROTECTED] wrote: Can you provide your real test case instead of the degenerate case above? Huh? But that's the whole point of making a simple test case. That way I don't have to make you slog through hundreds of pages of code and I don't have to put my customer's

RE: [avr-gcc-list] I cannot change target/port in avr-insight

2007-07-25 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Chunhua Li Sent: Wednesday, July 25, 2007 1:25 AM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] I cannot change target/port in avr-insight Dear list, I have successfully built the

RE: [avr-gcc-list] Clobber list isn't working

2007-07-25 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of Gre7g Luterman Sent: Wednesday, July 25, 2007 6:35 AM To: avr-gcc-list@nongnu.org Subject: RE: [avr-gcc-list] Clobber list isn't working --- Eric Weddington [EMAIL PROTECTED] wrote: Can

Re: [avr-gcc-list] Clobber list isn't working

2007-07-25 Thread Joerg Wunsch
Eric Weddington [EMAIL PROTECTED] wrote: True, but you said yourself that it was an absurd test case. Obviously a nop doesn't clobber any registers. But the compiler doesn't know that, because it cannot look inside the inline asm statement: it has to trust the developer that they specified the

RE: [avr-gcc-list] I cannot change target/port in avr-insight

2007-07-25 Thread Eric Weddington
[Please include the avr-gcc-list in your reply so others may see the discussion.] Dear list, I have successfully built the avr-gcc tool chains in a Linux box. What version of avr-insight are you using? I am using avr-insight 6.5. I download insight-6.5 and winavr patches from CVS.