CodeGuru Home VC++ / MFC / C++ .NET / C# Visual Basic VB Forums Developer.com
Results 1 to 2 of 2
  1. #1
    Join Date
    Feb 2000
    Location
    Italy
    Posts
    14

    SDCC Compiler and multiple files projects

    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!

  2. #2
    Join Date
    Oct 2002
    Location
    Singapore
    Posts
    3,128

    Re: SDCC Compiler and multiple files projects

    You canl get many excellent results from goolge search on how to write a make file.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  





Click Here to Expand Forum to Full Width

Featured