• After 15+ years, we've made a big change: Android Forums is now Early Bird Club. Learn more here.

Root [Q] AnyKernel.zip help (Kernel building)

gothicnerd1033

Android Enthusiast
Okay, So I am trying to package my kernel into a zip, And its giving me issues.

I am using Linux Mint 14 x64 inside VirtualBox with the AnyKernel.zip file. I have the appropriate zimage already made, But when I try to add files to the anykernel.zip file, It gives me an error saying "an error occurred while adding files to the archive." I can only add files to the root of the .zip, and cannot add files to the folders within the .zip.

I have tried opening the "working" folder I am in, under root, And it doesnt seem to help. I havent tried to open the zip in archive manager under root, Because I cant figure out how to. Is that my problem?

I also cannot add the modules to the appropriate folder. It throws the same error.

I have tried a few different anykernel.zip files located on a few different pages throughout google results, with the same problem.

Anyone that knows linux better than me, and/or kernel building, Have any ideas?
 
I use Ubuntu and the name of the archive manager I use is "file-roller". It is the default archive manager of Gnome. I don't know if Linux Mint includes it. You can simply use 7zip in Windows as well. Just open the zip file and drop the files in the directories you want. Have a look at the zip file I have in the thread. That is tested/working any-kernel-updater package and you can use it as a template if you want. Don't empty the folders before copying your files. Copy your files first and delete the unwanted files after that. Good luck!
 
Thanks for the help. I may try moving everything to windows and try it that way. I cant believe I didnt think of that. lol. If that fails, I will look at the thread you suggested.

BTW, mint does use file-roller as well. Mint is almost exactly the same as ubuntu, but with a proper desktop and doesnt have all that unity crap in it.
 
Try to find the file-roller version 3.4.1 then. The later versions didn't work and I have frozen that version so that it is not updated anymore. Download link to the 64-bit package I use is below if you can't find it for Linux Mint
file-roller_3.4.1-0ubuntu1_amd64.deb
 
Well, moving the files to windows an using WinRAR seemed to of worked. Im testing the flash now on my phone to see if it works.

Gotta go back to a sense ROM for now. :p

I also want to definitely get this to work in linux, So Ill have to try to install an older file_roller. That link you gave me should work on mint also.
 
Well that didnt work. LOL. flashed the zip... and my phone would automatically boot into 4ext after the htc spash screen... but it was wonky. You couldnt click on anything basically. Had to flash a boot.img through fastboot.

GAH now I know why I never take on these kind of tasks. LOL
 
Well that didnt work. LOL. flashed the zip... and my phone would automatically boot into 4ext after the htc spash screen... but it was wonky. You couldnt click on anything basically. Had to flash a boot.img through fastboot.

GAH now I know why I never take on these kind of tasks. LOL

Failure and Succeeding tend to come hand and hand with kernel building lol Just keep plugging away at it. Also try the HTCdevKernel Builder ,it's very nice.
 
Well that didnt work. LOL. flashed the zip... and my phone would automatically boot into 4ext after the htc spash screen... but it was wonky. You couldnt click on anything basically. Had to flash a boot.img through fastboot.

GAH now I know why I never take on these kind of tasks. LOL

Come on! You just started. Giving up so soon?

I would recommend you to download the original 2.95 source from HTC and start from there. Flash the stock kernel and get /proc/config.gz. Unzip that file to the root of your kernel source as .config. And compile without touching anything else. That kernel must boot. If it is not booting, the problem is with the method of flashing. Resolve the flashing method if necessary. After you are successful booting with that very first kernel, start modifying your kernel. I would recommend you to start with editing .config to remove/add features before touching the source code. The rest is up to you as the developer.

Edit: here is the stock/original config.gz as a head start for you.
http://www.mediafire.com/download.php?cexf81t3erccy2k
 
It was in the zip that was causing issues flashing. I ended up using a different anykernel.zip file and it flashed properly. I am not giving up, Its just giving me issues along the way :p I downloaded the kernel source from htcdev.com. thanks for all the help!

I am having one issue when compiling though. If i end up enabling something that the source kernel doesnt have, Itl throw an error and wont compile. it says something is dependent on something.o.... then I have issues trying to figure out what it was I enabled. LOL. i ended up starting from scratch like 5 times already. T_T

Sent from my Evo V using Tapatalk 2
 
It was in the zip that was causing issues flashing. I ended up using a different anykernel.zip file and it flashed properly. I am not giving up, Its just giving me issues along the way :p I downloaded the kernel source from htcdev.com. thanks for all the help!

