Build FreeBSD: FAILED 6/rtems-microblaze on x86_64-freebsd14.1 (microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1)
OAR Tester for FreeBSD 14
rtems-tester at oarcorp.com
Tue Aug 6 17:25:55 UTC 2024
RTEMS Source Builder - Set Builder, 6 (892e966e4331)
Host: FreeBSD-14.1-RELEASE-amd64-64bit-ELF
FreeBSD FreeBSD14-VM 14.1-RELEASE FreeBSD 14.1-RELEASE
releng/14.1-n267679-10e31f0946d8 GENERIC amd64 amd64
Build Time: 0:06:34.600913
= = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = = =
Build FAILED: microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:140:9: note: macro 'isspace' defined here
140 | #define isspace(c) do_not_use_isspace_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/mapper-client.cc:31:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2193:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:679:35: error: declaration conflicts with target of using declaration already in scope
679 | inline _LIBCPP_HIDE_FROM_ABI bool isspace(_CharT __c, const locale& __loc) {
| ^
/usr/include/ctype.h:58:5: note: target of using declaration
58 | int isspace(int);
| ^
/usr/include/c++/v1/cctype:120:9: note: using declaration
120 | using ::isspace _LIBCPP_USING_IF_EXISTS;
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/mapper-client.cc:31:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2193:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:680:3: error: expected expression
680 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
| ^
/usr/include/c++/v1/__locale:681:2: error: expected ';' at end of declaration
681 | }
| ^
/usr/include/c++/v1/__locale:684:55: error: too many arguments provided to function-like macro invocation
684 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:136:9: note: macro 'isprint' defined here
136 | #define isprint(c) do_not_use_isprint_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/mapper-client.cc:31:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2193:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:684:35: error: declaration conflicts with target of using declaration already in scope
684 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
| ^
/usr/include/ctype.h:56:5: note: target of using declaration
56 | int isprint(int);
| ^
/usr/include/c++/v1/cctype:118:9: note: using declaration
118 | using ::isprint _LIBCPP_USING_IF_EXISTS;
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/mapper-client.cc:31:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2193:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:685:3: error: expected expression
685 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
| ^
/usr/include/c++/v1/__locale:686:2: error: expected ';' at end of declaration
686 | }
| ^
/usr/include/c++/v1/__locale:689:55: error: too many arguments provided to function-like macro invocation
689 | inline _LIBCPP_HIDE_FROM_ABI bool iscntrl(_CharT __c, const locale& __loc) {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:128:9: note: macro 'iscntrl' defined here
128 | #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/mapper-client.cc:31:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2193:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:689:35: error: declaration conflicts with target of using declaration already in scope
689 | inline _LIBCPP_HIDE_FROM_ABI bool iscntrl(_CharT __c, const locale& __loc) {
| ^
/usr/include/ctype.h:52:5: note: target of using declaration
52 | int iscntrl(int);
| ^
/usr/include/c++/v1/cctype:114:9: note: using declaration
114 | using ::iscntrl _LIBCPP_USING_IF_EXISTS;
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/mapper-client.cc:31:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:227:
In file included from /usr/include/c++/v1/map:2193:
In file included from /usr/include/c++/v1/functional:526:
In file included from /usr/include/c++/v1/__functional/boyer_moore_searcher.h:27:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:690:3: error: expected expression
690 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/logic.cc:41:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/cp-tree.h:40:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/c-family/c-common.h:24:
../../gnu-mirror-gcc-04ca18f/gcc/../libcpp/include/cpplib.h:1507:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1507 | struct cpp_char_column_policy
| ^
../../gnu-mirror-gcc-04ca18f/gcc/input.h:64:1: note: did you mean struct here?
64 | class cpp_char_column_policy;
| ^~~~~
| struct
20 errors generated.
gmake[2]: *** [Makefile:1142: cp/mapper-resolver.o] Error 1
gmake[2]: *** Waiting for unfinished jobs....
20 errors generated.
gmake[2]: *** [Makefile:1142: cp/mapper-client.o] Error 1
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/logic.cc:843:
./gt-cp-logic.h:134:3: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^
../../gnu-mirror-gcc-04ca18f/gcc/hash-table.h:374:7: note: previous use is here
374 | class hash_table
| ^
./gt-cp-logic.h:134:3: note: did you mean class here?
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^~~~~~
| class
./gt-cp-logic.h:134:65: warning: struct 'hash_table' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^
../../gnu-mirror-gcc-04ca18f/gcc/hash-table.h:374:7: note: previous use is here
374 | class hash_table
| ^
./gt-cp-logic.h:134:65: note: did you mean class here?
134 | struct hash_table<subsumption_hasher> * x ATTRIBUTE_UNUSED = (struct hash_table<subsumption_hasher> *)x_p;
| ^~~~~~
| class
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/method.cc:28:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/cp-tree.h:40:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/c-family/c-common.h:24:
../../gnu-mirror-gcc-04ca18f/gcc/../libcpp/include/cpplib.h:1507:1: warning: 'cpp_char_column_policy' defined as a struct here but previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1507 | struct cpp_char_column_policy
| ^
../../gnu-mirror-gcc-04ca18f/gcc/input.h:64:1: note: did you mean struct here?
64 | class cpp_char_column_policy;
| ^~~~~
| struct
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/method.cc:30:
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:1694:1: warning: 'cgraph_edge' defined as a class here but previously declared as a struct; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
1694 | class GTY((chain_next ("%h.next_caller"), chain_prev ("%h.prev_caller"),
| ^
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:859:1: note: did you mean class here?
859 | struct cgraph_edge;
| ^~~~~~
| class
../../gnu-mirror-gcc-04ca18f/gcc/coretypes.h:144:1: note: did you mean class here?
144 | struct cgraph_edge;
| ^~~~~~
| class
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/method.cc:30:
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:2220:10: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2220 | friend struct cgraph_edge;
| ^
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:1695:16: note: previous use is here
1695 | for_user)) cgraph_edge
| ^
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:2220:10: note: did you mean class here?
2220 | friend struct cgraph_edge;
| ^~~~~~
| class
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:2631:32: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2631 | void initialize_inline_failed (struct cgraph_edge *);
| ^
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:1695:16: note: previous use is here
1695 | for_user)) cgraph_edge
| ^
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:2631:32: note: did you mean class here?
2631 | void initialize_inline_failed (struct cgraph_edge *);
| ^~~~~~
| class
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:2632:28: warning: struct 'cgraph_edge' was previously declared as a class; this is valid, but may result in linker errors under the Microsoft C++ ABI [-Wmismatched-tags]
2632 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:1695:16: note: previous use is here
1695 | for_user)) cgraph_edge
| ^
../../gnu-mirror-gcc-04ca18f/gcc/cgraph.h:2632:28: note: did you mean class here?
2632 | bool speculation_useful_p (struct cgraph_edge *e, bool anticipate_inlining);
| ^~~~~~
| class
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:492:3: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
492 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
| ^
/usr/include/c++/v1/__config:860:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
860 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:492:57: error: expected ';' at end of declaration list
492 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
| ^
/usr/include/c++/v1/__locale:494:68: error: too many arguments provided to function-like macro invocation
494 | _LIBCPP_HIDE_FROM_ABI const char_type* toupper(char_type* __low, const char_type* __high) const {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:500:68: error: too many arguments provided to function-like macro invocation
500 | _LIBCPP_HIDE_FROM_ABI const char_type* tolower(char_type* __low, const char_type* __high) const {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:571:3: error: '__abi_tag__' attribute only applies to structs, variables, functions, and namespaces
571 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
| ^
/usr/include/c++/v1/__config:860:26: note: expanded from macro '_LIBCPP_HIDE_FROM_ABI'
860 | __attribute__((__abi_tag__(_LIBCPP_TOSTRING(_LIBCPP_ODR_SIGNATURE))))
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:571:57: error: expected ';' at end of declaration list
571 | _LIBCPP_HIDE_FROM_ABI char_type toupper(char_type __c) const { return do_toupper(__c); }
| ^
/usr/include/c++/v1/__locale:573:68: error: too many arguments provided to function-like macro invocation
573 | _LIBCPP_HIDE_FROM_ABI const char_type* toupper(char_type* __low, const char_type* __high) const {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:146:9: note: macro 'toupper' defined here
146 | #define toupper(c) do_not_use_toupper_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:579:68: error: too many arguments provided to function-like macro invocation
579 | _LIBCPP_HIDE_FROM_ABI const char_type* tolower(char_type* __low, const char_type* __high) const {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:148:9: note: macro 'tolower' defined here
148 | #define tolower(c) do_not_use_tolower_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:679:55: error: too many arguments provided to function-like macro invocation
679 | inline _LIBCPP_HIDE_FROM_ABI bool isspace(_CharT __c, const locale& __loc) {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:140:9: note: macro 'isspace' defined here
140 | #define isspace(c) do_not_use_isspace_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:679:35: error: declaration conflicts with target of using declaration already in scope
679 | inline _LIBCPP_HIDE_FROM_ABI bool isspace(_CharT __c, const locale& __loc) {
| ^
/usr/include/ctype.h:58:5: note: target of using declaration
58 | int isspace(int);
| ^
/usr/include/c++/v1/cctype:120:9: note: using declaration
120 | using ::isspace _LIBCPP_USING_IF_EXISTS;
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:680:3: error: expected expression
680 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::space, __c);
| ^
/usr/include/c++/v1/__locale:681:2: error: expected ';' at end of declaration
681 | }
| ^
/usr/include/c++/v1/__locale:684:55: error: too many arguments provided to function-like macro invocation
684 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:136:9: note: macro 'isprint' defined here
136 | #define isprint(c) do_not_use_isprint_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:684:35: error: declaration conflicts with target of using declaration already in scope
684 | inline _LIBCPP_HIDE_FROM_ABI bool isprint(_CharT __c, const locale& __loc) {
| ^
/usr/include/ctype.h:56:5: note: target of using declaration
56 | int isprint(int);
| ^
/usr/include/c++/v1/cctype:118:9: note: using declaration
118 | using ::isprint _LIBCPP_USING_IF_EXISTS;
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:685:3: error: expected expression
685 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::print, __c);
| ^
/usr/include/c++/v1/__locale:686:2: error: expected ';' at end of declaration
686 | }
| ^
/usr/include/c++/v1/__locale:689:55: error: too many arguments provided to function-like macro invocation
689 | inline _LIBCPP_HIDE_FROM_ABI bool iscntrl(_CharT __c, const locale& __loc) {
| ^
../../gnu-mirror-gcc-04ca18f/gcc/../include/safe-ctype.h:128:9: note: macro 'iscntrl' defined here
128 | #define iscntrl(c) do_not_use_iscntrl_with_safe_ctype
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:689:35: error: declaration conflicts with target of using declaration already in scope
689 | inline _LIBCPP_HIDE_FROM_ABI bool iscntrl(_CharT __c, const locale& __loc) {
| ^
/usr/include/ctype.h:52:5: note: target of using declaration
52 | int iscntrl(int);
| ^
/usr/include/c++/v1/cctype:114:9: note: using declaration
114 | using ::iscntrl _LIBCPP_USING_IF_EXISTS;
| ^
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/cp/module.cc:208:
In file included from ../../gnu-mirror-gcc-04ca18f/gcc/system.h:233:
In file included from /usr/include/c++/v1/vector:325:
In file included from /usr/include/c++/v1/__format/formatter_bool.h:20:
In file included from /usr/include/c++/v1/__format/formatter_integral.h:35:
In file included from /usr/include/c++/v1/locale:202:
/usr/include/c++/v1/__locale:690:3: error: expected expression
690 | return std::use_facet<ctype<_CharT> >(__loc).is(ctype_base::cntrl, __c);
| ^
fatal error: too many errors emitted, stopping now [-ferror-limit=]
1 warning generated.
3 warnings generated.
5 warnings generated.
20 errors generated.
gmake[2]: *** [Makefile:1142: cp/module.o] Error 1
5 warnings generated.
7 warnings generated.
rm gfdl.pod gcc.pod gcov-dump.pod gcov-tool.pod fsf-funding.pod gpl.pod cpp.pod gcov.pod lto-dump.pod
gmake[2]: Leaving directory '/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1/build/gcc'
gmake[1]: *** [Makefile:4617: all-gcc] Error 2
gmake[1]: Leaving directory '/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1/build'
gmake: *** [Makefile:1033: all] Error 2
gmake: Leaving directory '/home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1/build'
shell cmd failed: /bin/sh -ex /home/tester/rtems-cron-6/rtems-source-builder/rtems/build/microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1/do-build
error: building microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1
See error report: rsb-report-microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
Sizes
=====
Maximum build usage: 1.256GB
Total size: 724.684MB
Installed : 334.936MB
Sources: 389.445MB
Patches: 311.347KB
Output
======
Build Set: 6/rtems-microblaze
config: devel/expat-2.5.0-1.cfg
package: expat-2.5.0-x86_64-freebsd14.1-1
building: expat-2.5.0-x86_64-freebsd14.1-1
sizes: expat-2.5.0-x86_64-freebsd14.1-1: 10.354MB (installed: 1.538MB)
cleaning: expat-2.5.0-x86_64-freebsd14.1-1
reporting: devel/expat-2.5.0-1.cfg -> expat-2.5.0-x86_64-freebsd14.1-1.txt
reporting: devel/expat-2.5.0-1.cfg -> expat-2.5.0-x86_64-freebsd14.1-1.xml
config: devel/gmp-6.2.1.cfg
package: gmp-6.2.1-x86_64-freebsd14.1-1
download: https://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.2.1.tar.bz2 -> sources/gmp-6.2.1.tar.bz2
building: gmp-6.2.1-x86_64-freebsd14.1-1
sizes: gmp-6.2.1-x86_64-freebsd14.1-1: 22.683MB (installed: 1.723MB)
cleaning: gmp-6.2.1-x86_64-freebsd14.1-1
reporting: devel/gmp-6.2.1.cfg -> gmp-6.2.1-x86_64-freebsd14.1-1.txt
reporting: devel/gmp-6.2.1.cfg -> gmp-6.2.1-x86_64-freebsd14.1-1.xml
config: tools/rtems-gdb-13.2.cfg
package: microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1
download: https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.xz -> sources/gdb-13.2.tar.xz
building: microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1
sizes: microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1: 951.596MB (installed: 143.357MB)
cleaning: microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1
reporting: tools/rtems-gdb-13.2.cfg -> microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1.txt
reporting: tools/rtems-gdb-13.2.cfg -> microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1.xml
config: tools/rtems-xilinx-binutils-2.36.cfg
package: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1
download: https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/7af075d -> sources/sourceware-mirror-binutils-gdb-7af075d.tar.gz
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0001-Add-wdc.ext.clear-and-wdc.ext.flush-insns.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0002-Add-mlittle-endian-and-mbig-endian-flags.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0003-Disable-the-warning-message-for-eh_frame_hdr.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0004-LOCAL-Fix-relaxation-of-assembler-resolved-reference.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0005-upstream-change-to-garbage-collection-sweep-causes-m.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0006-Fix-bug-in-TLSTPREL-Relocation.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0007-Added-Address-extension-instructions.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0008-fixing-the-MAX_OPCODES-to-correct-value.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0009-Add-new-bit-field-instructions.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0010-fixing-the-imm-bug.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0011-Patch-Microblaze-fixed-bug-in-GCC-so-that-It-will-su.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0012-fixing-the-constant-range-check-issue.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/rel-v2021.1/meta-microblaze/recip...<see log> -> patches/0013-Patch-Microblaze-Compiler-will-give-error-messages-i.patch
building: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1
sizes: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1: 627.797MB (installed: 126.290MB)
cleaning: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1
reporting: tools/rtems-xilinx-binutils-2.36.cfg -> microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1.txt
reporting: tools/rtems-xilinx-binutils-2.36.cfg -> microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1.xml
config: tools/rtems-xilinx-gcc-12-newlib-head.cfg
package: microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1
download: https://codeload.github.com/RTEMS/gnu-mirror-gcc/tar.gz/04ca18f -> sources/gnu-mirror-gcc-04ca18f.tar.gz
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/0001-Back-port-v1-of-gcov-tool-merge-stream-to-GCC-12.patch
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/gcc-12-RTEMS-Use-local-exec-TLS-model-by-default.patch
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/gcc-12-RTEMS-Enable-some-features-in-libstdc.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0001-LOCAL-Testsuite-builtins-tests-require-fpic.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0002-LOCAL-Quick-fail-g-.dg-opt-memcpy1.C.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0003-LOCAL-For-dejagnu-static-testing-on-qemu-suppress-wa.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0004-Patch-testsuite-Add-MicroBlaze-to-target-supports-fo.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0005-Patch-testsuite-Update-MicroBlaze-strings-test.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0006-Patch-testsuite-Allow-MicroBlaze-.weakext-pattern-in.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0007-Patch-testsuite-Add-MicroBlaze-to-check_profiling_av.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0008-Patch-microblaze-Fix-atomic-side-effects.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0009-Patch-microblaze-Fix-atomic-boolean-return-value.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0010-Patch-microblaze-Fix-the-Microblaze-crash-with-msmal.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0011-Patch-microblaze-Added-ashrsi3_with_size_opt.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0012-Patch-microblaze-Use-bralid-for-profiler-calls.patch
download: https://raw.githubusercontent.com/Xilinx/meta-xilinx/xlnx-rel-v2024.1/meta-microblaze/...<see log> -> patches/0013-Patch-microblaze-Removed-moddi3-routinue.patch
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/0001-gcc-config-aarch64-rtems.h-Define-__USE_INIT_FINI__.patch
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/0002-config-microblaze-crti.S-Add-single-underscore-init-.patch
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/0001-microblaze-Define-__ELF__-for-RTEMS-target.patch
download: https://codeload.github.com/RTEMS/sourceware-mirror-newlib-cygwin/tar.gz/1ed1516 -> sources/newlib-1ed1516.tar.gz
download: https://gcc.gnu.org/pub/gcc/infrastructure/mpc-1.2.1.tar.gz -> sources/mpc-1.2.1.tar.gz
download: https://gitlab.rtems.org/rtems/rtos/rtems/-/blob/main/assets/tracmigration/ticket_atta...<see log> -> patches/fix-mac-arm64-mpc-config.patch
building: microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1
error: building microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1
Build FAILED
See error report: rsb-report-microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1.txt
Note: In some cases the error appears only in
the complete build log (see --log option)
error: building microblaze-rtems6-gcc-04ca18f-newlib-1ed1516-x86_64-freebsd14.1-1
config: tools/rtems-tools-6.cfg
package: rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1
building: rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1
sizes: rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1: 255.899MB (installed: 62.028MB)
cleaning: rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1
reporting: tools/rtems-tools-6.cfg -> rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1.txt
reporting: tools/rtems-tools-6.cfg -> rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1.xml
cleaning: expat-2.5.0-x86_64-freebsd14.1-1
cleaning: gmp-6.2.1-x86_64-freebsd14.1-1
cleaning: microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1
cleaning: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1
cleaning: rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1
Build Sizes: usage: 1.256GB total: 724.684MB (sources: 389.445MB, patches: 311.347KB, installed 334.936MB)
Mailing report: build at rtems.org
Report
======
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:28:30 2024
==============================================================================
Report: devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.5.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.5.0-x86_64-freebsd14.1-1
Config: devel/expat-2.5.0-1.cfg
Summary:
Expat XML Parser v2.5.0 for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
http://expat.sourceforge.net/
Version:
2.5.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
sha512: 8f99pfr7R9zW4PDYkoJqum3nZQnISXvAA4LxEJq44qk9OWlD27UiFkVwRJk6Odc3KASK32UNjoPigYntx7eEAg==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.5.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.5.0
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.5.0
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:28:30 2024
==============================================================================
Report: devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/expat-2.5.0-1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/expat-2.5.0-1.cfg
------------------------------------------------------------------------------
Package: expat-2.5.0-x86_64-freebsd14.1-1
Config: devel/expat-2.5.0-1.cfg
Summary:
Expat XML Parser v2.5.0 for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
http://expat.sourceforge.net/
Version:
2.5.0
Release:
1
Sources: 1
1: https://github.com/libexpat/libexpat/releases/download/R_2_5_0/expat-2.5.0.tar.gz
sha512: 8f99pfr7R9zW4PDYkoJqum3nZQnISXvAA4LxEJq44qk9OWlD27UiFkVwRJk6Odc3KASK32UNjoPigYntx7eEAg==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source expat -q -n expat-2.5.0
%setup patch expat -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd expat-2.5.0
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd expat-2.5.0
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:28:50 2024
==============================================================================
Report: devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/gmp-6.2.1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
Package: gmp-6.2.1-x86_64-freebsd14.1-1
Config: devel/gmp-6.2.1.cfg
Summary:
The GNU Multiple Precision Arithmetic Library (GMP) v6.2.1 for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
https://gmplib.org/
Version:
6.2.1
Release:
1
Sources: 1
1: https://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.2.1.tar.bz2
sha512: iQQzSjvMXIluzsq8dc2p3sZC5AH7U5fEmSxPq+peliyc6L1E6OQjPDTlXIAQzCjbBUX191DL27XwCvU43HY76Q==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source gmp -q -n gmp-6.2.1
%setup patch gmp -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd gmp-6.2.1
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd gmp-6.2.1
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:28:50 2024
==============================================================================
Report: devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) devel/gmp-6.2.1.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) devel/gmp-6.2.1.cfg
------------------------------------------------------------------------------
Package: gmp-6.2.1-x86_64-freebsd14.1-1
Config: devel/gmp-6.2.1.cfg
Summary:
The GNU Multiple Precision Arithmetic Library (GMP) v6.2.1 for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
https://gmplib.org/
Version:
6.2.1
Release:
1
Sources: 1
1: https://gcc.gnu.org/pub/gcc/infrastructure/gmp-6.2.1.tar.bz2
sha512: iQQzSjvMXIluzsq8dc2p3sZC5AH7U5fEmSxPq+peliyc6L1E6OQjPDTlXIAQzCjbBUX191DL27XwCvU43HY76Q==
Patches: 0
Preparation:
build_top=$(pwd)
%setup source gmp -q -n gmp-6.2.1
%setup patch gmp -p1
cd ${build_top}
Build:
build_top=$(pwd)
cd gmp-6.2.1
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
./configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --verbose --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-shared
gmake -j 8 all
cd ${build_top}
Install:
build_top=$(pwd)
rm -rf $SB_BUILD_ROOT
cd gmp-6.2.1
gmake DESTDIR=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:30:56 2024
==============================================================================
Report: tools/rtems-gdb-13.2.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gdb-13.2.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gdb-13.2.cfg
------------------------------------------------------------------------------
Package: microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1
Config: tools/rtems-gdb-13.2.cfg
Summary:
GDB v13.2 for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
http://www.gnu.org/software/gdb/
Version:
13.2
Release:
1
Sources: 1
1: https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.xz
sha512: gYXT4Rq2Da//WGClAWV3v+fddUfvAevIZ7wkdgPYK3T/dMTylJLH0q7lcHb1K+M+KJ9Ma0FKS4cNSzAEkJ9MNA==
Patches: 1
1: https://sourceware.org/bugzilla/attachment.cgi?id=14783&format=raw
No checksum
Preparation:
build_top=$(pwd)
gdb_source="gdb-13.2"
source_dir_gdb=${gdb_source}
%setup source gdb -q -n ${gdb_source}
%setup patch gdb -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "microblaze-rtems6" -o "x86_64-freebsd14.1" == "microblaze-rtems6" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
GDB_LIBS_STATIC="-lexpat"
else
GDB_LIBS_STATIC="-lexpat"
GDB_LIBS="-Xlinker -Bstatic ${LIBS_STATIC} -Xlinker -Bdynamic"
fi
LIBS_STATIC=${GDB_LIBS_STATIC} LIBS=${GDB_LIBS} ../${source_dir_gdb}/configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --target=microblaze-rtems6 --verbose --disable-nls --disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof --without-included-gettext --disable-win32-registry --disable-werror --enable-sim --without-zlib --with-expat --with-guile=no --with-libiconv-prefix=/usr/local --with-python=/usr/local/bin/python3 --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info
gmake -j 8 all V=1
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
gmake DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:30:56 2024
==============================================================================
Report: tools/rtems-gdb-13.2.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-gdb-13.2.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-gdb-13.2.cfg
------------------------------------------------------------------------------
Package: microblaze-rtems6-gdb-13.2-x86_64-freebsd14.1-1
Config: tools/rtems-gdb-13.2.cfg
Summary:
GDB v13.2 for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
http://www.gnu.org/software/gdb/
Version:
13.2
Release:
1
Sources: 1
1: https://ftp.gnu.org/gnu/gdb/gdb-13.2.tar.xz
sha512: gYXT4Rq2Da//WGClAWV3v+fddUfvAevIZ7wkdgPYK3T/dMTylJLH0q7lcHb1K+M+KJ9Ma0FKS4cNSzAEkJ9MNA==
Patches: 1
1: https://sourceware.org/bugzilla/attachment.cgi?id=14783&format=raw
No checksum
Preparation:
build_top=$(pwd)
gdb_source="gdb-13.2"
source_dir_gdb=${gdb_source}
%setup source gdb -q -n ${gdb_source}
%setup patch gdb -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "microblaze-rtems6" -o "x86_64-freebsd14.1" == "microblaze-rtems6" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
GDB_LIBS_STATIC="-lexpat"
else
GDB_LIBS_STATIC="-lexpat"
GDB_LIBS="-Xlinker -Bstatic ${LIBS_STATIC} -Xlinker -Bdynamic"
fi
LIBS_STATIC=${GDB_LIBS_STATIC} LIBS=${GDB_LIBS} ../${source_dir_gdb}/configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --target=microblaze-rtems6 --verbose --disable-nls --disable-gas --disable-binutils --disable-ld --disable-gold --disable-gprof --without-included-gettext --disable-win32-registry --disable-werror --enable-sim --without-zlib --with-expat --with-guile=no --with-libiconv-prefix=/usr/local --with-python=/usr/local/bin/python3 --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info
gmake -j 8 all V=1
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
gmake DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:31:44 2024
==============================================================================
Report: tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-xilinx-binutils-2.36.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
Package: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1
Config: tools/rtems-xilinx-binutils-2.36.cfg
Summary:
Binutils v7af075d for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
http://sources.redhat.com/binutils
Version:
7af075d
Release:
1
Sources: 1
1: --rsb-file=sourceware-mirror-binutils-gdb-7af075d.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/7af075d
No checksum
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source=sourceware-mirror-binutils-gdb-7af075d
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "microblaze-rtems6" -o "x86_64-freebsd14.1" == "microblaze-rtems6" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --target=microblaze-rtems6 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-warn-execstack --disable-warn-rwx-segments
gmake -j 8 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
gmake DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:31:44 2024
==============================================================================
Report: tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-xilinx-binutils-2.36.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-xilinx-binutils-2.36.cfg
------------------------------------------------------------------------------
Package: microblaze-rtems6-binutils-7af075d-x86_64-freebsd14.1-1
Config: tools/rtems-xilinx-binutils-2.36.cfg
Summary:
Binutils v7af075d for target microblaze-rtems6 on host x86_64-freebsd14.1
URL:
http://sources.redhat.com/binutils
Version:
7af075d
Release:
1
Sources: 1
1: --rsb-file=sourceware-mirror-binutils-gdb-7af075d.tar.gz https://codeload.github.com/RTEMS/sourceware-mirror-binutils-gdb/tar.gz/7af075d
No checksum
Patches: 0
Preparation:
build_top=$(pwd)
binutils_source=sourceware-mirror-binutils-gdb-7af075d
source_dir_binutils=${binutils_source}
%setup source binutils -q -n ${binutils_source}
%setup patch binutils -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross-build (Xc) if no target or the host and target match.
# Canadian-cross (Cxc) if build, host and target are all different.
if test -z "microblaze-rtems6" -o "x86_64-freebsd14.1" == "microblaze-rtems6" ; then
build_dir="build-xc"
else
build_dir="build-cxc"
fi
else
build_dir="build"
fi
mkdir -p ${build_dir}
cd ${build_dir}
# Host and build flags, Cross build if host and build are different and
# Cxc build if target is deifned and also different.
# Note, gcc is not ready to be compiled with -std=gnu99 (this needs to be checked).
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
# Cross build
CC=$(echo "x86_64-freebsd14.1-gcc" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "x86_64-freebsd14.1-g++" | sed -e 's,-std=gnu99 ,,')
CPPFLAGS="${SB_HOST_CPPFLAGS}"
CFLAGS="${SB_HOST_CFLAGS}"
CXXFLAGS="${SB_HOST_CXXFLAGS}"
LDFLAGS="${SB_HOST_LDFLAGS}"
LDLIBS="${SB_HOST_LIBS}"
LIBS="${SB_HOST_LIBS}"
# Host
CPPFLAGS_FOR_HOST="${SB_HOST_CPPFLAGS}"
CFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CXXFLAGS}"
LDFLAGS_FOR_HOST="${SB_HOST_LDFLAGS}"
LDLIBS_FOR_HOST="${SB_HOST_LIBS}"
LIBS_FOR_HOST="${SB_HOST_LIBS}"
CXXFLAGS_FOR_HOST="${SB_HOST_CFLAGS}"
CC_FOR_HOST=$(echo "gcc ${SB_HOST_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_HOST=$(echo "g++ ${SB_HOST_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
# Build
CFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CXXFLAGS}"
LDFLAGS_FOR_BUILD="${SB_BUILD_LDFLAGS}"
LDLIBS_FOR_BUILD="${SB_BUILD_LIBS}"
LIBS_FOR_BUILD="${SB_BUILD_LIBS}"
CXXFLAGS_FOR_BUILD="${SB_BUILD_CFLAGS}"
CC_FOR_BUILD=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX_FOR_BUILD=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
else
LDFLAGS="${SB_BUILD_LDFLAGS}"
LDLIBS="${SB_BUILD_LIBS}"
LIBS="${SB_BUILD_LIBS}"
CC=$(echo "/usr/bin/cc ${SB_BUILD_CFLAGS}" | sed -e 's,-std=gnu99 ,,')
CXX=$(echo "/usr/bin/c++ ${SB_BUILD_CXXFLAGS}" | sed -e 's,-std=gnu99 ,,')
CC_FOR_BUILD=${CC}
CXX_FOR_BUILD=${CXX}
fi
export CC CXX CPPFLAGS CFLAGS CXXFLAGS LDFLAGS LIBS LDLIBS
export CC_FOR_HOST CXX_FOR_HOST CPPFLAGS_FOR_HOST CFLAGS_FOR_HOST CXXFLAGS_FOR_HOST LDFLAGS_FOR_HOST LDLIBS_FOR_HOST LIBS_FOR_HOST
export CC_FOR_BUILD CXX_FOR_BUILD CFLAGS_FOR_BUILD CXXFLAGS_FOR_BUILD LDFLAGS_FOR_BUILD LDLIBS_FOR_BUILS LIBS_FOR_BUILS
../${source_dir_binutils}/configure --build=x86_64-freebsd14.1 --host=x86_64-freebsd14.1 --target=microblaze-rtems6 --verbose --disable-nls --disable-gdb --disable-libdecnumber --disable-readline --disable-sim --enable-deterministic-archives --enable-64-bit-bfd --without-included-gettext --disable-win32-registry --disable-werror --prefix=/home/tester/rtems-cron-6/tools/6 --bindir=/home/tester/rtems-cron-6/tools/6/bin --exec-prefix=/home/tester/rtems-cron-6/tools/6 --includedir=/home/tester/rtems-cron-6/tools/6/include --libdir=/home/tester/rtems-cron-6/tools/6/lib --mandir=/home/tester/rtems-cron-6/tools/6/share/man --infodir=/home/tester/rtems-cron-6/tools/6/share/info --disable-warn-execstack --disable-warn-rwx-segments
gmake -j 8 all
cd ${build_top}
Install:
cd ${build_top}
/bin/rm -rf $SB_BUILD_ROOT
cd ${build_dir}
gmake DESTDIR=$SB_BUILD_ROOT install
/bin/rm -rf $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/configure.info*
/bin/rm -f $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
touch $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/info/dir
mkdir -p $SB_BUILD_ROOT/home/tester/rtems-cron-6/tools/6/share/locale
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/lib/libiberty*
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-dlltool; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-dlltool*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-nlmconv; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-nlmconv*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windres; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windres*
fi
if test ! -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/bin/microblaze-rtems6-windmc; then
/bin/rm -f ${SB_BUILD_ROOT}/home/tester/rtems-cron-6/tools/6/share/man/man1/microblaze-rtems6-windmc*
fi
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:34:58 2024
==============================================================================
Report: tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-6.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
Package: rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1
Config: tools/rtems-tools-6.cfg
Summary:
RTEMS Tools 0483fe3a4bc54e7e928d29c5658a42de4e80ed15 for host x86_64-freebsd14.1
URL:
http://www.rtems.org/
Version:
0483fe3a4bc54e7e928d29c5658a42de4e80ed15
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/0483fe3a4bc54e7e928d29c5658a42de4e80ed15/rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15.tar.bz2
sha512: 1Hfr7lDJbolSJFbSgBNIwPZfK+rncCNpQJAgIjEtq1hGmF62FJjUr9+k1vymQyeHaoT7bqF4ExQ9JHyzL+owqw==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
RT_HOST="--host=x86_64-freebsd14.1"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/tester/rtems-cron-6/tools/6
./waf
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
==============================================================================
RTEMS Tools Project <users at rtems.org> Tue Aug 6 07:34:58 2024
==============================================================================
Report: tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
RTEMS Source Builder Repository Status
Remotes:
[ remotes removed, contact sender for details ]
Status:
Clean
Head:
Commit: 892e966e4331f977cca8c83fc3bc22c8fa9d2754
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (1) tools/rtems-tools-6.cfg
=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-=-
Build Set: (2) tools/rtems-tools-6.cfg
------------------------------------------------------------------------------
Package: rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15-1
Config: tools/rtems-tools-6.cfg
Summary:
RTEMS Tools 0483fe3a4bc54e7e928d29c5658a42de4e80ed15 for host x86_64-freebsd14.1
URL:
http://www.rtems.org/
Version:
0483fe3a4bc54e7e928d29c5658a42de4e80ed15
Release:
1
Sources: 1
1: https://gitlab.rtems.org/rtems/tools/rtems-tools/-/archive/0483fe3a4bc54e7e928d29c5658a42de4e80ed15/rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15.tar.bz2
sha512: 1Hfr7lDJbolSJFbSgBNIwPZfK+rncCNpQJAgIjEtq1hGmF62FJjUr9+k1vymQyeHaoT7bqF4ExQ9JHyzL+owqw==
Patches: 0
Preparation:
build_top=$(pwd)
rtems_tools_source=rtems-tools-0483fe3a4bc54e7e928d29c5658a42de4e80ed15
source_dir_rtems_tools=${rtems_tools_source}
%setup source rtems-tools -q -n ${rtems_tools_source}
%setup patch rtems-tools -p1
cd ${build_top}
Build:
build_top=$(pwd)
if test "x86_64-freebsd14.1" != "x86_64-freebsd14.1" ; then
RT_HOST="--host=x86_64-freebsd14.1"
else
RT_HOST=
fi
cd ${source_dir_rtems_tools}
./waf distclean configure ${RT_HOST} --prefix=/home/tester/rtems-cron-6/tools/6
./waf
cd ${build_top}
Install:
build_top=$(pwd)
/bin/rm -rf $SB_BUILD_ROOT
cd ${source_dir_rtems_tools}
./waf --destdir=$SB_BUILD_ROOT install
cd ${build_top}
More information about the build
mailing list