0

The command below produces an error in powershell.exe:

arm-none-eabi-gcc   -mthumb    -mcpu=cortex-m4     -march=armv7e-m    -save-temps  -nostdlib 
  -O0   -Wl,-Map,"app.map"   -Wl,-T"tm4c123gh6pm.lds"    app_main.c  app_2.c -o  app_output.elf

1

It does however work without error in cmd.

vimuth
  • 5,064
  • 33
  • 79
  • 116
  • Perhaps try [this answer](https://stackoverflow.com/a/22247408/4190564), or maybe this [--%](https://stackoverflow.com/a/13770568/4190564) – Darin Aug 11 '22 at 22:46
  • Please remove the image of the error which is an essential part of your question, and paste the actual error content from PowerShell, formatted as code, instead. There is an [edit] button available for such purposes. – Compo Aug 11 '22 at 23:38
  • `,` is a special character in powershell but just a normal one in cmd. [Why should I not upload images of code/data/errors when asking a question?](https://meta.stackoverflow.com/q/285551/995714) – phuclv Aug 12 '22 at 02:35

0 Answers0