On Sun, Feb 16, 2020, 1:44 PM Ярослав Лещинский <midniwal...@gmail.com>
wrote:

> Hello,
>
> I decided to update master to the latest. During the build got such error:
>
> ../../../../../rtems/c/src/../../cpukit/libcsupport/src/posix_devctl.c: In
> function 'posix_devctl':
> ../../../../../rtems/c/src/../../cpukit/libcsupport/src/posix_devctl.c:81:15:
> error: 'SOCKCLOSE' undeclared (first use in this function)
>    if (dcmd == SOCKCLOSE ) {
>                ^~~~~~~~~
> ../../../../../rtems/c/src/../../cpukit/libcsupport/src/posix_devctl.c:81:15:
> note: each undeclared identifier is reported only once for each function it
> appears in
>
> Was running as:
>  ./bootstrap && cd ../ && rm -rf build && mkdir build && cd build &&
> ../rtems/configure --target=arm-rtems5 --prefix $HOME/workspace/rtems/build
> && make -j8 RTEMS_BSP=stm32f4 && make RTEMS_BSP=stm32f4 install
>
> Did I miss some updates from sourcebuilder, for example or it's problem
> with a build in general?
>

You missed an RSB update to get at least a newer newlib.

SOCKCLOSE is required by the FACE Technical Standard, Edition 3.0 and
later.

Fwiw RTEMS with Deos passed verification and is conformant with Edition
3.0. RTEMS provides POSIX services and Deos provides ARINC 653.

--joel



> --
> --
> Kind regards,
> *Yaroslav Leshchinsky*
> _______________________________________________
> devel mailing list
> devel@rtems.org
> http://lists.rtems.org/mailman/listinfo/devel
_______________________________________________
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailman/listinfo/devel

Reply via email to