Executing task in folder pertemp: mono c:\Users\Think.vscode\extensions\cl.eide-2.16.8\bin\builder\bin\unify_builder.exe -b 'D:\Program Files\Keil_5\ARM\ARMCC' -M arm.v5.model.json -p 'e:\STM32\Github\smallcar\pertemp\build\Target 1\builder.params' -m Fast-MULTHREAD <

Parameter format not correct - -Command
请大佬帮忙看看是哪里的问题,在哪里更改,谢谢!

  • admin replied to this.
  • hbgcdx

    信息太少了,我也不清楚,看样子就是终端的命令格式有问题,如果你之前修改过终端配置的话,最好将配置恢复至默认设置

    你可以试试

    将默认终端切换到 cmd

    或者

    修改 eide 插件配置:将 EIDE.Option.UseTaskToBuild 取消勾选

    hbgcdx

    信息太少了,我也不清楚,看样子就是终端的命令格式有问题,如果你之前修改过终端配置的话,最好将配置恢复至默认设置

    你可以试试

    将默认终端切换到 cmd

    或者

    修改 eide 插件配置:将 EIDE.Option.UseTaskToBuild 取消勾选

      admin 谢谢大佬回复。将EIDE.Option.UseTaskToBuild取消勾选后,不再报上面的错误了。
      但是报了一个链接错误“[ INFO ] start linking ...

      Fatal error: L6031U: Could not open scatter description file e:/STM32/Github/С3μ/pertemp/undefined: No such file or directory
      Not enough information to list image symbols.
      Not enough information to list the image map.
      Finished: 2 information, 0 warning, 0 error and 1 fatal error messages.

        admin Microsoft Windows [版本 10.0.22000.527]
        (c) Microsoft Corporation。保留所有权利。

        G:\Doomhood\Desktop\5_OLED\Project>mono c:\Users\Doomhood.vscode\extensions\cl.eide-3.0.0\bin\builder\bin\unify_builder.exe -b D:\Sofware\Study\keil_5\Software\ARM\ARMCC -M arm.v5.model.json -p 'g:\Doomhood\Desktop\5_OLED\Project\build\Target 1\builder.params' -m Fast-MULTHREAD

        ERROR Load params failed !
        System.IO.DirectoryNotFoundException: Could not find a part of the path "c:\Users\Doomhood.vscode\extensions\cl.eide-3.0.0\bin\builder\bin\'g:\Doomhood\Desktop\5_OLED\Project\build\Target".
        at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.Boolean anonymous, System.IO.FileOptions options) [0x00164] in <32116eccb94d4ed685ca661d98e36637>:0
        at System.IO.FileStream..ctor (System.String path, System.IO.FileMode mode, System.IO.FileAccess access, System.IO.FileShare share, System.Int32 bufferSize, System.IO.FileOptions options) [0x00000] in <32116eccb94d4ed685ca661d98e36637>:0
        at (wrapper remoting-invoke-with-check) System.IO.FileStream..ctor(string,System.IO.FileMode,System.IO.FileAccess,System.IO.FileShare,int,System.IO.FileOptions)
        at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks, System.Int32 bufferSize) [0x00055] in <32116eccb94d4ed685ca661d98e36637>:0
        at System.IO.StreamReader..ctor (System.String path, System.Text.Encoding encoding, System.Boolean detectEncodingFromByteOrderMarks) [0x00000] in <32116eccb94d4ed685ca661d98e36637>:0
        at (wrapper remoting-invoke-with-check) System.IO.StreamReader..ctor(string,System.Text.Encoding,bool)
        at System.IO.File.InternalReadAllText (System.String path, System.Text.Encoding encoding) [0x00000] in <32116eccb94d4ed685ca661d98e36637>:0
        at System.IO.File.ReadAllText (System.String path, System.Text.Encoding encoding) [0x00034] in <32116eccb94d4ed685ca661d98e36637>:0
        at unify_builder.Program.Main (System.String[] args) [0x00552] in <bd240058e6d9420e965b9407b6b7bc53>:0

        G:\Doomhood\Desktop\5_OLED\Project>这个是我的问题,我把EIDE的UseTaskToBuild取消勾选了也不行,刚刚还可以,链接脚本也是false

          3 months later
          Write a Reply...