Re: A89: Re: Preliminary TI-GCC IDE update


[Prev][Next][Index][Thread]

Re: A89: Re: Preliminary TI-GCC IDE update




Hi!

> There is a bug in TIGCC involving uninitialized static variables.  
> I think  you might want to declare password like this:
> 
> static char Password[] = {0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0, 0};

Yes. This is more the limitations of TIOS than bug in TIGCC, although
it may be solved by patching TIGCC a bit.

Zeljko