今天编译linux-kernel2.6.32.8 for s3c2410, 结果出现了错误:
arch/arm/mach-s3c2410/built-in.o:(.init.data+0x724): undefined reference to `s3c_device_usb'
arch/arm/mach-s3c2440/built-in.o:(.init.data+0x724): undefined reference to `s3c_device_nand'
有这样一段:
config MACH_FRIENDLY_ARM_MINI2440 bool "FRIENDLYARM MINI2440 development board" select CPU_S3C2440 select MACH_FRIENDLY_ARM help Say Y here to select support for the FriendlyARM MINI2440.