登录
/
注册
首页
论坛
其它
首页
科技
业界
安全
程序
广播
Follow
关于
博客
发1篇日志+1圆
记录
发1条记录+2圆币
发帖说明
登录
/
注册
账号
自动登录
找回密码
密码
登录
立即注册
搜索
搜索
关闭
CSDN热搜
程序园
精品问答
技术交流
资源下载
本版
帖子
用户
软件
问答
教程
代码
VIP网盘
VIP申请
网盘
联系我们
道具
勋章
任务
设置
我的收藏
退出
腾讯QQ
微信登录
返回列表
首页
›
业界区
›
安全
›
清理单片机编译过程中产生的编译文件(压缩以减少项目体 ...
清理单片机编译过程中产生的编译文件(压缩以减少项目体积)
[ 复制链接 ]
袁勤
2025-6-8 12:44:26
1)新建文本文件,将文件名修改为Clear.bat
2)用记事本打开该文件,将下面代码复制文件中即可
@echo off
::::::::::::::::::::::::::::::
:: 1)清理微芯编译生成的中间文件
:: 2)清理辉芒微编译生成的中间文件
:: 3)清理芯圣编译生成的中间文件
:: *使用方法*
:: 清理微芯、辉芒微拷入文件夹内,双击即可
:: 芯圣项目使用需要将该文件建立一个文件夹再放入工程目录中(芯圣编译会将目录中无关文件全部清除)
::
::::::::::::::::::::::::::::::::::::::::::
::一键清理FMD产生的中间文件
rd /s /q .vscode
rd /s /q output
del /f /s /q funclist
del /f /s /q *.p1
del /f /s /q *.pre
::touch.lpp文件不删除
for /f "delims=" %%i in ('dir /b /s /a-d "*.lpp"') do (
if "%%~nxi" neq "touch.lpp" (
if "%%~nxi" neq "touch_cs_lp_uac.lpp" (
if "%%~nxi" neq "touch_cs_uac.lpp" (
if "%%~nxi" neq "touch_lp.lpp" (
if "%%~nxi" neq "touch_soft.lpp" (
del /f /q "%%i"
)))))
)
::EEPROM.bin不删除
for /f "delims=" %%i in ('dir /b /s /a-d "*.bin"') do (
if "%%~nxi" neq "EEPROM.bin" (
del /f /q "%%i"
)
)
del /f /s /q *.as
del /f /s /q *.lst
del /f /s /q *.rlf
del /f /s /q *.as
del /f /s /q *.asm
del /f /s /q *.cof
del /f /s /q *.hxl
del /f /s /q *.map
del /f /s /q *.sdb
del /f /s /q *.sym
del /f /s /q *.obj
del /f /s /q *.d
del /f /s /q *.cmf
::::::::::::::::::::::::::::::::::::::::::
::一键清理PIC中间文件
rd /s /q build
rd /s /q debug
::只保留xml文件
cd ./nbproject
rd /s /q private
del /f /s /q *.mk
del /f /s /q *.properties
del /f /s /q *.bash
::只保留hex文件
cd ..
cd ./dist/default/production
del *.d
del *.i
del *.p1
del *.xml
del *.cmf
del *.elf
del *.hxl
del *.lst
del *.map
del *.mum
del *.o
del *.rlf
del *.sdb
del *.sym
::::::::::::::::::::::::::::::::::::::::::
::一键清理HC产生的中间文件
::EEPROM.bin不删除
for /f "delims=" %%i in ('dir /b /s /a-d "*.bin"') do (
if "%%~nxi" neq "EEPROM.bin" (
del /f /q "%%i"
)
)
del /f /s /q *.obj
del /f /s /q *.pre
del /f /s /q *.err
del /f /s /q *.as
del /f /s /q *.aslib
del /f /s /q log.txt
复制代码
来源:程序园用户自行投稿发布,如果侵权,请联系站长删除
免责声明:如果侵犯了您的权益,请联系站长,我们会及时删除侵权内容,谢谢合作!
回复
使用道具
举报
提升卡
置顶卡
沉默卡
喧嚣卡
变色卡
千斤顶
照妖镜
高级模式
B
Color
Image
Link
Quote
Code
Smilies
您需要登录后才可以回帖
登录
|
立即注册
回复
本版积分规则
回帖并转播
回帖后跳转到最后一页
浏览过的版块
业界
签约作者
程序园优秀签约作者
发帖
袁勤
2025-6-8 12:44:26
关注
0
粉丝关注
19
主题发布
板块介绍填写区域,请于后台编辑
财富榜{圆}
敖可
9984
黎瑞芝
9990
杭环
9988
4
猷咎
9988
5
凶契帽
9988
6
接快背
9988
7
氛疵
9988
8
恐肩
9986
9
虽裘侪
9986
10
里豳朝
9986
查看更多