Recently I updated rtems from mainline repo. and tried to build BBB BSP but got following errors. It seems BSP is broken. Up to 17th June I was successfully able to compile BSP.
../../../../../../../../../../rtems-src/c/src/lib/libbsp/arm/beagle/console/console-config.c:151:1: error: unknown type name 'BSP_output_char_function_type' BSP_output_char_function_type BSP_output_char = _BSP_put_char; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../../../../../../rtems-src/c/src/lib/libbsp/arm/beagle/console/console-config.c:151:49: warning: initialization makes integer from pointer without a cast [-Wint-conversion] BSP_output_char_function_type BSP_output_char = _BSP_put_char; ^~~~~~~~~~~~~ ../../../../../../../../../../rtems-src/c/src/lib/libbsp/arm/beagle/console/console-config.c:153:1: error: unknown type name 'BSP_polling_getchar_function_type' BSP_polling_getchar_function_type BSP_poll_char = _BSP_get_char; ^~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~ ../../../../../../../../../../rtems-src/c/src/lib/libbsp/arm/beagle/console/console-config.c:153:51: warning: initialization makes integer from pointer without a cast [-Wint-conversion] BSP_polling_getchar_function_type BSP_poll_char = _BSP_get_char; Can you look into this please? Thank you, Punit Vara _______________________________________________ devel mailing list devel@rtems.org http://lists.rtems.org/mailman/listinfo/devel