Jesper Jensen

Results 46 comments of Jesper Jensen

So can abootimg do what i need or should i install the whole SDK from the AUR? I'm real bad at android development, but reading the documentation it looks like...

Now the kernel is failing to compile because python doesn't like commas in prints without parens (probably a python 2-3 thing) I think i'm just going to bed. I think...

Well, that solved that, but im having a very hard time actually getting it to cross compile from my x86_64 arch install (tried export ARCH=arm, and SUBARCH=arm, make flo_defconfig) but...

It worked! I've split (extracted) boot.img (i downloaded the original one from google for the razor) and compiled the new kernel. I'm guessing minimal.initramfs is just created from the system-initramfs...

Nope, can't get it to work. I've tried booting it in every possible way, even leaving it for 3 hours to see if it just took a while. Is there...

I end up getting this error now: ``` LD arch/arm/mach-msm/built-in.o arch/arm/mach-msm/wcnss-ssr-8960.o: In function `do_ramdump': /home/delusional/nexusCrap/kernel/kernel_msm/arch/arm/mach-msm/ramdump.c:264: multiple definition of `do_ramdump' arch/arm/mach-msm/ramdump.o:/home/delusional/nexusCrap/kernel/kernel_msm/arch/arm/mach-msm/ramdump.c:264: first defined here arch/arm/mach-msm/wcnss-ssr-8960.o: In function `IS_ERR_OR_NULL': /home/delusional/nexusCrap/kernel/kernel_msm/include/linux/err.h:39: multiple definition...

Tried that as well, didn't work. I'll walk you through my entire compile flow this time: 1. Clone the kernel_msm git repo (I tried a completely new clone) 2. run...

I'm removing the wrapper since it doesn't work on my system. It's probably made for python2, i run python3. For the envars i do: `export ARCH=arm`, `export SUBARCH=arm` and `export...

I just changed `CC=$(srctree)/scripts/gcc-wrapper.py $(REAL_CC)` to `CC=$(REAL_CC)`. I tried prefixing it with python2 (to force it). It made my build way slower, so i know it worked. Same error.

I gave that a shot as well, just for completeness sake. Sadly it gave the exact same error. I can't find a single person talking about it on google. Nope,...