Dear All
We ( K.J.Somaiya College of Engineering , Vidyavihar Mumbai) are organising Short Term Training Program on OPEN SOURCE SOFTWARES : An Effective Way Managing Engineering Education between May 15 and May 26 2006. We plan to distribute *Ubuntu Linux* to all participants ( around 50) so please guide me from where I will get those CDs of Ubuntu Linux.
One more problem please guide me *How to debug using gcc* or any other book for that because I plan deliver the lecture on that topic.
Manish Potey
Asstt Prof. Department of Computer Engineering K.J.Somaiya College of Engineering Vidyavihar Mumbai
On 5/13/06, Manish Potey manishpotey@gmail.com wrote:
Dear All
We ( K.J.Somaiya College of Engineering , Vidyavihar Mumbai) are organising Short Term Training Program on OPEN SOURCE SOFTWARES : An Effective Way Managing Engineering Education between May 15 and May 26 2006. We plan to distribute *Ubuntu Linux* to all participants ( around 50) so please guide me from where I will get those CDs of Ubuntu Linux.
One more problem please guide me *How to debug using gcc* or any other book for that because I plan deliver the lecture on that topic.
Manish Potey
Asstt Prof. Department of Computer Engineering K.J.Somaiya College of Engineering Vidyavihar Mumbai -- http://mm.glug-bom.org/mailman/listinfo/linuxers
I think tldp will be useful In particular the following links might be worthwhile
Programming the AVR Microcontroller with GCC : http://www.tldp.org/linuxfocus/English/March2002/article231.shtml http://www.tldp.org/linuxfocus/English/November2004/article352.shtml
GCC Basics http://www.tldp.org/linuxfocus/English/March2002/article229.shtml
GCC Online Docs http://gcc.gnu.org/onlinedocs/
Similarly searching for gdb at tldp gives excellent results
Regards, Mohan S N
Hi,
One more problem please guide me *How to debug using gcc* or any other book for that because I plan deliver the lecture on that topic.
Please do give a short demo of "ddd" (Data display debugger) ddd is a graphical debugger built on top of gdb. I found it very useful for understanding Data structures like linked lists, tree etc.
ddd is distributed in all Fedora distributions. Most of the other distros don't usally distribute ddd by default.
HTH.
-Devendra Laulkar.
We plan to distribute *Ubuntu Linux* to all participants ( around 50) so please guide me from where I will get those CDs of Ubuntu Linux.
On Saturday 13 May 2006 05:10, Manish Potey wrote:
Dear All
We ( K.J.Somaiya College of Engineering , Vidyavihar Mumbai) are organising Short Term Training Program on OPEN SOURCE SOFTWARES : An Effective Way Managing Engineering Education between May 15 and May 26 2006. We plan to distribute *Ubuntu Linux* to all participants ( around 50) so please guide me from where I will get those CDs of Ubuntu Linux.
You can order them from ubuntu's website ( https://shipit.ubuntu.com/ ) which is free of cost. But it will take time. Instead, someone here who already has the latest ubuntu's stable release can burn you a couple of copies. You can then burn more copies yourself.
One more problem please guide me *How to debug using gcc* or any other book for that because I plan deliver the lecture on that topic.
Umm...you dont debug using GCC. You use gdb / ddd to debug. I'm sure you'll find a lot of tutorials online. But do you think it is wise to start off with debugging and stuff without the basics?
Best luck! :)
Regards,