Society of Robots - Robot Forum

Software => Software => Topic started by: Nate_the_Great on August 06, 2007, 07:27:40 PM

Title: Printing the makefile
Post by: Nate_the_Great on August 06, 2007, 07:27:40 PM
Hey, I wanted to print out the files for the 50 robot sharpIR code and I got the header file and the source file looked after,

Is there any way I can print out or look at the makefile?
Title: Re: Printing the makefile
Post by: Admin on August 07, 2007, 08:17:51 AM
Just open it up in either notepad or in AVR Studio.
Title: Re: Printing the makefile
Post by: rgcustodio on August 07, 2007, 10:50:09 AM
I think you can also use AVR Studio to automagically generate a Makefile which you can directly view/print.

I don't have direct access to my setup right now, so I can't specify the correct settings but you should be able to set this from the preferences or settings on the menu.
Title: Re: Printing the makefile
Post by: Admin on August 07, 2007, 11:02:13 AM
I do know that MFile, the program that comes with WinAVR, can automatically generate makefiles . . .