主题中讨论的其他器件:CC3220S
我按照 http://dev.ti.com/tirex/content/simplelink_academy_cc32xxsdk_1_13_00_29/modules/wifi_ota/wifi_ota.html 上的说明操作 、并使用适当的 GitHub 凭据修改了 otauser.h。
但是、这些指令没有任何意义:
3.在 CCS 中、转到 OTA/CdnVendors/下的每个文件 并更新其位置。
- 打开文件的 Properties (属性)并转至 Resources (资源)
- 按下 编辑 按钮并将项目变量 PROJECT_LOC 替换 为 ORIGINAL_PROJECT_ROOT
- 每个文件旁边的警告符号应该会消失、您将能够编译库
我在该位置没有看到它、但我在 C:/ti/simplelink_cc32xx_sdk_1_50_00_06/source/ti/net/ota/source/CdnVendors 中看到它、但无法打开文件的属性。
我提出这一问题是因为我无法通过这个构建错误:
Makefile:163:目标'cloud_ota_CC3220S_LAUNCHXL_tirtos_gcc.out'的配方失败
C:/ti/ccsv7/tools/compiler/gcc-arm-none-eabi-6-2017-q1-update/bin/../lib/gcc/arm-none-eabi/6.3.1/../../../../arm-none-eabi/bin/ld.exe:找不到-l:ota.a
collect2.exe:错误:LD 返回1退出状态
gmaked[1]:***[cloud_ota_CC3220S_LAUNCHXL_tirtos_gcc.out]错误1.
gmake[1]:目标"辅助输出"不会由于错误而重新生成。
gmake:***[全部]错误2.
Makefile:156:目标“全部”的配方失败
