eide icon indicating copy to clipboard operation
eide copied to clipboard

[bug] iasmarm 有-n 选项,编译报错

Open jht-cool opened this issue 2 years ago • 2 comments

compilation failed at : "..\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.s", exit code: 3 command: "d:\IAR9\arm\bin\iasmarm.exe" -S --thumb -w+ -l .\build\DT630_V1__\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.lst --cpu Cortex-M0 --endian little -r -s+ -n -o .\build\DT630_V1__\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.o .....\Middlewares\Third_Party\FreeRTOS\Source\portable\IAR\ARM_CM0\portasm.s at unify_builder.Program.Main(String[] args_)

Error in command line option '-n': No such option

Desktop (please complete the following information):

  • OS: Windows 10
  • EIDE Version[v3.13.2023060401
  • VSCode Version 1.81.1

Additional context some logs, like: <user_home>/.eide/cl.eide.log

jht-cool avatar Aug 16 '23 12:08 jht-cool

iar 是9.30.1

jht-cool avatar Aug 16 '23 12:08 jht-cool

检查一下这个选项,如果 勾选了 就会有 -n

image

github0null avatar Jan 12 '24 02:01 github0null