Build the driver
* cd to $LOWPAN_ROOT/support/sdk/c/lib6lowpan and type `make`
在cygwin环境下make时会出现 找不到linux/if_tun.h等错误。
这时需要下载需要的:
linux/if_tun.h
然后把它们添加到cygwin /usr/include/linux(linux目录需新建)
Build the driver
* cd to $LOWPAN_ROOT/support/sdk/c/lib6lowpan and type `make`
在cygwin环境下make时会出现 找不到linux/if_tun.h等错误。
这时需要下载需要的:
linux/if_tun.h
然后把它们添加到cygwin /usr/include/linux(linux目录需新建)