I am having one issue when compiling though. If i end up enabling something that the source kernel doesnt have, Itl throw an error and wont compile. it says something is dependent on something.o.... then I have issues trying to figure out what it was I enabled. LOL. i ended up starting from scratch like 5 times already. T_T

Sent from my Evo V using Tapatalk 2

Resolving dependencies in a million+ line code base is a black art. You will figure out with time and experience.
 
Ive been using some other package that actually makes a menu style config in terminal. it has LOADS of options, Including 3D support. It works wonders. Ill have to find the link again.
 
Okay, I tried to enable minimal stuff in this kernel and compile.. Just to see what is causing problems... This is what I get...

This includes both the terminal log and the .config file. take a look at the terminal log first.

Any ideas?
 

Attachments

Okay, I tried to enable minimal stuff in this kernel and compile.. Just to see what is causing problems... This is what I get...

This includes both the terminal log and the .config file. take a look at the terminal log first.

Any ideas?

Here is the problem in the terminal log
[HIGH]drivers/mfd/pmic8058.c:819: error: rtc_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:819: error: rtc_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:733: error: othc0_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:733: error: othc0_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:742: error: othc1_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:742: error: othc1_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:753: error: othc2_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:753: error: othc2_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:675: error: misc_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:675: error: misc_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:702: error: thermal_alarm_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:702: error: thermal_alarm_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:762: error: batt_alarm_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:762: error: batt_alarm_cell_resources causes a section type conflict
drivers/mfd/pmic8058.c:644: error: pm8058_charger_resources causes a section type conflict
drivers/mfd/pmic8058.c:644: error: pm8058_charger_resources causes a section type conflict
make[2]: *** [drivers/mfd/pmic8058.o] Error 1
make[1]: *** [drivers/mfd] Error 2
make[1]: *** Waiting for unfinished jobs....
[/HIGH]

Since you are not using the original HTC source, I am not sure but looks like you are using an incompatible compiler.

Your build command looks like following
[HIGH]make -j4 ARCH=arm
[/HIGH]

You cannot compile with the default compiler of your Linux distribution. I use Linaro toolchain, 2012.03 build. You can get it here https://launchpad.net/linaro-toolchain-binaries/+milestone/2012.03

You can modify the following build command according to your configuration
[HIGH]
make ARCH=arm CROSS_COMPILE=~/android/android-toolchain-eabi_46/bin/arm-linux-gnueabi- modules -j6
[/HIGH]
 
Yeah I noticed this as well; using the toolchain 4.2.7 I got a bunch of errors. Upgraded to linaro 4.7.3 and all is well. 4.7.3 compiles way faster for me in VM too; ~5min to compile a kernel.
 
Hmm. I downloaded the file you suggested, And ran the code you gave me, editing the path of course, And now I am getting a new error seems like it has to do with the wireless drivers this time... UGHH. lmao. :banghead:

I dont get why I am having so many issues compiling a simple kernel. T_T

rj-Mint14-VirtualBox linux # make ARCH=arm CROSS_COMPILE=/home/rj/Android-Kernel/toolchain/bin/arm-linux-gnueabi- modules -j6
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
CC scripts/mod/empty.o
CC kernel/bounds.s
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/sumversion.o
HOSTCC scripts/mod/modpost.o
GEN include/generated/bounds.h
CC arch/arm/kernel/asm-offsets.s
GEN include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
HOSTLD scripts/mod/modpost
CC [M] arch/arm/mach-msm/msm-buspm-dev.o
CC [M] drivers/net/kineto_gan.o
CC [M] drivers/net/wimax/SQN/sdio.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_linux.o
CC [M] drivers/net/wireless/bcm4329_248/linux_osl.o
CC [M] drivers/net/wireless/bcm4329_248/bcmutils.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_common.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_custom_gpio.o
CC [M] drivers/net/wireless/bcm4329_248/wl_iw.o
CC [M] drivers/net/wireless/bcm4329_248/siutils.o
CC [M] drivers/net/wimax/SQN/sdio-driver.o
CC [M] drivers/net/wireless/bcm4329_248/sbutils.o
CC [M] drivers/net/wireless/bcm4329_248/aiutils.o
CC [M] drivers/net/wimax/SQN/sdio-fw.o
CC [M] drivers/net/wireless/bcm4329_248/hndpmu.o
CC [M] drivers/net/wireless/bcm4329_248/bcmwifi.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_sdio.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_linux_sched.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_cdc.o
CC [M] drivers/net/wimax/SQN/sdio-pm.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh_sdmmc.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh.o
drivers/net/wireless/bcm4329_248/wl_iw.c: In function ‘wl_iw_set_pmksa’:
drivers/net/wireless/bcm4329_248/wl_iw.c:6205:5: error: array subscript is above array bounds [-Werror=array-bounds]
drivers/net/wireless/bcm4329_248/wl_iw.c:6208:5: error: array subscript is above array bounds [-Werror=array-bounds]
cc1: all warnings being treated as errors
make[4]: *** [drivers/net/wireless/bcm4329_248/wl_iw.o] Error 1
make[4]: *** Waiting for unfinished jobs....
CC [M] drivers/net/wimax/SQN/thp.o
CC [M] drivers/net/wimax/SQN/sdio_netlink.o
CC [M] drivers/net/wimax/SQN/msg.o
CC [M] drivers/net/wimax/SQN/debugfs.o
CC [M] drivers/spi/spidev.o
LD [M] drivers/net/wimax/SQN/sequans_sdio.o
make[3]: *** [drivers/net/wireless/bcm4329_248] Error 2
make[2]: *** [drivers/net/wireless] Error 2
make[1]: *** [drivers/net] Error 2
make: *** [drivers] Error 2
rj-Mint14-VirtualBox linux #


