[PATCH 0/1] GCC errors when building C++ Applications with libbsd

2022-09-26 Thread kho237115
From: "Markus B. Moessner" Dear all, I am using the latest RTEMS 6 tools and sources. When building a C++ application including libbsd I receive an error from GCC. GCC complains about the macro BITSET_DEFINE within freebsd/sys/sys/_domainset.h. I think this relates to a patch "sys/bitset.h:

[PATCH 1/1] Use built-in macro definition

2022-09-26 Thread kho237115
From: kaidoho --- freebsd/sys/sys/_domainset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/sys/sys/_domainset.h b/freebsd/sys/sys/_domainset.h index 5685d532..443c68fd 100644 --- a/freebsd/sys/sys/_domainset.h +++ b/freebsd/sys/sys/_domainset.h @@ -43,7 +43,7 @@

[PATCH 2/2] Fix C++ visibilty of getrusage

2022-09-25 Thread kho237115
From: kaidoho --- rtemsbsd/include/rtems/bsd/sys/resource.h | 4 1 file changed, 4 insertions(+) diff --git a/rtemsbsd/include/rtems/bsd/sys/resource.h b/rtemsbsd/include/rtems/bsd/sys/resource.h index dc26c67c..107253d8 100644 --- a/rtemsbsd/include/rtems/bsd/sys/resource.h +++

[PATCH 1/2] Use built-in macro definition

2022-09-25 Thread kho237115
From: kaidoho --- freebsd/sys/sys/_domainset.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/freebsd/sys/sys/_domainset.h b/freebsd/sys/sys/_domainset.h index 5685d532..443c68fd 100644 --- a/freebsd/sys/sys/_domainset.h +++ b/freebsd/sys/sys/_domainset.h @@ -43,7 +43,7 @@

[PATCH 0/2] GCC errors when building C++ Applications with libbsd

2022-09-25 Thread kho237115
From: kaidoho Dear all, I am using the latest RTEMS 6 tools and sources. When building a C++ application including libbsd I receive two errors from GCC. The first one complains about the macro BITSET_DEFINE within freebsd/sys/sys/_domainset.h. I think this relates to a patch "sys/bitset.h:

[PATCH] Fix wrong function signatures

2018-12-05 Thread kho237115
From: kaidoho --- linkers/rtems-score-object.ini | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/linkers/rtems-score-object.ini b/linkers/rtems-score-object.ini index b4a977f..1e98a71 100644 --- a/linkers/rtems-score-object.ini +++ b/linkers/rtems-score-object.ini @@