This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

WLAN wl12xx Driver Build AM335x Starter Kit

Hello All,

I am trying to compile the wl12xx drivers, but experience the following:

make[4]: *** No rule to make target `.git/HEAD', needed by `/media/Android/JB/jb/hardware/ti/wlan/mac80211/compat_wl12xx/drivers/net/wireless/wl12xx/version.h'. Stop.

The version is TI JB 4.1.2. I found someone else describing the issue here:

http://e2e.ti.com/support/embedded/android/f/509/t/272074.aspx


Unfortunately it was not solved with the methods suggested in this post - has anyone any further information that could help?


Many Thanks

Richard

  • Hi Richard,

    WLAN driver build checks for availability of git repository and buid fails if GIT repository is not found.

    Please create a git repository before building sources and give it a try.

    Commands to create a git repository:

    $ cd hardware/ti/wlan/

    $ git init . $ git add .

    $ git commit -asm "Initial commit"

    Regards,

    Pankaj Bharadiya