Advertisement
Guest User

Untitled

a guest
Feb 7th, 2014
52
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. make TARGET_PRODUCT=pandaboard TARGET_TOOLS_PREFIX=prebuilts/gcc/linux-x86/arm/arm-linux-androideabi-4.8-linaro/bin/arm-linux-androideabi- boottarball systemtarball userdatatarball
  2. ....
  3.  
  4. In file included from external/libnl/include/netlink/genl/genl.h:15:0,
  5. from external/powertop/src/tuning/iw.c:43:
  6. external/libnl/include/netlink/netlink.h:58:14: note: expected 'struct nl_handle *' but argument is of type 'struct nl_sock *'
  7. extern int nl_recvmsgs(struct nl_handle *, struct nl_cb *);
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement