User:Newbyte/Mainlining Notes
Appearance
Troubleshooting
Can't find default configuration "arch/arm/configs/msm8916_defconfig"
If you get this error when working with envkernel.sh, it likely means that you have the wrong architecture or device selected in pmbootstrap. Do pmbootstrap init
again and make sure you have the right device selected.
mkdir: can't create directory '.tmp_XXXXX': Permission denied
I'm not sure why this happens, but generally you can fix it by running rm -rf .output/
in your Linux kernel tree. You will probably need to use sudo. Also, make sure to deactivate
and re-source envkernel.sh after doing this.