From 44c95b05dca3335920d331c87944f340a7f5f823 Mon Sep 17 00:00:00 2001 From: paul-naert Date: Fri, 25 May 2018 16:36:16 -0700 Subject: [PATCH] added mention to built-in-parsing.py --- examples/linux-kernel/README.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/examples/linux-kernel/README.md b/examples/linux-kernel/README.md index 9991339..62957f5 100644 --- a/examples/linux-kernel/README.md +++ b/examples/linux-kernel/README.md @@ -168,3 +168,9 @@ Finally, calling the install-kernel script will copy the new kernel into the cla NB: I was not able to boot on any custom kernel via Vagrant. NB: On a dedicated VirtualBox machine, the generated kernel boots properly but it may be buggy. Most notably, I have experienced issues when shutting down and booting the machine a second time. + + +## Using built-in-parsing.py + +Another possibility after building the linux with gclang, it is possible to run [built-in-parsing.py](built-in-parsing.py) in order to write a script that will do the extracting, copying and linking of bitcode. +This script automates the writing process for other configs than defconfig.