Society of Robots - Robot Forum
Software => Software => Topic started by: spizzak on July 15, 2009, 07:55:38 AM
-
Is there a guide anywhere on how to make the "makefile" for your program?
-
Is there a guide anywhere on how to make the "makefile" for your program?
Do you mean on SoR? I didn't find any. There are plenty of them on the net though.
I think it would be nice to have a tutorial about Makefile on SoR though. What do you guys think? If enough people are
interested, I volunteer to do it (I write Makefile all day long :p ), but it might take some time.
-
would be very usefull
-
What do you guys think?
i think it would be a great addition to the site, i would love to see one!
-
Is there a guide anywhere on how to make the "makefile" for your program?
Do you mean on SoR? I didn't find any. There are plenty of them on the net though.
I think it would be nice to have a tutorial about Makefile on SoR though. What do you guys think? If enough people are
interested, I volunteer to do it (I write Makefile all day long :p ), but it might take some time.
Oh please for the love of god do it. If you can write a nice, simple makefile tutorial I would be so grateful.
-
Yes, this would be helpful.
Especially if it was a targeted tutorial like "make for AVR and gcc/gpp" (my preference)
I have 2 sample makefiles that I copy and modify for AVR gcc. With one of them I get compile errors on for statements. The other compiles fine. I have no idea why.
I know that it will be a big effort to write a good tutorial on make. In the meantime could you post your favorite make links. My web searching has found things about make for those that already know make and who program in windows.
Thanks
Kirk
-
I'm on it ! The first section (avr-gcc) is done, I'm starting section 3 and 4 tonight.
As for links, the only link I have regarding make in my bookmarks is the reference documentation
http://www.gnu.org/software/make/manual/html_node/index.html
not exactly a good introduction though :(
Look for "introduction to makefile" in google, the first few results that came up seems good...
-
I'm on it ! The first section (avr-gcc) is done, I'm starting section 3 and 4 tonight.
As for links, the only link I have regarding make in my bookmarks is the reference documentation
http://www.gnu.org/software/make/manual/html_node/index.html
not exactly a good introduction though :(
Look for "introduction to makefile" in google, the first few results that came up seems good...
Going to read this later today. Thanks so much.