Your browser does not seem to support JavaScript. As a result, your viewing experience will be diminished, and you have been placed in read-only mode.
Please download a browser that supports JavaScript, or enable it if it's disabled (i.e. NoScript).
I am getting the following error during compilation
Error: C0000U: Unrecognized option '--visibility_inlines_hidden'
Is something missing in my setup?? What is the reason for this error and how to fix this issue?
What do you compile - Qt or your program?
This was probably happening when compiling for armv5?
Check that you are using compatible RVCT compiler.
which Symbian/Qt sdk are you using? are you using Nokia SDK?
updating the RVCT compiler fixed the problem. thank you