Paul,
I don't think the gethostid function is used in the cFS, so you could just
#undef the OS_INCLUDE_NETWORK in the osconfig.h file. This would remove the
gethostid call and allow it to compile.
I'm working on a LEON3 RTEMS 4.11 build. I have it running on several
boards, TSIM, and a QEMU target
All,
I'm trying to get up to speed with RTEMS, along with an application framework
(cFS) running on RTEMS, and I am having some difficulty. I am able to get
RTEMs compiled just fine with an i386 bsp, and was able to run a test
application in a virtual machine, so that worked great. The applic