We are running a survey to help us improve the experience for all of our members. If you see the survey appear, please take the time to tell us about your experience if you can.
C51 V6.12 BUG Report ! void main(void) { unsigned char a_b[5][7]; unsigned char ab[5]; } Builded it,then error! Seem to a_b-->ab ,the '_' has been del?
void main(void) { unsigned char a_b[5][7]; unsigned char ab[5]; }
Just as well with the 6.12 compiler I got from the dowloaded patch. Checking the ".LST" file, the DATA size is 40 as expected.
SO, you're saying it's OK now?