88W8997 PCIE-UART Android 9 compilation error

取消
显示结果 
显示  仅  | 搜索替代 
您的意思是: 
已解决

88W8997 PCIE-UART Android 9 compilation error

跳至解决方案
2,497 次查看
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 项奖励
回复
1 解答
2,420 次查看
rahmanuh
Contributor III

solved by enabling PCI* in .config file.

Thanks

在原帖中查看解决方案

0 项奖励
回复
1 回复
2,421 次查看
rahmanuh
Contributor III

solved by enabling PCI* in .config file.

Thanks

0 项奖励
回复