ath10k.lists.infradead.org archive mirror
 help / color / mirror / Atom feed
* Re: failed to build .ko for ath10k against master
       [not found] <CAJoWQ3eRgEv0x=t0=2nHqyY5FkCpzWz4A6qgFPN3RuJ3cDjFug@mail.gmail.com>
@ 2020-04-03 12:30 ` Bogdan Dziedzic
  0 siblings, 0 replies; only message in thread
From: Bogdan Dziedzic @ 2020-04-03 12:30 UTC (permalink / raw)
  To: ath10k

Hi,

performed steps:
git show
commit 5bc4a8084c1f5919707053b991fa2700e3d37635 (HEAD, tag:
 ath-202003221023, origin/master, origin/HEAD, ma


# make ARCH=arm64
CROSS_COMPILE=../../toolchains/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/aarch64-linux-gnu-
 defconfig

# make ARCH=arm64
CROSS_COMPILE=../../toolchains/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/aarch64-linux-gnu-
 scripts prepare

# make ARCH=arm64
CROSS_COMPILE=../../toolchains/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/aarch64-linux-gnu-
-C . M=drivers/net/wireless/ath
...
  LD [M]  drivers/net/wireless/ath/ath10k/ath10k_snoc.o
  MODPOST 4 modules
ERROR: "qmi_add_lookup"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "qmi_handle_release"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "qmi_txn_init" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko]
undefined!
ERROR: "qmi_txn_cancel"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "qmi_txn_wait" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko]
undefined!
ERROR: "qmi_send_request"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "qcom_scm_assign_mem"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "qmi_handle_init"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "qmi_response_type_v01_ei"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "is_vmalloc_addr"
[drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
ERROR: "is_vmalloc_addr"
[drivers/net/wireless/ath/ath10k/ath10k_pci.ko] undefined!
ERROR: "is_vmalloc_addr"
[drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined!
scripts/Makefile.modpost:93: recipe for target '__modpost' failed
make[1]: *** [__modpost] Error 1
Makefile:1596: recipe for target 'modules' failed
make: *** [modules] Error 2
make: Leaving directory

Similar the build fails with my 'oldconfig' from 5.5.0 and all options
selected as 'no' or default.

I've bumped here as I'm after Erik Stromdahl's work on QCA9377 sdio
with the latest commit  6e51b0e4913ca2c93059f73ca477ca30ea95b6a0

Cheers,
Bo


On Fri, 3 Apr 2020 at 23:27, Bogdan Dziedzic <bogibzik@gmail.com> wrote:
>
> performed steps:
> git show
> commit 5bc4a8084c1f5919707053b991fa2700e3d37635 (HEAD, tag:
>  ath-202003221023, origin/master, origin/HEAD, ma
>
> # make ARCH=arm64 CROSS_COMPILE=../../toolchains/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/aarch64-linux-gnu-  defconfig
>
> # make ARCH=arm64 CROSS_COMPILE=../../toolchains/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/aarch64-linux-gnu-  scripts prepare
>
> # make ARCH=arm64 CROSS_COMPILE=../../toolchains/gcc-arm-8.3-2019.03-x86_64-aarch64-linux-gnu/bin/aarch64-linux-gnu- -C . M=drivers/net/wireless/ath
> ...
>   LD [M]  drivers/net/wireless/ath/ath10k/ath10k_snoc.o
>   MODPOST 4 modules
> ERROR: "qmi_add_lookup" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qmi_handle_release" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qmi_txn_init" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qmi_txn_cancel" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qmi_txn_wait" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qmi_send_request" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qcom_scm_assign_mem" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qmi_handle_init" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "qmi_response_type_v01_ei" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "is_vmalloc_addr" [drivers/net/wireless/ath/ath10k/ath10k_snoc.ko] undefined!
> ERROR: "is_vmalloc_addr" [drivers/net/wireless/ath/ath10k/ath10k_pci.ko] undefined!
> ERROR: "is_vmalloc_addr" [drivers/net/wireless/ath/ath10k/ath10k_core.ko] undefined!
> scripts/Makefile.modpost:93: recipe for target '__modpost' failed
> make[1]: *** [__modpost] Error 1
> Makefile:1596: recipe for target 'modules' failed
> make: *** [modules] Error 2
> make: Leaving directory
>
> Similar the build fails with my 'oldconfig' from 5.5.0 and all options selected as 'no' or default.
>
> I've bumped here as I'm after Erik Stromdahl's work on QCA9377 sdio with the latest commit  6e51b0e4913ca2c93059f73ca477ca30ea95b6a0
>
> Cheers,
> Bo
>

_______________________________________________
ath10k mailing list
ath10k@lists.infradead.org
http://lists.infradead.org/mailman/listinfo/ath10k

^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2020-04-03 12:30 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
     [not found] <CAJoWQ3eRgEv0x=t0=2nHqyY5FkCpzWz4A6qgFPN3RuJ3cDjFug@mail.gmail.com>
2020-04-03 12:30 ` failed to build .ko for ath10k against master Bogdan Dziedzic

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).