I finally got my avr asm app converted to gnuarm c
and it compiles.
However, it does not like:
int is_any(unsigned char *, char);
const unsigned char string1[]={"abcdefgh"};
...
ch = 'd';
if(is_any(string1, ch)==0)....;
I had other const strings, and it gave me warnings as well.
Do we have to use const to ensure that the strings as constant
and put in flash rather than ram?
Thanks,
GlenMessage
gnuarm question
2006-02-10 by G B