Tip / Sign in to post questions, reply, level up, and achieve exciting badges. Know more

cross mob
Anonymous
Not applicable

From  sdk introduction. i know how to build a app,but I want to know how to build whole sdk.

0 Likes
1 Solution
ShawnA_01
Employee
Employee
10 questions asked 5 comments on KBA First comment on KBA

There is no ability to "build the whole SDK".  Use the examples found in ~apps/snip to learn various features and functionalities of the SDK and hardware platform you are designing on.  There are many examples, so focus on those you will need in your end-product - Refer to ~apps/snip/README.txt.  You then merge the functionality of the snips together to create your actual application.  Note: it would not be possible to compile them (the snips) all together anyways, because there is usuallyinsufficient RAM/NVRAM to store/run the bloated executable.   You should also explore the ~apps/demo content , as they demonstrate much larger integrated functionality (similar to an actual application).  The ~apps/test/console application is a gem worth 'noting' as well.

View solution in original post

0 Likes
3 Replies