I am going to start from scratch again, Seeing if it helps. Maybe its having an issue with the old previously tried build files.

Edit: Didnt seem to help. Its still throwing the wireless driver error.

Edit2: You mentioned I wasnt using the original source code.. But the source from HTCdev.com is the only kernel source I can find. Could you give me a link maybe?

Edit3: I am getting the same error with an untouched nonedited defconfig file.. T_T

Edit4: If I dont change anything in the defconfig file, I can use make ARCH=arm -j4 to compile a successful zimage. As soon as I change certain things, it throws errors. how is the default linux compiler differ from the linaro version you gave me?
 
Hmm. I downloaded the file you suggested, And ran the code you gave me, editing the path of course, And now I am getting a new error seems like it has to do with the wireless drivers this time... UGHH. lmao. :banghead:
I dont get why I am having so many issues compiling a simple kernel. T_T

New errors mean there is progress. Don't bang your head, you will need it ;)

I checked the error, that is infamous broadcom error. Everybody fixes it before using gcc 4.6. There are two fixes. First is easy, just tell the compiler to ignore it as follows.
https://github.com/mrg666/android_kernel_shooter/commit/252d5c668c5d0e9b76a86766fcaff4bd456501dc
The second is fixing the code so that compiler don't complain about it.
https://github.com/mrg666/android_kernel_shooter/commit/8dfc0140bbba5f3743eb4371e332ef0c75004355


I am going to start from scratch again, Seeing if it helps. Maybe its having an issue with the old previously tried build files.

Edit: Didnt seem to help. Its still throwing the wireless driver error.

Edit2: You mentioned I wasnt using the original source code.. But the source from HTCdev.com is the only kernel source I can find. Could you give me a link maybe?

Edit3: I am getting the same error with an untouched nonedited defconfig file.. T_T

Edit4: If I dont change anything in the defconfig file, I can use make ARCH=arm -j4 to compile a successful zimage. As soon as I change certain things, it throws errors. how is the default linux compiler differ from the linaro version you gave me?

Based on your previous comments, I thought you have started from a different kernel. The file you have downloaded from HTCdev should be it.
 
WTFFF. Now that I solved that problem.. It gets a little past the wifi drivers.. Then just stops.. WTF am I doing wrong now. LOL


