I would like to know what C version is the natural for zynq programming(Xilinx SDK).
I'm only sure it's not C99 because when I try
for (int i = 0; i<10 ; i++)
I get the error:
error: 'for' loop initial declarations are only allowed in C99 mode
I've been looking around but I haven't found nothing usefull, I'm interested in the C "manual" supported by zynq 7000 devices (Xilinx SDK)because is very annoying to see this error.
Also I prefer not to use the -std=c99 options because I don't know if it is 100% compatible.
Thanks,
Guillermo