Re: [avr-gcc-list] Error: Instruction sbrc not recognised

2015-01-22 Thread Joerg Wunsch
Vandana Bhasin wrote: > Assembler messages: > /opt/tinyos-2.1.2/tos/platforms/micaz/chips/at45db/HplAt45dbIOP.nc:150: > Error: no such instruction: `sbrc %cl,7' > /opt/tinyos-2.1.2/tos/platforms/micaz/chips/at45db/HplAt45dbIOP.nc:151: > Error: no such instruction: `sbi 18,3' Sounds like your com

[avr-gcc-list] Error: Instruction sbrc not recognised

2015-01-14 Thread Vandana Bhasin
Hi All, I am currently working on Tinyos platform. I running code on TOSSIM - tinyos simulator. This code is contained in HPLAt45dbIOP.nc file. My code basically wants to write data to flash memory for micaz sensors. But in TOSSIM it is unable to recognise the instructions of the avr assembler. I