Is there any framebuffer testcases?

Chris Johns chrisj at rtems.org
Wed Apr 13 23:14:57 UTC 2016


On 14/04/2016 06:55, Joel Sherrill wrote:
> Attached is a patch to newlib to add the symbols I think are needed.
>
> Please let me know if this helps.
>

I have rebuilt the tools with the patch (log output below) and it made 
no difference.

Chris

+ /bin/cat 
/opt/work/chris/rtems/rsb/rtems-source-builder.master/rtems/patches/0001-libc-sys-rtems-crt0.c-Add-symbols-required-to-link-a.patch
+ /usr/bin/patch -E -p1
Hmm...  Looks like a unified diff to me...
The text leading up to this was:
--------------------------
|From 379b909ff70b0ea48e4ed48b33022091d1dbbc45 Mon Sep 17 00:00:00 2001
|From: Joel Sherrill <joel at rtems.org>
|Date: Wed, 13 Apr 2016 15:50:25 -0500
|Subject: [PATCH] libc/sys/rtems/crt0.c: Add symbols required to link 
autoconf
| probes
|
|The dummy crt0.c provided by the RTEMS target provides stubs of
|symbols which would normally be provided by RTEMS. This patch adds
|posix_memalign(), _Mutex_recursive_Acquire(), 
_Mutex_recursive_Acquire_timed(),
|_Mutex_recursive_Try_acquire(), and _Mutex_recursive_Release().
|---
| newlib/libc/sys/rtems/crt0.c | 7 +++++++
| 1 file changed, 7 insertions(+)
|
|diff --git a/newlib/libc/sys/rtems/crt0.c b/newlib/libc/sys/rtems/crt0.c
|index a6f48f2..d8eeebf 100644
|--- a/newlib/libc/sys/rtems/crt0.c
|+++ b/newlib/libc/sys/rtems/crt0.c
--------------------------
Patching file newlib/libc/sys/rtems/crt0.c using Plan A...
Hunk #1 succeeded at 27.
Hmm...  Ignoring the trailing garbage.
done



More information about the users mailing list