Hi, --- On Wed, Sep 2, 2009 at 10:52 PM, bala chandar<[email protected]> wrote: | I like this subject very much and i want to see the | real things that actually going behind a compiler,assembler,loader | practically.Can i see the Symbol tables,object codes,executable codes \--
Yes. You can use objdump (for example). --- | (Know it is not human readable but want to see the crap in it) \-- It is not crap. --- | Is there any tool for it? or can i see those things with gcc? \-- Go through these links: Advanced GCC workshop: http://www.cse.iitb.ac.in/~uday/gcc-workshop/ GCC Internals: http://en.wikibooks.org/wiki/GNU_C_Compiler_Internals An introduction to GCC: http://www.network-theory.co.uk/docs/gccintro/ The Definitive Guide to GCC: http://www.freesoftwaremagazine.com/articles/book_review_definitive_guide_to_gcc In future, use a search engine before you ask questions. http://catb.org/~esr/faqs/smart-questions.html#before SK -- Shakthi Kannan http://www.shakthimaan.com _______________________________________________ To unsubscribe, email [email protected] with "unsubscribe <password> <address>" in the subject or body of the message. http://www.ae.iitm.ac.in/mailman/listinfo/ilugc
