This was probably a side-effect of Sebastian's recent patch that refactored the termiostypes.h header file to remove libio.h. The rtems_termios_initialize() is provided as an empty inline function in libio.h.
It's a dead function, and its call sites should probably be removed. Gedare On Mon, Jun 5, 2023 at 10:00 AM Joel Sherrill <j...@rtems.org> wrote: > > Hi > > The OAR build sweep turned this up from rtems-bsp-builder. > > [1646/4698] Compiling testsuites/fstests/fsdosfssync01/init.c > /home/joel/rtems-work/tools/6/lib/gcc/arm-rtems6/12.2.1/../../../../arm-rtems6/bin/ld: > ./librtemsbsp.a(console-config.c.36.o): in function `console_initialize': > /home/joel/rtems-work/rtems/b-xilinx_zynqmp_ultra96/arm/xilinx_zynqmp_ultra96/../../../bsps/arm/xilinx-zynqmp/console/console-config.c:62: > undefined reference to `rtems_termios_initialize' > > It impacts multiple configurations of the BSP as seen here: > > https://lists.rtems.org/pipermail/build/2023-June/046597.html > > Hopefully someone recognizes what happened. > > Thanks. > > --joel > _______________________________________________ > 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