From b74ac99bbb44ac09d782e676f3a374c132439df5 Mon Sep 17 00:00:00 2001 From: Lionel Sambuc Date: Wed, 30 Nov 2016 08:59:17 +0100 Subject: [PATCH] Create README.md --- README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 000000000..76b0c56f6 --- /dev/null +++ b/README.md @@ -0,0 +1,17 @@ +# Build MINIX/arm with clang + +It is now possible to build a full minix distribution for BeaglBone White/Black and BeagleBoardxM using clang instead of GCC. + +This also add support to run the Kuya tests on ARM, which was not possible when GCC was used, because of problems in the C++ exception handling. + +## Known Bugs + +The following tests still fails: + 1. 53: Division by zero does not trigger exceptions + 2. 75: ru.tv_secs can't be zero (and is zero) + 3. 85: hangs + 4. isofs: Fails because of an out of memory condition + 5. vnd: crash + 6. Running two times the kyua tests in a row, without rebooting in between will lead to a mostly failed second run because of copy-on-write errors. + +