View Single Post
  #338 (permalink)  
Old 09-21-2010, 07:38 PM
[ACL]'s Avatar
[ACL]
VIP Member
Offline
Location: NY
 
Join Date: Feb 2010
Posts: 1,534
Reputation: 6350
[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community[ACL] is a trusted member of the community
Mentioned: 2 Post(s)
Tagged: 0 Thread(s)
Re: NAND boot testing. Test 5: SOUND!!!!/Test 7: Single NBH/Serialno/tilt2 fix

Quote:
Originally Posted by natemcnutty View Post
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
__________________
Reply With Quote