rj-Mint14-VirtualBox linux # make -j4 ARCH=arm CROSS_COMPILE=/home/rj/Android-Kernel/toolchain/bin/arm-eabi- modules
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/linux/version.h
UPD include/linux/version.h
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
HOSTCC scripts/kallsyms
HOSTCC scripts/bin2c
CC scripts/mod/empty.o
Generating include/generated/mach-types.h
HOSTCC scripts/mod/mk_elfconfig
CC kernel/bounds.s
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
GEN include/generated/bounds.h
CC arch/arm/kernel/asm-offsets.s
HOSTCC scripts/mod/sumversion.o
GEN include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
HOSTLD scripts/mod/modpost
CC [M] arch/arm/mach-msm/msm-buspm-dev.o
CC [M] drivers/net/kineto_gan.o
CC [M] drivers/spi/spidev.o
CC [M] drivers/net/wimax/SQN/sdio.o
CC [M] drivers/net/wimax/SQN/sdio-driver.o
CC [M] drivers/net/wimax/SQN/sdio-fw.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_linux.o
CC [M] drivers/net/wimax/SQN/sdio-pm.o
CC [M] drivers/net/wimax/SQN/thp.o
CC [M] drivers/net/wimax/SQN/sdio_netlink.o
CC [M] drivers/net/wimax/SQN/msg.o
CC [M] drivers/net/wimax/SQN/debugfs.o
CC [M] drivers/net/wireless/bcm4329_248/linux_osl.o
CC [M] drivers/net/wireless/bcm4329_248/bcmutils.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_common.o
LD [M] drivers/net/wimax/SQN/sequans_sdio.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_custom_gpio.o
CC [M] drivers/net/wireless/bcm4329_248/wl_iw.o
CC [M] drivers/net/wireless/bcm4329_248/siutils.o
CC [M] drivers/net/wireless/bcm4329_248/sbutils.o
CC [M] drivers/net/wireless/bcm4329_248/aiutils.o
CC [M] drivers/net/wireless/bcm4329_248/hndpmu.o
CC [M] drivers/net/wireless/bcm4329_248/bcmwifi.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_sdio.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_linux_sched.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_cdc.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh_sdmmc.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh_linux.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh_sdmmc_linux.o
LD [M] drivers/net/wireless/bcm4329_248/bcm4329.o
Building modules, stage 2.
MODPOST 5 modules
CC arch/arm/mach-msm/msm-buspm-dev.mod.o
CC drivers/net/kineto_gan.mod.o
CC drivers/net/wimax/SQN/sequans_sdio.mod.o
CC drivers/net/wireless/bcm4329_248/bcm4329.mod.o
CC drivers/spi/spidev.mod.o
LD [M] drivers/net/kineto_gan.ko
LD [M] drivers/net/wimax/SQN/sequans_sdio.ko
LD [M] drivers/net/wireless/bcm4329_248/bcm4329.ko
LD [M] arch/arm/mach-msm/msm-buspm-dev.ko
LD [M] drivers/spi/spidev.ko
rj-Mint14-VirtualBox linux #

BTW, I ended up downloading linaro 4.8, So the paths are a little different than yours in the command, But they are correct.
 
WTFFF. Now that I solved that problem.. It gets a little past the wifi drivers.. Then just stops.. WTF am I doing wrong now. LOL


rj-Mint14-VirtualBox linux # make -j4 ARCH=arm CROSS_COMPILE=/home/rj/Android-Kernel/toolchain/bin/arm-eabi- modules
scripts/kconfig/conf --silentoldconfig Kconfig
CHK include/linux/version.h
UPD include/linux/version.h
CHK include/generated/utsrelease.h
UPD include/generated/utsrelease.h
HOSTCC scripts/kallsyms
HOSTCC scripts/bin2c
CC scripts/mod/empty.o
Generating include/generated/mach-types.h
HOSTCC scripts/mod/mk_elfconfig
CC kernel/bounds.s
MKELF scripts/mod/elfconfig.h
HOSTCC scripts/mod/file2alias.o
HOSTCC scripts/mod/modpost.o
GEN include/generated/bounds.h
CC arch/arm/kernel/asm-offsets.s
HOSTCC scripts/mod/sumversion.o
GEN include/generated/asm-offsets.h
CALL scripts/checksyscalls.sh
HOSTLD scripts/mod/modpost
CC [M] arch/arm/mach-msm/msm-buspm-dev.o
CC [M] drivers/net/kineto_gan.o
CC [M] drivers/spi/spidev.o
CC [M] drivers/net/wimax/SQN/sdio.o
CC [M] drivers/net/wimax/SQN/sdio-driver.o
CC [M] drivers/net/wimax/SQN/sdio-fw.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_linux.o
CC [M] drivers/net/wimax/SQN/sdio-pm.o
CC [M] drivers/net/wimax/SQN/thp.o
CC [M] drivers/net/wimax/SQN/sdio_netlink.o
CC [M] drivers/net/wimax/SQN/msg.o
CC [M] drivers/net/wimax/SQN/debugfs.o
CC [M] drivers/net/wireless/bcm4329_248/linux_osl.o
CC [M] drivers/net/wireless/bcm4329_248/bcmutils.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_common.o
LD [M] drivers/net/wimax/SQN/sequans_sdio.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_custom_gpio.o
CC [M] drivers/net/wireless/bcm4329_248/wl_iw.o
CC [M] drivers/net/wireless/bcm4329_248/siutils.o
CC [M] drivers/net/wireless/bcm4329_248/sbutils.o
CC [M] drivers/net/wireless/bcm4329_248/aiutils.o
CC [M] drivers/net/wireless/bcm4329_248/hndpmu.o
CC [M] drivers/net/wireless/bcm4329_248/bcmwifi.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_sdio.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_linux_sched.o
CC [M] drivers/net/wireless/bcm4329_248/dhd_cdc.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh_sdmmc.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh_linux.o
CC [M] drivers/net/wireless/bcm4329_248/bcmsdh_sdmmc_linux.o
LD [M] drivers/net/wireless/bcm4329_248/bcm4329.o
Building modules, stage 2.
MODPOST 5 modules
CC arch/arm/mach-msm/msm-buspm-dev.mod.o
CC drivers/net/kineto_gan.mod.o
CC drivers/net/wimax/SQN/sequans_sdio.mod.o
CC drivers/net/wireless/bcm4329_248/bcm4329.mod.o
CC drivers/spi/spidev.mod.o
LD [M] drivers/net/kineto_gan.ko
LD [M] drivers/net/wimax/SQN/sequans_sdio.ko
LD [M] drivers/net/wireless/bcm4329_248/bcm4329.ko
LD [M] arch/arm/mach-msm/msm-buspm-dev.ko
LD [M] drivers/spi/spidev.ko
rj-Mint14-VirtualBox linux #

