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.

[DM368-IPNC] build issues

 hi to all..

I am trying to build for DM368, IPNC.

It's no problem to build by uboot-lspcfg-dvsdk.

It's occurred to make lspbuild.

My environment is Window 7_64, Vmware Ubuntu 12.04_32bit.

I have a face to a problem is as below...

LD kernel/built-in.o
LD drivers/char/built-in.o
drivers/char/irqk.o: In function `init_module':
irqk.c:(.init.text+0x0): multiple definition of `init_module'
drivers/char/edmak.o:edmak.c:(.init.text+0x0): first defined here
drivers/char/irqk.o: In function `cleanup_module':
irqk.c:(.exit.text+0x0): multiple definition of `cleanup_module'
drivers/char/edmak.o:edmak.c:(.exit.text+0x0): first defined here
drivers/char/dm365mmap.o: In function `init_module':
dm365mmap.c:(.init.text+0x0): multiple definition of `init_module'
drivers/char/edmak.o:edmak.c:(.init.text+0x0): first defined here
drivers/char/dm365mmap.o: In function `cleanup_module':
dm365mmap.c:(.exit.text+0x0): multiple definition of `cleanup_module'
drivers/char/edmak.o:edmak.c:(.exit.text+0x0): first defined here
drivers/char/cmemk.o: In function `init_module':
cmemk.c:(.init.text+0x0): multiple definition of `init_module'
drivers/char/edmak.o:edmak.c:(.init.text+0x0): first defined here
drivers/char/cmemk.o: In function `cleanup_module':
cmemk.c:(.exit.text+0x0): multiple definition of `cleanup_module'
drivers/char/edmak.o:edmak.c:(.exit.text+0x0): first defined here
make[4]: *** [drivers/char/built-in.o] Error 1
make[3]: *** [drivers/char] Error 2

 

 File structure is as below..

.
├── dvsdk_2_10_01_18
│   ├── bin
│   ├── cg_xml_2_12_00
│   ├── clips
│   ├── codec_engine_2_24
│   ├── dm365_codecs_01_00_06
│   ├── dm365mm
│   ├── dmai_1_21_00_10
│   ├── docs
│   ├── dvsdk_demos_2_10_00_17
│   ├── dvtb_4_10_03
│   ├── edma3_lld_1_06_00_01
│   ├── examples
│   ├── framework_components_2_25_00_04
│   ├── kernel_binaries
│   ├── licenses
│   ├── linuxutils_2_24_03
│   ├── PSP_02_10_00_14
│   ├── quilt
│   ├── xdais_6_24
│   └── xdctools_3_15_01_59
└── ipnc
    ├── av_capture
    ├── ipnc_app
    ├── ipnc_psp
    ├── ipnc_rdk
    ├── tftp
    └── ti-davinci

 I have solved various building issues but I don't know why it was occurred..

How can I do..?

So, anybody please help me.. 

Thanks a lot in advice.