On Mon, Jul 16, 2018 at 12:02:17PM +0200, Ulf Hermann wrote: > strip does not produce debug files for riscv binaries. If this is a bug > it needs to be fixed in strip, but for now, we disable the tests.
The issue is that hello_riscv64.ko doesn't contain any debug sections. So strip doesn't produce a separate debug file. Andreas, could you provide an updated hello_riscv64.ko that is compiled with -g and does contain debuginfo? Thanks, Mark