In the project I've been working on, we've just switched over from CodeWarrior to Carbide.c++. We are hitting a problem when it comes to compiling 1 specific file in Carbide.c++ which was never a problem in CodeWarrior for it to comiple. I'm building for AMRI and using Symbian Series 60, 8.1a, S60_2nd_FP3.
Basically, when it runs gcc on this file, ui.cpp, I get this error message.
"linker input file unused since linking not done"
and an error when it archives because the corresponding UI.o is never created.
This is the only file that has this problem, and I know that the "-c" option for gcc turns off linking, so I'd imagine that's what is causing it, but all the other files which have calls to headers and libraries run fine with this option.
Is there a way to take off the "-c" option when Carbide.c++ builds?
Any suggestions, solutions, would be great!



