Re: gethostid in RTEMS 4.11

2017-09-06 Thread Alan Cudmore
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

gethostid in RTEMS 4.11

2017-09-05 Thread Brewster, Paul F. (LARC-D207)
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