[avr-gcc-list] use of specifin RAM location

2005-11-28 Thread varsha
, regards, varsha-- ***Confidentiality Notice*** The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain confidential or privileged information. If you

[avr-gcc-list] how to infer lsl instruction...

2005-11-15 Thread varsha
t compiler doesn't generate lsl instruction... it generates something like this.. 1514:bb 0c addr11, r11 1516:cc 1c adcr12, r12 1518:dd 1c adcr13, r13 151a:ff 1c adcr15, r15 so what should do to if i want compiler to generate lsl instruction. thank yo

[avr-gcc-list] sdram adress/length

2005-11-10 Thread varsha
...? or how can i solve this problem? regards,varsha-- ***Confidentiality Notice*** The information contained in this electronic message and any attachments to this message are intended for the exclusive use of the addressee(s) and may contain

[avr-gcc-list] use of PROGMEM

2005-10-20 Thread varsha
: assignment discards qualifiers from pointer target type fpga_conf.c:98: error: `conc_pattern_2s100' undeclared (first use in this function) How do i solve it?? regards,varsha-- ***Confidentiality Notice*** The information contained

Re: [avr-gcc-list] use of PROGMEM

2005-10-20 Thread varsha
hi..ya.. there was no problem with PROGMEM... there was some declaration problem.. thanks for the help... regards , varsha - Original Message - From: Vincent Trouilliez [EMAIL PROTECTED] To: avr-gcc-list@nongnu.org Sent: Thursday, October 20, 2005 12:36 PM Subject: Re: [avr-gcc-list

[avr-gcc-list] use of specific register in avr gcc

2005-09-26 Thread varsha
r function.. and because of thet output value is getting corrupted... is there any way to limit the use of register that we declared using above syntax.. regards,varsha-- ***Confidentiality Notice*** The information contained in this electron

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

2005-09-20 Thread varsha
ya variable i should have increamentd to 1 ... but i guess u r not using incremented value of i in your program, so compiler thinks that it is of no use and doesn't do anything with the variable...you shoud try defining i variable ...then it will not optimise the code... and will show you the