there is a config.h included in all C source files in the cpukit, but not
included in bsps, why?
how can I figure out if this file is needed? Can we remove this file in
some source files?
___
devel mailing list
devel@rtems.org
http://lists.rtems.org/mailm
Done.
If there is anything else that needs merging, just ping me.
On Mon, Apr 11, 2016 at 6:02 PM, Hesham Almatary
wrote:
> That's Ok, so please merge your patch and discard this one.
>
> On Mon, Apr 11, 2016 at 10:40 AM Joel Sherrill wrote:
>
>>
>> On Apr 10, 2016 7:11 PM, "Hesham Almatary"
From: Du Huanpeng
---
cpukit/libcsupport/src/putk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/libcsupport/src/putk.c b/cpukit/libcsupport/src/putk.c
index 2532a64..3953f62 100644
--- a/cpukit/libcsupport/src/putk.c
+++ b/cpukit/libcsupport/src/putk.c
@@ -1,7 +1,7
Please remove signed-off-by and fix typo in commit message, "trailing"
On Wed, Apr 13, 2016 at 11:43 AM, wrote:
> From: Du Huanpeng
>
> Signed-off-by: Du Huanpeng
> ---
> cpukit/libcsupport/src/putk.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/cpukit/libcsupport/
From: Du Huanpeng
Signed-off-by: Du Huanpeng
---
cpukit/libcsupport/src/putk.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/cpukit/libcsupport/src/putk.c b/cpukit/libcsupport/src/putk.c
index 2532a64..3953f62 100644
--- a/cpukit/libcsupport/src/putk.c
+++ b/cpukit/libcsup
This change solves a glibc/BSD compatibility problem.
glibc and BSD use double underscore types for internal types. The Linux
port of Newlib uses some glibc provided internal type definitions which
are not protected by guard defines, e.g. __off_t. To avoid a conflict
Newlib uses single underscor
Copy definitions of off_t, dev_t, uid_t, and gid_t verbatim from latest
FreeBSD .
Signed-off-by: Sebastian Huber
---
newlib/libc/include/sys/types.h | 20
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys
I recently tried rebuilding the realview_pbx_qemu_smp BSP with the
latest toolchain. However, it seems like the build is broken.
The compilation breaks when trying to build the sample Hello program.
The relevant part of the error given by make is:
Making all in hello
make[6]: Entering direct
This change solves a glibc/BSD compatibility problem.
glibc and BSD use double underscore types for internal types. The Linux
port of Newlib uses some glibc provided internal type definitions which
are not protected by guard defines, e.g. __off_t. To avoid a conflict
Newlib uses single underscor
Copy definitions of off_t, dev_t, uid_t, and gid_t verbatim from latest
FreeBSD .
Signed-off-by: Sebastian Huber
---
newlib/libc/include/sys/types.h | 20
1 file changed, 16 insertions(+), 4 deletions(-)
diff --git a/newlib/libc/include/sys/types.h b/newlib/libc/include/sys
10 matches
Mail list logo