|
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] Re: [Minios-devel] [UNIKRAFT/GCC PATCH v2 5/5] Adding extra information
Hi Charalampos, this patch looks good.
Thanks,
-- Felipe
Reviewed-by: Felipe Huici <felipe.huici@xxxxxxxxx>
On 26.09.19, 17:19, "Charalampos Mainas" <Charalampos.Mainas@xxxxxxxxx> wrote:
Add external library depedencies and known bug notice.
Signed-off-by: Charalampos Mainas <Charalampos.Mainas@xxxxxxxxx>
---
README.md | 15 +++++++++++++++
1 file changed, 15 insertions(+)
diff --git a/README.md b/README.md
index 5ce6677..2ebff8a 100644
--- a/README.md
+++ b/README.md
@@ -3,5 +3,20 @@ gcc for Unikraft
This is the port of gcc for Unikraft as external library.
+For the time being only libbacktrace and libffi libraries are ported
because they are
+needed for the libgo port. You will need newlib for both libraries.
+
+For libffi you will need pthread\_embedded external library too.
+
+Also for libbacktrace you will need the below external libraries:
++ compiler-rt
++ libunwind
++ libcxx
++ libcxxabi
+
+Moreover because of a bug in libunwind: `unw_getcontext` leads to page
fault,
+`backtrace_full` function will also lead to page fault, as it uses
`_Unwind_Backtrace`
+which calls `unw_getcontext`.
+
Please refer to the `README.md` as well as the documentation in the `doc/`
subdirectory of the main unikraft repository.
--
2.17.1
_______________________________________________
Minios-devel mailing list
Minios-devel@xxxxxxxxxxxxxxxxxxxx
https://lists.xenproject.org/mailman/listinfo/minios-devel
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |