My IDE is carbide 1.1 and SDK is S60 2nd , I can bulid my project on the Emulator ,but when i bulid it on the ARMI, the carbide give the error message "gcc.exe: cannot specify -o with -c or -S and multiple compilations" ?
can anyone help me .thanks
My IDE is carbide 1.1 and SDK is S60 2nd , I can bulid my project on the Emulator ,but when i bulid it on the ARMI, the carbide give the error message "gcc.exe: cannot specify -o with -c or -S and multiple compilations" ?
can anyone help me .thanks
It's a know issue with gcc when compiling multiple source files and when such a weird combo of options is provided.
Just remove the -o option that am suspecting you have put in the mmp file.
--Mayur.