Quote:
Originally Posted by natemcnutty
OK, so I got everything set up and grabbed google's android toolchain. When compiling, it seemed to be going OK with a few warnings until it hit board-htcrhodium.c
I have attached the log file. I also tried using the code sourcery toolchain (both 2008q3 and 2010q1), and they both had fatal errors compiling board-htcrhodium.c as well.
|
Can you verify that the following are set
CONFIG_USB_GADGET=y
CONFIG_USB_GADGET_VBUS_DRAW=500
CONFIG_USB_GADGET_SELECTED=y
CONFIG_USB_GADGET_MSM_72K=y
CONFIG_USB_MSM_72K=y
CONFIG_USB_GADGET_DUALSPEED=y
CONFIG_USB_ANDROID=y
CONFIG_USB_ANDROID_ACM=y
CONFIG_USB_ANDROID_ADB=y
CONFIG_USB_ANDROID_DIAG=y
CONFIG_USB_ANDROID_MASS_STORAGE=y
CONFIG_USB_ANDROID_RNDIS=y
CONFIG_USB_FUNCTION is not set <-- must be disabled
CONFIG_USB_FUNCTION_MSM_HSUSB is not set <-- must be disabled