Click to See Complete Forum and Search --> : SDCC Compiler and multiple files projects


Djordj
December 4th, 2004, 08:05 AM
The SDCC user guide says that SDCC can compile only one file at a time.
How can I write a makefile in order to compile a whole project, made of several source files?

I need something like the makefile used with Visual Studio in order to use an external compiler.

Thanks!

Kheun
December 5th, 2004, 07:18 PM
You canl get many excellent results from goolge search on how to write a make file.