Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

compilation error #74

Open
filip2cz opened this issue Jan 24, 2023 · 0 comments
Open

compilation error #74

filip2cz opened this issue Jan 24, 2023 · 0 comments

Comments

@filip2cz
Copy link

I tried to compile it, but I have this error:

[ 59%] Building C object daemon/CMakeFiles/owl.dir/netutils.c.o
In file included from /usr/include/libnl3/netlink/msg.h:17,
                 from /usr/include/libnl3/netlink/genl/genl.h:16,
                 from /home/orangepi/owl/daemon/netutils.c:32:
/home/orangepi/owl/daemon/netutils.c: In function 'set_monitor_mode':
/home/orangepi/owl/daemon/netutils.c:225:22: error: 'NL80211_MNTR_FLAG_ACTIVE' undeclared (first use in this function); did you mean 'NL80211_MPATH_FLAG_ACTIVE'?
  225 |  NLA_PUT_FLAG(flags, NL80211_MNTR_FLAG_ACTIVE);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libnl3/netlink/attr.h:166:20: note: in definition of macro 'NLA_PUT'
  166 |   if (nla_put(msg, attrtype, attrlen, data) < 0) \
      |                    ^~~~~~~~
/home/orangepi/owl/daemon/netutils.c:225:2: note: in expansion of macro 'NLA_PUT_FLAG'
  225 |  NLA_PUT_FLAG(flags, NL80211_MNTR_FLAG_ACTIVE);
      |  ^~~~~~~~~~~~
/home/orangepi/owl/daemon/netutils.c:225:22: note: each undeclared identifier is reported only once for each function it appears in
  225 |  NLA_PUT_FLAG(flags, NL80211_MNTR_FLAG_ACTIVE);
      |                      ^~~~~~~~~~~~~~~~~~~~~~~~
/usr/include/libnl3/netlink/attr.h:166:20: note: in definition of macro 'NLA_PUT'
  166 |   if (nla_put(msg, attrtype, attrlen, data) < 0) \
      |                    ^~~~~~~~
/home/orangepi/owl/daemon/netutils.c:225:2: note: in expansion of macro 'NLA_PUT_FLAG'
  225 |  NLA_PUT_FLAG(flags, NL80211_MNTR_FLAG_ACTIVE);
      |  ^~~~~~~~~~~~
/home/orangepi/owl/daemon/netutils.c: In function 'parse_freq_support':
/home/orangepi/owl/daemon/netutils.c:310:62: error: 'NL80211_FREQUENCY_ATTR_NO_IR' undeclared (first use in this function); did you mean 'NL80211_FREQUENCY_ATTR_NO_IBSS'?
  310 |      if (tb_freq[NL80211_FREQUENCY_ATTR_DISABLED] || tb_freq[NL80211_FREQUENCY_ATTR_NO_IR]) {
      |                                                              ^~~~~~~~~~~~~~~~~~~~~~~~~~~~
      |                                                              NL80211_FREQUENCY_ATTR_NO_IBSS
make[2]: *** [daemon/CMakeFiles/owl.dir/build.make:108: daemon/CMakeFiles/owl.dir/netutils.c.o] Error 1
make[1]: *** [CMakeFiles/Makefile2:275: daemon/CMakeFiles/owl.dir/all] Error 2
make: *** [Makefile:149: all] Error 2

Device info:

Orange Pi i96
OS: Debian GNU/Linux 11 (bullseye) armv7l
kernel: 3.10.62-rel5.0.2-legendary-v1.34
arch: armv7l
CPU: ARMv7 Processor rev 1 - rda8810 (1) @ 988MHz

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant