I'm trying to build RTEMS (www.rtems.org) for my MicroBlaze processor, but I have an error that I can't fix.
When using autoconf
, the file conftest.c
is generated and requires function creat()
in libc. But, libc does not have the function creat()
, so it fails with an error.
Does anyone knows why this function is missing, and how can I fix it ?