how to build zigbee stack on linux
12 years ago
• anish khannaHi,
I downloaded your zigbee stack, can you please forward the steps to buils the zigbee stack on to the linux kernel.
Replies (1)
12 years ago
• Denis AkopovRE: how to build zigbee stack on linux
Hello,
ZBOSS can be built by unpacking stack and running the following commands from the stack folder:
ln -s build-configurations/Platform-linux Platform
ln -s build-configurations/Options-linux-debug Options
make rebuild
To make sure, that stack works you can run any of tests from ./tests folder and check logs and/or .pcap files.
Please check readme.build file in the stack folder and documents from the corresponding area of ZBOSS site for the detailed instructions on running and verifying the tests.
B.R.
Denis