ccs编译.lib

本文详细介绍如何在Code Composer Studio (CCS)中创建静态库项目,并提供了从新建项目到添加源文件直至编译的具体步骤。同时针对可能出现的内存不足错误进行了说明,建议开发者精简代码以解决问题。

摘要生成于 C知道 ,由 DeepSeek-R1 满血版支持, 前往体验 >

新建
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.

尽量去精简你的代码

评论 1
添加红包

请填写红包祝福语或标题

红包个数最小为10个

红包金额最低5元

当前余额3.43前往充值 >
需支付:10.00
成就一亿技术人!
领取后你会自动成为博主和红包主的粉丝 规则
hope_wisdom
发出的红包
实付
使用余额支付
点击重新获取
扫码支付
钱包余额 0

抵扣说明:

1.余额是钱包充值的虚拟货币,按照1:1的比例进行支付金额的抵扣。
2.余额无法直接购买下载,可以购买VIP、付费专栏及课程。

余额充值