This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

dm365EVM: Kernel build issue



Hello All,

This question is regarding dm365EVM.

Initially I customized the kernel mvl_5_0_0_demo_lsp_setuplinux_02_10_00_08.bin that was given with the kit and could compile the kernel successfully.

Recently I downloaded the updated lsp from TI site mvl_5_0_0_demo_lsp_setuplinux_02_10_00_14.bin and ran into the following issue when compiling the kernel.

--------------------------------------
iso@iso:~/workdir/lsp/ti-davinci/linux-2.6.18_pro500$ make ARCH=arm
CROSS_COMPILE=arm_v5t_le- uImage
  CHK     include/linux/version.h
make[1]: `include/asm-arm/mach-types.h' is up to date.
  CHK     include/linux/utsrelease.h
  CHK     include/linux/compile.h
  GEN     .version
  CHK     include/linux/compile.h
  LD      .tmp_vmlinux1
`bt_sysfs_cleanup' referenced in section `.init.text' of net/built-in.o:
defined in discarded section `.exit.text' of net/built-in.o
make: *** [.tmp_vmlinux1] Error 1
--------------------------------------

Please give me some suggestions on how to resolve this issue?
Thanks in advance for your help.

--
Best Regards
Arun

  • Hello All,

     

    I am replying to my own post.

    The function 'bt_sysfs_cleanup()' is related to bluetooth; I disabled Bluetooth support in the kernel as I do not need it and the compilation is successful. There is no issue with the new kernel now.

    --

    Best Regards

    Arun