[avr-gcc-list] avoiding custom linker scripts by passing CLI arguments

2007-03-29 Thread kitts
This is probably nothing to do with AVR, but a recent discussion here and my own requirement makes me ask this question... If i want to use some variables in code that are linker defined, can i pass them as information to command line? Can i define memory sections such that i can use its start

Re: [avr-gcc-list] Implementation RS485 communication in c

2007-03-29 Thread kitts
On Wednesday 28 Mar 2007 at 10:13:01 am, Christian Engel wrote: I think for implement a communication between two ATmega 162 with the RS485 standard. Has anybody before implement a communication with RS485 in c? I'm sure that, but has anybody more information about it for me? The RS485

RE: [avr-gcc-list] avoiding custom linker scripts by passing CLI arguments

2007-03-29 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of kitts Sent: Thursday, March 29, 2007 11:07 AM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] avoiding custom linker scripts by passing CLI arguments This is probably nothing to do

Re: [avr-gcc-list] possible 4.1.2 bug

2007-03-29 Thread Joerg Wunsch
John Regehr [EMAIL PROTECTED] wrote: Doh. I figured that this sort of constraint would be implicit from the instructions used. Inline asm is just like expanding a macro to the compiler: the actual contents of the assembly is opaque to the compiler, it only performs parameter replacement on

[avr-gcc-list] Debugging bootloaders on m128

2007-03-29 Thread larry barello
In the past it was difficult to debug stuff in the upper 64k of FLASH using Atmel Studio. I thought with the latest studio that was fixed. Does that require the latest WinAvr as well? I have the previous version, being scared off of upgrading due to various problems reported in this list.

RE: [avr-gcc-list] Debugging bootloaders on m128

2007-03-29 Thread Eric Weddington
-Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED] org] On Behalf Of larry barello Sent: Thursday, March 29, 2007 6:41 PM To: avr-gcc-list@nongnu.org Subject: [avr-gcc-list] Debugging bootloaders on m128 In the past it was difficult to debug stuff in the