88W8997 PCIE-UART Android 9 compilation error

cancel
Showing results for 
Show  only  | Search instead for 
Did you mean: 

88W8997 PCIE-UART Android 9 compilation error

Jump to solution
1,672 Views
rahmanuh
Contributor III

Hello,

I am facing a compilation error when integrate and build 8997 PCIE-UART driver for Android 9.

These are the errors:

In file included from wlan_src/mlinux/moal_main.c:29:0:
wlan_src/mlinux/moal_pcie.h:90:20: error: array type has incomplete element type
   struct msix_entry msix_entries[PCIE_NUM_MSIX_VECTORS];
                               ^
wlan_src/mlinux/moal_main.c: In function 'woal_request_fw_reload':
wlan_src/mlinux/moal_main.c:7919:3: error: implicit declaration of function 'pci_reset_function' [-Werror=implicit-f
   pci_reset_function(pdev);
   ^

Anyone facing the same issue?
How do I solve this?

Thank you,
Rahmanu

0 Kudos
1 Solution
1,595 Views
rahmanuh
Contributor III

solved by enabling PCI* in .config file.

Thanks

View solution in original post

0 Kudos
1 Reply
1,596 Views
rahmanuh
Contributor III

solved by enabling PCI* in .config file.

Thanks

0 Kudos