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