主题中讨论的其他器件:CCStudio
您好!
尝试按照 TI 关于使用 PowerShell 构建应用的说明进行操作: https://software-dl.ti.com/ccs/esd/documents/ccs_projects-command-line.html
还尝试了使用 gmake、但我认为它可能更复杂、因为好像我必须编写自己的 makefile? 您可以确认吗?
不幸的是、我收到以下错误:
PS C:\Projekte\TQ_Ti\AM64x\TQMaX4XxL.MCU.bsp> eclipsec -noSplash -data "workspace_dir" -application com.ti.ccstudio.apps.projectCreate -ccs.projectSpec "TQMaX4XxL.MCU.BSP.projectspec" -ccs.name testing -ccs.device AM64x SLF4J: Failed to load class "org.slf4j.impl.StaticLoggerBinder". SLF4J: Defaulting to no-operation (NOP) logger implementation SLF4J: See www.slf4j.org/codes.html for further details.
也尝试过以下版本:
PS C:\Projekte\TQ_Ti\AM64x\TQMaX4XxL.MCU.bsp> eclipsec -noSplash -data "workspace_dir" -application com.ti.ccstudio.apps.projectCreate (-ccs.projectSpec TQMaX4XxL.MCU.BSP.projectspec | -ccs.name testing -ccs.device AM64x) #SOME ERROR MESSAGE ON GERMAN SAYING OH NO I DON'T KNOW WHAT .ccs is -ccs : Die Benennung "-ccs" wurde nicht als Name eines Cmdlet, einer Funktion, einer Skriptdatei oder eines ausführbaren Programms erkannt. Überprüfen Sie die Schreibweise des Namens, oder ob der Pfad korrekt ist (sofern enthalten), und wiederholen Sie den Vorgang. In Zeile:1 Zeichen:91 + ... ce_dir" -application com.ti.ccstudio.apps.projectCreate (-ccs.project ... + ~~~~ + CategoryInfo : ObjectNotFound: (-ccs:String) [], CommandNotFoundException + FullyQualifiedErrorId : CommandNotFoundException
此致
艾萨克