Re: compile error in rtems/confdefs header

2019-11-27 Thread Sebastian Huber
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

Re: compile error in rtems/confdefs header

2019-11-27 Thread Vishav.Vishav
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 ___