BTW, I ended up downloading linaro 4.8, So the paths are a little different than yours in the command, But they are correct.
There are no error messages, I think this is it. Check zImage in arch/arm/boot and *.ko files shown in your post. If you can't find zImage do "make clean" and rebuild. Post the error message here.

gcc 4.8 is very new and not stable yet. I don't trust it. Everything depends on the kernel and it should be reliable first of all.
 
There are no error messages, I think this is it. Check zImage in arch/arm/boot and *.ko files shown in your post. If you can't find zImage do "make clean" and rebuild. Post the error message here.

gcc 4.8 is very new and not stable yet. I don't trust it. Everything depends on the kernel and it should be reliable first of all.


Weird. I get no error messages. After make clean and reissued the compile code, There is no zimage in arch/arm/boot/. Its like its not finishing.

Let me try the version you suggested again. See if that cures it.
 
You need to add zImage on the make command as follows.

make -j4 ARCH=arm CROSS_COMPILE=/home/rj/Android-Kernel/toolchain/bin/arm-eabi- zImage modules
 
OH MY EFFING GOD. :mad:


Errors:

rj-Mint14-VirtualBox linux # make -j4 ARCH=arm CROSS_COMPILE=/home/rj/Android-Kernel/toolchain/bin/arm-linux-gnueabi- zImage modules
CHK include/linux/version.h
CHK include/generated/utsrelease.h
make[1]: `include/generated/mach-types.h' is up to date.
CALL scripts/checksyscalls.sh
CHK include/generated/compile.h
CC arch/arm/mm/alignment.o
CC arch/arm/mm/highmem.o
CC arch/arm/mach-msm/scm.o
CHK kernel/config_data.h
/tmp/ccSKlxxh.s: Assembler messages:
/tmp/ccSKlxxh.s:77: Error: selected processor does not support ARM mode `smc #0'
/tmp/ccSKlxxh.s:108: Error: selected processor does not support ARM mode `smc #0'
/tmp/ccSKlxxh.s:295: Error: selected processor does not support ARM mode `smc #0'
/tmp/ccSKlxxh.s:697: Error: selected processor does not support ARM mode `smc #0'
make[1]: *** [arch/arm/mach-msm/scm.o] Error 1
make: *** [arch/arm/mach-msm] Error 2
make: *** Waiting for unfinished jobs....
AS arch/arm/mm/abort-ev7.o
AS arch/arm/mm/pabort-v7.o
AS arch/arm/mm/cache-v7.o
CC arch/arm/mm/copypage-v6.o
CC arch/arm/mm/context.o
arch/arm/mm/alignment.c: In function ‘do_alignment’:
arch/arm/mm/alignment.c:298:15: warning: ‘offset.un’ may be used uninitialized in this function [-Wuninitialized]
error, forbidden warning: alignment.c:298
make[1]: *** [arch/arm/mm/alignment.o] Error 1
make[1]: *** Waiting for unfinished jobs....
make: *** [arch/arm/mm] Error 2
rj-Mint14-VirtualBox linux #

This even happens with a nonedited .config file... I dont get it. I was able to compile a nonedited kernel the other day... I dont get what changed.. LOL
 
Back
Top Bottom