Hi, it seems there is a bug in Global complier settings dialog.
I want to use the ARM complier of the Realview MDK toolchain.
So I type the "E:\Keil\ARM\BIN40" in the directory text box and "armcc.exe" in C complier text box in the "Toolchain executables" tag.
But it fail when I try to complier. The fail msg is as below
armcc.exe --device DARMST --diag_style=gnu -c E:\fcl\Source_Code\CB_MDK_test\main.c -o obj\Debug\main.o
Execution of 'armcc.exe --device DARMST --diag_style=gnu -c E:\Source_Code\CB_MDK_test\main.c -o obj\Debug\main.o' in 'E:\fcl\Source_Code\CB_MDK_test' failed.
Nothing to be done.
And if I add "E:\Keil\ARM\BIN40" in "Additional Paths", the building will succeed.
This really confuse me.
Thanks.