This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

How to use variable length array in keil

I want to port an opensource project using winavr to keil mdk, but keil throw warning:
#1271-D: variable-length array field type will be treated as zero-length array field type
And when I debug in program, some variable array mixed with some other variable in address, this cause the program fail. So how to port project that use variable array ?

Chris

0