On 27/11/2019 10:09, vishav.vis...@dlr.de wrote:
Thanks for the reply. These are the compiler options that I use:
[...]
-std=c99
This is likely the problem. Using -std=gnu99 should work.
Independent of this, why do you want to use an obsolete 20 year old
standard which knows nothing about t
Hi Sebastian,
Thanks for the reply. These are the compiler options that I use:
'-march=armv7-a',
'-mthumb',
'-mfpu=neon',
'-mfloat-abi=hard',
'-mtune=cortex-a9'
Optimization flags:
'-O2', '-ffunction-sections', '-fdata-sections',
Warning:
-Wall
-std=c99
Debug:
-g
Regards
Vishav
___