<div dir="ltr">Hi all,<br>While cross-compiling fio for RTEMS, by default in the compiler call <br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex"> -U_FORTIFY_SOURCE   -D_FORTIFY_SOURCE=2</blockquote><div>options are used which raises the following error: <br><blockquote class="gmail_quote" style="margin:0px 0px 0px 0.8ex;border-left:1px solid rgb(204,204,204);padding-left:1ex">/home/uka_in/development/benchmark/sandbox/5/lib/gcc/arm-rtems5/7.3.0/include/ssp/unistd.h:38:10: fatal error: ssp.h: No such file or directory<br> #include <ssp.h><br>          ^~~~~~~<br>compilation terminated.<br>make: *** [crc/crc32c-arm64.o] Error 1<br><br></blockquote><div>However, ssp.h is in the same folder. <br></div><div>Without these options, only sys/unistd.h is included and not the ssp/unistd.h. Any idea why these compiler opts are raising these error?<br><br></div><div>Also, FIO needs a BSP independent method for determining the size of RAM for it's internal working.  I'm unable to figure out any such  implementation. Any help on this too, would be great.<br><br></div><div>Regards,<br></div><div>Udit agarwal  <br></div></div></div>