diffkemp icon indicating copy to clipboard operation
diffkemp copied to clipboard

Easier up debugging of `build-kernel` command

Open PLukas2018 opened this issue 7 months ago • 0 comments

Sometimes there are problems when building kernels to snapshots:

  • hanging and waiting for input (as described in #313)
  • source not found error message caused by an inability to compile a source file to LLVM IR because of kernel config enabled by default (encountered in a recently done experiment),
  • ...

It would be handy if the build-kernel command, when run with the -d option provided more information about its current actions. This should include:

  • detailed status updates on the build process,
  • outputs of run subcommand.

This should make it easier to identify where problems occur and allow us to fix them faster.

PLukas2018 avatar Jul 23 '24 08:07 PLukas2018