Handling non-standard or unsupported keywords: Difference between revisions
Jump to navigation
Jump to search
No edit summary |
No edit summary |
||
Line 1: | Line 1: | ||
If an unrecognized keyword in your source file is preventing compilation in STRIDE, you can work around the issue by creating an explicit empty definition for the keyword within STRIDE Studio. | |||
To create the definition, from the Studio menu, choose ''Tools/Settings'', then choose the ''Compiler'' tab and add a preprocessor definition for the unrecognized keyword. | |||
For example if the <tt>__inline__</tt> keyword is missing or unsupported, you can work around it by adding <tt>'__inline__='</tt> to the workspace definitions. | For example if the <tt>__inline__</tt> keyword is missing or unsupported, you can work around it by adding <tt>'__inline__='</tt> to the workspace definitions. | ||
[[Category:Troubleshooting]] | [[Category:Troubleshooting]] | ||
[[Category:Compiler]] | [[Category:Compiler]] |
Revision as of 22:37, 10 March 2008
If an unrecognized keyword in your source file is preventing compilation in STRIDE, you can work around the issue by creating an explicit empty definition for the keyword within STRIDE Studio.
To create the definition, from the Studio menu, choose Tools/Settings, then choose the Compiler tab and add a preprocessor definition for the unrecognized keyword.
For example if the __inline__ keyword is missing or unsupported, you can work around it by adding '__inline__=' to the workspace definitions.