Crossware

Table of Contents        Previous topic       Next topic       

Projects and Workspaces->The Project Tree->File Name Extensions

The Embedded Development Studio recognises the type of a file by its extension.  Source files must have a .C or .ASM extension (.C for C code and .ASM for assembler code).  Dependency files should preferably have a .H or .INC extension (.H for C include files and .INC for assembler include files).  If you do not use a .C or .ASM extension for your C and assembler source files, the Embedded Development Studio will not allow you to compile or assemble them and will not automatically display them with the appropriate context colours.  If you do not use .H or .INC for your C and assembler dependency files, the Embedded Development Studio will not automatically display them with the appropriate context colours.