lay Posted August 13 Share Posted August 13 The path '${kernelw_ork-dir}' actually exists, but why does it appear 'Cannon stat: No such file or directory' during compilation??? What are the configurations? For the convenience of personal development, I forced the use of my kernel source code git address. Please support me, thank you!!! 0 Quote Link to comment Share on other sites More sharing options...
Werner Posted August 13 Share Posted August 13 Nobody knows what are even trying to accomplish. 0 Quote Link to comment Share on other sites More sharing options...
Igor Posted August 13 Share Posted August 13 I think he want to pass URL to his kernel GIT source. Which I also don't know from head but was asked before here. I think something like: ./compile.sh kernel KERNELSOURCE=git KERNELBRANCH=main 0 Quote Link to comment Share on other sites More sharing options...
lay Posted August 14 Author Share Posted August 14 It's like this, For the sake of convenience and speed, I forced the following parameters to adapt to my entire kernel: declare -g KERNELSOURCE= eclare -g KERNELBRANCH= declare -g KERNELPATCHDIR="john" However, the compilation encountered an error at the position shown in the figure above: cd "${kernel_work_dir}" || exit 2 //immediate exit2. Also, I found that after pulling down my kernel code, git branch -a * (HEAD detached at 262f4fa9118f) kernel-rockchip64-6.6 linux-4.19.y linux-4.4.y linux-4.9.y linux-5.10.y linux-5.15.y linux-5.4.y linux-6.1.y linux-6.10.y linux-6.6.y linux-6.9.y + master There is no automatic branch creation locally, separating the head. What should I do to solve this error??? 0 Quote Link to comment Share on other sites More sharing options...
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.