Dear all..
I am configuring a Linux kernel for ARM architecture(AM3517) and I have a TAM3517 twister board. I am getting following errors
after compilation. Please suggest what can be the problem. I am configuring the kernel with file system support and other
basic configurations.
regards,
Kaustubh Deshmukh
Error after compilation................................
CHK include/linux/compile.h
GEN .version
CHK include/linux/compile.h
UPD include/linux/compile.h
CC init/version.o
LD init/built-in.o
LD .tmp_vmlinux1
arch/arm/mach-omap2/built-in.o: In function `omap3evm_set_bl_intensity':
usb-ehci.c:(.text+0x947c): undefined reference to `twl_i2c_write_u8'
usb-ehci.c:(.text+0x9498): undefined reference to `twl_i2c_write_u8'
usb-ehci.c:(.text+0x94d0): undefined reference to `twl_i2c_write_u8'
usb-ehci.c:(.text+0x94fc): undefined reference to `twl_i2c_write_u8'
arch/arm/mach-omap2/built-in.o: In function `omap3evm_twl_gpio_setup':
usb-ehci.c:(.text+0x959c): undefined reference to `twl4030_vmmc1_supply'
usb-ehci.c:(.text+0x95a4): undefined reference to `twl4030_vsim_supply'
arch/arm/mach-omap2/built-in.o: In function `omap3_evm_init':
usb-ehci.c:(.init.text+0x37c0): undefined reference to `vmmc1_data'
usb-ehci.c:(.init.text+0x37c8): undefined reference to `vsim_data'
arch/arm/plat-omap/built-in.o: In function `omap_verify_speed':
omap-pm-noop.c:(.text+0x5c18): undefined reference to `cpufreq_frequency_table_verify'
arch/arm/plat-omap/built-in.o: In function `omap_cpu_init':
omap-pm-noop.c:(.init.text+0xd3c): undefined reference to `cpufreq_frequency_table_cpuinfo'
omap-pm-noop.c:(.init.text+0xd50): undefined reference to `cpufreq_frequency_table_get_attr'
arch/arm/plat-omap/built-in.o:(.data+0x528): undefined reference to `cpufreq_freq_attr_scaling_available_freqs'
make: *** [.tmp_vmlinux1] Error 1