Nathan Chancellor
Nathan Chancellor
Did you add any patches on top of it? That is what I am trying to see because that kernel by itself does not support building with clang. The make...
> while doing the above , i encountered error saying that Android GCC has been deprecated and Clang must be used. You could technically modify that manifest to point GCC...
How are you compiling it? Maybe you are missing this or something? https://git.kernel.org/linus/ce279d374ff315264efcbcef75cc21b9fef8b36f
What does `uname -m` output?
Also, those binaries should be executable, removing that bit is probably just causing the system `adb` and `fastboot` to be used (as I believe Chromebooks ship with copies of those...
Please show your installation commands and show the results of `type adb`.
@Dark-Matter7232 have you tried rebooting? What Chromebook do you have and what version is it on? Keep in mind that this is a massive hack that they may have patched;...
The commands themselves are architecture agnostic. The main issue is that there are not current versions of fastboot and adb for anything other than an x86_64 host. In theory, you...
Dropping the page cache can be done with the `--prepare` command: https://github.com/sharkdp/hyperfine#warmup-runs-and-preparation-commands Pinning the scaling freq appears more difficult; for example, on a server with an AMD EPYC 7401P, I...
For what it's worth, this messes with the ability to view larger commit messages in `forgit::log`, which means I cannot use this much for my Linux kernel work :/ is...