mfrw / compcache

Automatically exported from code.google.com/p/compcache
0 stars 0 forks source link

Issues running make with .6pre2 not 5.3 #35

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.untar .6pre2 to ~/compcache
2.cd to ~/compcache and run make "make ARCH=arm
KERNEL_BUILD_PATH=/home/techctr/mydroid/kernel"
3.make still uses the uname values instead of the set variable for
KERNEL_BUILD_PATH...strangely if i create a ~/compcache2 folder and untar
the .5 source running the same make command actually uses the variable and
compiles the modules for my ARM kernel with no issues.

What version of the product are you using? On what operating system?
Ubuntu 9.04

Please provide any additional information below.

I can compile compcache modules just only from the older source not the
pre2 that has the ARM fixes...it just wont recognize the build path
variable i set no matter what i try

Original issue reported on code.google.com by Justanot...@gmail.com on 29 Jul 2009 at 12:35

GoogleCodeExporter commented 9 years ago
eg "make[1]: Leaving directory `/usr/src/linux-headers-2.6.28-11-generic'"

Instead of it working in my specified kernel build dir

Original comment by Justanot...@gmail.com on 29 Jul 2009 at 12:36

GoogleCodeExporter commented 9 years ago
I symlinked the uname dir and my kernel source and it seemed to work then...I'm 
still 
concerned about the variable not sticking in 0.6pre2

About to flash up and test the compcache now using a 2.6.29.6 kernel on a G1

Original comment by Justanot...@gmail.com on 29 Jul 2009 at 3:04

GoogleCodeExporter commented 9 years ago
I got it, grabbe the latest multiple_rzs source and everything is running great!

Original comment by Justanot...@gmail.com on 29 Jul 2009 at 5:33

GoogleCodeExporter commented 9 years ago
Makefile in multiple_rzs branch still doesn't use KERNEL_BUILD_PATH variable. I 
will
fix it soon.

Original comment by nitingupta910@gmail.com on 30 Jul 2009 at 5:56

GoogleCodeExporter commented 9 years ago
KERNEL_BUILD_PATH option now added in Makefile (multiple_rzs branch).

Original comment by nitingupta910@gmail.com on 4 Aug 2009 at 3:35

GoogleCodeExporter commented 9 years ago
Thank you for the quite response!!! This is running great on my G1 ROM's for 
XDA :) 

Original comment by Justanot...@gmail.com on 4 Aug 2009 at 6:45