Home
Categories
WIKI
Topic
User
LANGUAGE:
中文
English
求助,编译出现错误提示error: ‘NLA_EXACT_LEN_WARN’
Experiences and Insight
490
views ·
1
replies ·
To
floor
Go
jiutian123
deepin
2020-08-30 00:36
Author
nsz@nsz-PC:~/Desktop/backport-iwlwifi$ sudo make CC [M] /home/nsz/Desktop/backport-iwlwifi/net/wireless/nl80211.o
/home/nsz/Desktop/backport-iwlwifi/net/wireless/nl80211.c:382:33: error: ‘NLA_EXACT_LEN_WARN’ undeclared here (not in a function); did you mean ‘NLA_EXACT_LEN’?
[NL80211_ATTR_MAC] = { .type = NLA_EXACT_LEN_WARN, .len = ETH_ALEN },
^~~~~~~~~~~~~~~~~~
NLA_EXACT_LEN
make[6]: *** [scripts/Makefile.build:281:/home/nsz/Desktop/backport-iwlwifi/net/wireless/nl80211.o] 错误 1
make[5]: *** [scripts/Makefile.build:497:/home/nsz/Desktop/backport-iwlwifi/net/wireless] 错误 2
make[4]: *** [Makefile:1756:/home/nsz/Desktop/backport-iwlwifi] 错误 2
make[3]: *** [Makefile.build:13:modules] 错误 2
make[2]: *** [Makefile.real:100:modules] 错误 2
make[1]: *** [Makefile:43:modules] 错误 2
make: *** [Makefile:30:default] 错误 2
Reply
Like 0
Favorite
View the author
All Replies
jiutian123
deepin
2020-08-30 04:46
#1
删除所有含{ .type = NLA_EXACT_LEN_WARN, .len = ETH_ALEN } 的make成功,但是网络没啥变化, inte 3165驱动
Reply
Like 0
View the author
Please
sign
in first
Featured Collection
Change
[Tutorial] deepin25 WSL Offline Installation Guide
UOS AI 2.8 Released! Three New Intelligent Agents & Major Evolution
Solid Q&A | deepin 25 Common Questions – The Immutable System Edition
New Thread
Popular Ranking
Change
Personal Knowledge Assistant
Popular Events
More
/home/nsz/Desktop/backport-iwlwifi/net/wireless/nl80211.c:382:33: error: ‘NLA_EXACT_LEN_WARN’ undeclared here (not in a function); did you mean ‘NLA_EXACT_LEN’?
[NL80211_ATTR_MAC] = { .type = NLA_EXACT_LEN_WARN, .len = ETH_ALEN },
^~~~~~~~~~~~~~~~~~
NLA_EXACT_LEN
make[6]: *** [scripts/Makefile.build:281:/home/nsz/Desktop/backport-iwlwifi/net/wireless/nl80211.o] 错误 1
make[5]: *** [scripts/Makefile.build:497:/home/nsz/Desktop/backport-iwlwifi/net/wireless] 错误 2
make[4]: *** [Makefile:1756:/home/nsz/Desktop/backport-iwlwifi] 错误 2
make[3]: *** [Makefile.build:13:modules] 错误 2
make[2]: *** [Makefile.real:100:modules] 错误 2
make[1]: *** [Makefile:43:modules] 错误 2
make: *** [Makefile:30:default] 错误 2