Archived:Compiler and linker warnings with Open C GCCE and WINSCW builds (Known Issue)
hamishwillee
(Talk | contribs) |
hamishwillee
(Talk | contribs) m (Hamishwillee - Add Abstract. Tidy wiki text.) |
||
| Line 1: | Line 1: | ||
| − | + | [[Category:Known Issue]][[Category:S60 3rd Edition (initial release)]][[Category:Open C/C++]][[Category:Symbian]][[Category:S60 3rd Edition FP1]][[Category:S60 3rd Edition FP2]][[Category:SDK]] | |
| + | {{Archived|timestamp=20120313123757|user=roy.debjit| }} | ||
{{ArticleMetaData <!-- v1.2 --> | {{ArticleMetaData <!-- v1.2 --> | ||
|sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | |sourcecode= <!-- Link to example source code (e.g. [[Media:The Code Example ZIP.zip]]) --> | ||
| Line 22: | Line 23: | ||
|author= [[User:Technical writer 1]] | |author= [[User:Technical writer 1]] | ||
<!-- The following are not in current metadata --> | <!-- The following are not in current metadata --> | ||
| − | |||
|id= KIS001021 | |id= KIS001021 | ||
}} | }} | ||
| − | |||
==Description== | ==Description== | ||
| − | The compiler gives a couple of warnings when building an Open C application to the GCCE (device) or WINSCW (emulator) target. | + | {{Abstract|The compiler gives a couple of warnings when building an Open C application to the GCCE (device) or WINSCW (emulator) target.}} |
'''Compilation with GCCE build:''' | '''Compilation with GCCE build:''' | ||
| − | + | ''warning: command line option "-Wno-ctor-dtor-privacy" is valid for C++/ObjC++ but not for C'' | |
| − | ''warning: command line option "-Wno-ctor-dtor-privacy" is valid for C++/ObjC++ but not for C'' | + | |
'''Linker warnings with WINSCW build:''' | '''Linker warnings with WINSCW build:''' | ||
| − | + | ''warning: Multiply defined section'' for several functions. | |
| − | ''warning: Multiply defined section'' for several functions. | + | |
==Solution== | ==Solution== | ||
Revision as of 12:55, 15 March 2012
Archived: This article is archived because it is not considered relevant for third-party developers creating commercial solutions today. If you think this article is still relevant, let us know by adding the template {{ReviewForRemovalFromArchive|user=~~~~|write your reason here}}.
Article Metadata
Compatibility
Platform(s): S60 3rd Edition
S60 3rd Edition, FP1 and FP2
S60 3rd Edition, FP1 and FP2
Article
Created: User:Technical writer 1
(12 Jun 2008)
Last edited: hamishwillee
(15 Mar 2012)
Description
The compiler gives a couple of warnings when building an Open C application to the GCCE (device) or WINSCW (emulator) target.
Compilation with GCCE build:
warning: command line option "-Wno-ctor-dtor-privacy" is valid for C++/ObjC++ but not for C
Linker warnings with WINSCW build:
warning: Multiply defined section for several functions.
Solution
These types of warnings can typically be ignored for GCCE/WINSCW builds. They are expected to be addressed in the next Open C release.
Warnings about the -Wno-ctor-dtor-privacy option can be disabled by modifying the \epoc32\tools\compilation_config\gcce.mk file. See How to use GCCE and Open C for more information.

