While trying to port to Codewarrior environment, i find that the below type of structure declaration is supported only in cygwin/gcc but not in Codewarrior. It breaks in codewarrior environment.
Has anyone come across such a thing and could someone here tell me an equivalent alternative for this so that i can use in codewarrior environment.
Didn't find your answer? Ask the community — no account required.
U
Ulf Samuelsson
Inititalize the struct in a loop. for(p= (char *) alt_tfsdevtbl,i = 0; i < sizeof(alt_tfsdevtbl); i ++) { *p++ = 0xff; }
Best Regards,
Ulf Samuelsson
ulf@a-t-m-e-l.com
This message is intended to be my own personal view and it
may or may not be shared by my employer Atmel Nordic AB
R
rTrenado
Hi,
There is NO direct replacement in Codewarrior for the structure declaration you are referring to. Although I am not familiar with the Cygwin/gcc compiler you mention, the declaration: