Hi Sir,
I would like to know about the feasibility to add multiple source code (.cpp) files in a single GR-KAEDE project. Is it possible to have separate modular files and linking with a single main file?
You can add multiple source files in a single project on the web compiler, also e2studio.
The following files are searched in the project and cataloged in makefile, and then built:
- Source files of which extension ends with .c, .cpp, .s, and .asm
- Header files of which extension ends with .h
- Build tool specific to the project, such as GNURX and GNURL78