I am confused about what the config file(in tools/llvmlinux/targets/x86_64, ) should look like, or how to generate the right config file, if I want to try to razzer another kernel version?
Now I have tried the following steps:
- modify kernel base on static-analysis.md, and diff between origin and your kernels_repo.
- modifiy
script/envsetup.sh(add to script/kernel_version.lst)
- try some existing config files in
tools/llvmlinux/targets/x86_64/configs/ to build linux(static analysis, so is llvmlinux). But all failed.
So, I want to know how to generate the right config file? Thanks.
I am confused about what the config file(in
tools/llvmlinux/targets/x86_64, ) should look like, or how to generate the right config file, if I want to try to razzer another kernel version?Now I have tried the following steps:
script/envsetup.sh(add toscript/kernel_version.lst)tools/llvmlinux/targets/x86_64/configs/to build linux(static analysis, so is llvmlinux). But all failed.So, I want to know how to generate the right config file? Thanks.