[Bug 5048] Handhelds.org kernel fails to compile for rx3000


bugzilla-daemon@...
 

http://bugs.openembedded.net/show_bug.cgi?id=5048





--- Comment #2 from Daniel <daniel.faulkner@...> 2009-03-03 19:29:46 ---
I modified my local defconfig for the rx3000 machine commenting out the lines:

From line 184:
CONFIG_MACH_RX3715=y
CONFIG_RX3000_BACKLIGHT=y
CONFIG_RX3000_LEDS=y
CONFIG_RX3000_BATTERY=y
CONFIG_RX3000_BLUETOOTH=m
CONFIG_RX3000_BUTTONS=y
CONFIG_RX3000_SERIAL=y
CONFIG_RX3000_TS=y
CONFIG_RX3000_UDC=m

and the kernel built correctly, I suspect the problem line is the last one:
CONFIG_RX3000_UDC=m

The file with the error is (on the handhelds.org web CVS):
http://handhelds.org/cgi-bin/cvsweb.cgi/~checkout~/linux/kernel26/arch/arm/mach-s3c2440/rx3000/rx3000_udc.c?rev=1.4&content-type=text/plain

Which contains the line:
s3c24xx_udc_set_platdata(&rx3000_udc_cfg);

But I'm not sure where that is defined to check if it's defined correctly.

--
Configure bugmail: http://bugs.openembedded.net/userprefs.cgi?tab=email
------- You are receiving this mail because: -------
You are the assignee for the bug.