1. Don't use generic_x86 it's deprecated.
2. I am not sure about the specific target - but there are reasonable
chances that "touch Makefile" in this directory will get you through.
That is a workaround for when you try to make mrproper the kernel, you
would fail on the same error.
The better solution would be modifying some makefile somewhere for SUB_DIRS etc.
-Ron
On Wed, Jul 18, 2012 at 2:03 PM, Pieter <
psim...@intec.ugent.be> wrote:
> Hi all,
>
> I am trying to build Android-x86 ICS from source. I am using a Ubuntu 10.04
> LTS 64-bit, with the Sun JDK, as suggested in all tutorials.
>
> I issued the following build command:
> **** make -j2 iso_img TARGET_PRODUCT=generic_x86
>
> After some hours running fine, the compilation however fails at the wireless
> driver, with the following error:
>
> LD [M] drivers/net/wireless/rtlwifi/rtl8192se/rtl8192se.o
> LD [M] drivers/net/wireless/rtlwifi/rtlwifi.o
> /home/pieter/android-x86/kernel/scripts/Makefile.build:44:
> /home/pieter/android-x86/kernel/drivers/net/wireless/wl/Makefile: No such
> file or directory
> make[6]: *** No rule to make target
> `/home/pieter/android-x86/kernel/drivers/net/wireless/wl/Makefile'. Stop.
> make[5]: *** [drivers/net/wireless/wl] Error 2
> make[4]: *** [drivers/net/wireless] Error 2
> make[3]: *** [drivers/net] Error 2
> make[2]: *** [drivers] Error 2
> make[1]: *** [sub-make] Error 2
> make[1]: Leaving directory `/home/pieter/android-x86/kernel'
> make: *** [out/target/product/generic_x86/kernel] Error 2
> make: *** Waiting for unfinished jobs....
>
>
> Checking the drivers/net/wireless/wl/ directory, there is indeed no
> Makefile, but only these files:
> - Kconfig
> - Makefile.patch
> - wl_iw.h.patch.
>
> How can I make sure this Makefile is available?
>
> Thank you very much,
> Pieter
>
> --
> You received this message because you are subscribed to the Google Groups
> "Android-x86" group.
> To view this discussion on the web visit
>
https://groups.google.com/d/msg/android-x86/-/V-EFvvM-8HsJ.
> To post to this group, send email to
andro...@googlegroups.com.
> To unsubscribe from this group, send email to
>
android-x86...@googlegroups.com.
> For more options, visit this group at
>
http://groups.google.com/group/android-x86?hl=en.