Quantcast
Channel: xda-developers - Android Q&A, Help & Troubleshooting
Viewing all articles
Browse latest Browse all 18891

can't figure out the errors..

$
0
0
hi to all of you..

i have a big problem, oh i guess not so big to you..
i try to compile a source code that i get from codeaurora and its just a branch of jb.. but along the way i had experience a error that i can't figure out why...

can someone help me fix this problem step by step?...

i will post the log that terminal shows error

Code:

root@bt:~/cm10# make msm7627a_defconfig
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
warning: (ARCH_MSM7X27 && ARCH_MSM8960 && ARCH_MSM8930 && ARCH_MSM8625) selects DONT_MAP_HOLE_AFTER_MEMBANK0 which has unmet direct dependencies (SPARSEMEM)
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
warning: (ARCH_MSM7X27 && ARCH_MSM8960 && ARCH_MSM8930 && ARCH_MSM8625) selects DONT_MAP_HOLE_AFTER_MEMBANK0 which has unmet direct dependencies (SPARSEMEM)
#
# configuration written to .config
#

after that.. i ignore that warning... and i continue to run make command

and when building there is another error

Code:

root@bt:~/cm10# make
scripts/kconfig/conf --silentoldconfig Kconfig
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
warning: (ARCH_MSM7X27 && ARCH_MSM8960 && ARCH_MSM8930 && ARCH_MSM8625) selects DONT_MAP_HOLE_AFTER_MEMBANK0 which has unmet direct dependencies (SPARSEMEM)
warning: (ARCH_MSM_KRAITMP && ARCH_MSM_CORTEX_A5) selects HAVE_HW_BRKPT_RESERVED_RW_ACCESS which has unmet direct dependencies (HAVE_HW_BREAKPOINT)
warning: (ARCH_MSM7X27 && ARCH_MSM8960 && ARCH_MSM8930 && ARCH_MSM8625) selects DONT_MAP_HOLE_AFTER_MEMBANK0 which has unmet direct dependencies (SPARSEMEM)
include/config/auto.conf: line 621: KERNEL_LOCAL_VERSION: command not found
  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/mach-msm/qdsp5/audio_ac3.o
arch/arm/mach-msm/qdsp5/audio_ac3.c:189:13: warning: 'audac3_post_event' declared 'static' but never defined [-Wunused-function]
error, forbidden warning: audio_ac3.c:189
make[2]: *** [arch/arm/mach-msm/qdsp5/audio_ac3.o] Error 1
make[1]: *** [arch/arm/mach-msm/qdsp5] Error 2
make: *** [arch/arm/mach-msm] Error 2
root@bt:~/cm10#


the audio_ac3.o is in attached file.. can someone help me fix this? or just give me a clue. im not a linux pro user,,

btw im already runnin a linux 64bit machine

Attached Files
File Type: txt audio_ac3.txt - [Click for QR Code] (196.4 KB)

Viewing all articles
Browse latest Browse all 18891

Trending Articles