Somewhere in your code you are trying to use char variable (1 byte size) where is required an address of char (2 bytes on ATmega). Please use code tags for your code (leftmost button above edit window).
EDIT: Eh sorry, the opposite: you are trying to use address of char where is required a char.