-
Notifications
You must be signed in to change notification settings - Fork 73
SDK编译
chipengliu edited this page Jan 12, 2018
·
4 revisions
设备端SDK目前支持以下的编译方式:
- 在Linux上以GNU Make + 各种工具链编译, 产生各种目标架构的SDK
编译方法:到更目录执行以下命令
$ make clean
$ make
执行成功之后,会产生X86-64文件格式的 output/release/lib/*.a,并且 output/release/bin/ 下生成各个 sample 的可执行文件
Maintainer: Cao Shao Kun [email protected]