加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 百科 > 正文

ccs编译.lib

发布时间:2020-12-15 19:55:12 所属栏目:百科 来源:网络整理
导读:新建 New一个CCS Project Output type选择“Static Library” 添加源文件 右击工程 - Add Files… 编译 编译生成的.lib就在Debug目录下 现在,你可以拿去使用了 出现错误 Compilation failuremakefile: 144 : recipe for target 'BSL432_MSP432P401x.out' fa

新建
New一个CCS Project

新建


Output type选择“Static Library”

添加源文件
右击工程 -> Add Files…

添加源文件

编译
编译生成的.lib就在Debug目录下

lib

现在,你可以拿去使用了

出现错误

>> Compilation failure
makefile:144: recipe for target 'BSL432_MSP432P401x.out' failed
warning #10247-D: creating output section ".TI.noinit" without a SECTIONS specification
"../msp432p401r.cmd",line 81: error #10099-D: program will not fit into available memory.  placement with alignment fails for section ".text" size 0x290d .  Available memory ranges:
   BSL_FLASH1   size: 0x60         unused: 0x0          max hole: 0x0       
   BSL_FLASH2   size: 0x1f60       unused: 0x0          max hole: 0x0       
"../msp432p401r.cmd",line 82: error #10099-D: program will not fit into available memory.  placement with alignment fails for section ".const" size 0x1e8 .  Available memory ranges:
   BSL_FLASH1   size: 0x60         unused: 0x0          max hole: 0x0       
   BSL_FLASH2   size: 0x1f60       unused: 0x0          max hole: 0x0       
"../msp432p401r.cmd",line 83: error #10099-D: program will not fit into available memory.  placement with alignment fails for section ".cinit" size 0x6c .  Available memory ranges:
   BSL_FLASH2   size: 0x1f60       unused: 0x0          max hole: 0x0       
error #10010: errors encountered during linking; "BSL432_MSP432P401x.out" not built
gmake: *** [BSL432_MSP432P401x.out] Error 1
gmake: Target 'all' not remade because of errors.

尽量去精简你的代码

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读