Command Prompt Error 'C:\Program' is not recognized as an internal or external command, operable program or batch file

前端 未结 8 823
迷失自我
迷失自我 2020-12-01 07:04

I am trying to run the following batch command. The command has been extracted from the IDE so is confirmed working. Getting the error mentioned below.

I have tried

8条回答
  •  萌比男神i
    2020-12-01 07:54

    I believe James Hunt's answer will solve the problem.

    @user3731784: In your new message, the compiler seems to be confused because of the "C:\Program Files\IAR systems\Embedded Workbench 7.0\430\lib\dlib\d1430fn.h" argument. Why are you giving this header file at the middle of other compiler switches? Please correct this and try again. Also, it probably is a good idea to give the source file name after all the compiler switches and not at the beginning.

提交回复
热议问题