Hi,

What is the differenence between:

__flash const char myString[] = "Hello There!" ;

and

__flash const char *myString = "Hello There!" ;

AFAIK, both should be same, but the 2nd gives the error:

" ... initializer element is not computable at load time"

Am I writing it wrong ?

Thanks.
-- 
Best Regards,

-- Royce Pereira

_______________________________________________
AVR-GCC-list mailing list
AVR-GCC-list@nongnu.org
https://lists.nongnu.org/mailman/listinfo/avr-gcc-list

Reply via email to