Lelouny

Results 6 comments of Lelouny

老铁你理解了吗?

@pikaball i followed your solution and it works,thanks!but i encountered a new issue now when i run `python process_output.py --linux-path /path/to/linux --usage`: ```txt Traceback (most recent call last): File "process_output.py",...

> > [@pikaball](https://github.com/pikaball) i followed your solution and it works,thanks!but i encountered a new issue now when i run `python process_output.py --linux-path /path/to/linux --usage`: > > Traceback (most recent call...

@YangChenyuan Thanks for your reply!I have already run preceding steps in `README`, including: + patched the kernel with the patch given by you and make kernel sucessfully with `allyesconfig` +...

i also encountered the same issue,i generated the `compile_commands.json` by using `bear make`. my kernel version is Linux 6.7 (d2f51b) ,clang version is 14, firstly i tried compiled it with...

i followed this [solution](https://github.com/ise-uiuc/KernelGPT/issues/9#issuecomment-2681497217) and now i got a new error when i run `python process_output.py --linux-path /path/to/linux --usage`: ```txt Traceback (most recent call last): File "process_output.py", line 227, in...