Error when compiling omapconf from the git


Linux-SWAT

Forum Addict!
Joined
Feb 13, 2010
Messages
9,175
Hi,

got omapconf from:
https://dev.pyra-handheld.com/packages/omapconf

Here's the error:
Code:
/usr/bin/ld: arch/arm/mach-omap/dra7/dpll/dpll_dra7xx-data.o:(.rodata+0x1a0): multiple definition of `dpll_dra7xx_sources'; arch/arm/mach-omap/dra7/dpll/dpll_dra7xx.o:(.rodata+0x1b4): first defined here
/usr/bin/ld: arch/arm/mach-omap/dra7/dpll/dpll_dra7xx-data.o:(.rodata+0x260): multiple definition of `dpll_dra7xx_output_names'; arch/arm/mach-omap/dra7/dpll/dpll_dra7xx.o:(.rodata+0x274): first defined here
collect2: error: ld returned 1 exit status
make: *** [Makefile:401: omapconf] Error 1
 
Back
Top