Re: master build failed
Ok, thanks. Gonna check rsb. On Sun 16. Feb 2020 at 20:54, Joel Sherrill wrote: > > > On Sun, Feb 16, 2020, 1:44 PM Ярослав Лещинский > 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 > > -- -- Kind regards, *Yaroslav Leshchinsky* ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel
Re: master build failed
On Sun, Feb 16, 2020, 1:44 PM Ярослав Лещинский 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
master build failed
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? -- -- Kind regards, *Yaroslav Leshchinsky* ___ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel