This post is older than 2 years and might not be relevant anymore
More Info: Consider searching for newer posts

ArmClang error (cannot specify -o)

Hello,

I am trying to move from ARM Compiler v5.06 to v6.4, but I encounter an error, which I cannot handle.

The project builds fine with v5.06. When changing to v6.4 in Keil µVision and hitting build, the following error pops up for every source file in the project:

ArmClang.exe: error: cannot specify -o when generating multiple output files

Looking at Project -> Options -> C/C++, I can see "-o" in compiler control string, but I can't do anything to make it disappear.

Any help would be appreciated. Tamas

Related