ccs编译.lib

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

尽量去精简你的代码

posted @   thomas_blog  阅读(573)  评论(0编辑  收藏  举报
编辑推荐:
· Linux系列:如何用heaptrack跟踪.NET程序的非托管内存泄露
· 开发者必知的日志记录最佳实践
· SQL Server 2025 AI相关能力初探
· Linux系列:如何用 C#调用 C方法造成内存泄露
· AI与.NET技术实操系列(二):开始使用ML.NET
阅读排行:
· 被坑几百块钱后,我竟然真的恢复了删除的微信聊天记录!
· 没有Manus邀请码?试试免邀请码的MGX或者开源的OpenManus吧
· 【自荐】一款简洁、开源的在线白板工具 Drawnix
· 园子的第一款AI主题卫衣上架——"HELLO! HOW CAN I ASSIST YOU TODAY
· Docker 太简单,K8s 太复杂?w7panel 让容器管理更轻松!
点击右上角即可分享
微信分享提示