I get this error when trying to build under cygwin: ----- host C: fastboot <= system/core/fastboot/usb_windows.c host C: fastboot <= system/core/fastboot/util_windows.c make: *** No rule to make target `out/host/windows-x86/obj/ STATIC_LIBRARIES/AdbWinApi_intermediates/AdbWinApi.a', needed by `out/host/windows-x86/obj/EXECUTABLES/fastboot_intermediates/ fastboot.exe'. Stop.
----- How do I build AdbWinApi.a ? On Nov 19, 5:01 am, "Mike Lockwood" <[EMAIL PROTECTED]> wrote: > Yes,fastbootshould build under Cygwin. But I'm not sure if it has > been tested in the open source release so it might need a little > tweaking. fastboot.exe uses the prebuilt AdbWinApi.dll, so you might > try: > > make prebuiltfastboot > > You will also need the USB drivers > foradb:http://dl.google.com/android/android_usb_windows.zip > > MIke > > > > On Wed, Nov 19, 2008 at 7:40 AM, Shirish <[EMAIL PROTECTED]> wrote: > > > Hi Mike, > > > Is thefastbootavailable for the windows xp as well? > > > Thanks, > > -Shirish > > > On Nov 5, 6:43 pm, "Mike Lockwood" <[EMAIL PROTECTED]> wrote: > >> Hi Nishanth, > > >> Yes,fastbootis used to flash devices over USB. But this will not work > >> with production G1 devices, which have USB support disabled in the > >> bootloader. > > >> Thefastbootsources are in system/core/fastboot/. It should be included in > >> a default "lunch 1" build, or you could build it by typing: > > >> . build/envsetup.sh > >> lunch 1 > >> makefastboot > > >> Mike > > >> On Wed, Nov 5, 2008 at 8:17 AM, Nishanth Menon <[EMAIL PROTECTED]>wrote: > > >> > Hi Folks, > > >> > I was looking at the source of legacy bootloader [1] and was interested > >> > to seefastbootwhich seems to be over USB. but this seems to require > >> > some PC side components too. Could anyone guide me where this may be? > > >> > Regards, > >> > Nishanth Menon > > >> > Ref: > >> > [1] > >> >http://android.git.kernel.org/?p=platform/bootloader/legacy.git;a=sum... > > >> -- > >> Mike Lockwood > >> Google android team- Hide quoted text - > > >> - Show quoted text - > > -- > Mike Lockwood > Google android team --~--~---------~--~----~------------~-------~--~----~ unsubscribe: [EMAIL PROTECTED] website: http://groups.google.com/group/android-porting -~----------~----~----~----~------~----~------~--~---
