Part Number:TMS320F28075
all:
when I use script to compile the current CCS project, I can't realize the current compilation?
How to implement the operation of gmake.exe on the current makefile
i did this follow:
in my ccs project makefile folder:
excuted this script command
Susan Yang:
请看一下下面的链接是否可以提供帮助
https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html
https://software-dl.ti.com/ccs/esd/documents/users_guide/sdto_dss_handbook.html
您现在是不想在CCS内编译?
,
yiqun zheng:
你好,这么快就有回复,是的,我就想用脚本编译,因为我脚本还用到产生在线升级的文件
,
Susan Yang:
请您首先进入到文件夹,而后再 run command.
如下:
cd C:\您的工程路径
C:\TI\xdctools_3_51_03_28_core\gmake.exe all
,
yiqun zheng:
你好,请问是工程路径吗??还是makefile路径
我当前这个脚本是是在makefile中运行,所以没有cd命令,实际需要进入makefile的文件夹吗??
,
Susan Yang:
请您使用下面的方式
https://software-dl.ti.com/ccs/esd/documents/users_guide/ccs_project-management.html#creating-and-building-projects-from-command-line
,
yiqun zheng:
你好,我按照你的说法做了实验,发现如果obj我认为删除还是会有如下告警:
,
yiqun zheng:
这个不错,我理解一下~~