mirror of
https://git.rtems.org/rtems-source-builder
synced 2024-10-09 07:15:10 +08:00

Update the glib version to 2.48.2 in order to fix build failure on newer gcc[0]. Force internal version of libpcre for glib, since otherwise the build failed, presumably since libpcre is not provided as a module (maybe it should?). Increasing the glib version further to the current latest was not tested. [0] CC libglib_2_0_la-gdate.lo ../../glib-2.39.3/glib/gdate.c: In function 'g_date_strftime': ../../glib-2.39.3/glib/gdate.c:2497:7: error: format not a string literal, format string not checked [-Werror=format-nonliteral] tmplen = strftime (tmpbuf, tmpbufsize, locale_format, &tm); ^~~~~~
RTEMS Tools From Source ----------------------- The RTEMS Source Builder is a tool to aid building packages from source used by the RTEMS project. It helps consolidate the details you need to build a package from source in a controlled and verifiable way. The tool is aimed at developers of software who use tool sets for embedded type development and is not limited to building just for RTEMS. Embedded development typically uses cross-compiling tool chains, debuggers, and debugging aids. Together we call these a 'tool set'. The RTEMS Source Builder is not limited to this role but designed to fit with-in this specific niche. It can be used outside of the RTEMS project and we welcome this happening in other open source or commercial projects. The project is part of the RTEMS Project. The project's websites are: RTEMS Project Website: https://www.rtems.org/ GIT Source Repository: https://git.rtems.org/rtems-source-builder.git/ Documentation: https://docs.rtems.org/branches/master/rsb/index.html Bugs: https://devel.rtems.org/query?component=RSB Please refer to the LICENSE file for license details. Contributions, suggestions, and bug reports are welcome. Chris Johns chrisj@rtems.org
Description
Languages
Python
96.3%
M4
2.9%
Shell
0.6%
Makefile
0.2%