RepoBackups / bricked

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

make error #120

Closed GoogleCodeExporter closed 9 years ago

GoogleCodeExporter commented 9 years ago
What steps will reproduce the problem?
1.make

What is the expected output? What do you see instead?
zImage is expected to be generated. But when 'make', then below output is given.

drivers/built-in.o: In function `alarm_shutdown':
/home/tomxue/Tom/Source_Code/HTC/pyramid-ics-crc-3.0.16-c764bfb/drivers/rtc/alar
m.c:521: undefined reference to `htc_is_offalarm_enabled'
make: *** [.tmp_vmlinux1] Error 1

What version of the product are you using? On what operating system?
HTC Sensation XE with Beats Audio
Android

Please provide any additional information below.
I was compiling android kernel: pyramid-ics-crc-3.0.16-c764bfb.

Original issue reported on code.google.com by TomXue0...@gmail.com on 12 Sep 2012 at 1:46

GoogleCodeExporter commented 9 years ago
If you did compile from stock htc source (as this: "I was compiling android 
kernel: pyramid-ics-crc-3.0.16-c764bfb." suggests) then why do you report this 
here?
If you try to build bricked, build it with the correct defconfig:
make bricked_defconfig
make

Original comment by showp1984 on 12 Sep 2012 at 2:48