Hi,

--- On Tue, Aug 7, 2012 at 10:10 AM, Karishma Balan
<karishma.ba...@gmail.com> wrote:
| I want to use GCC's front end for a project. As a first step i tried
| installing GCC from the source code
\--

You don't need to install GCC from source code to work on the
front-end. You can always write dynamic pluggable front-end passes.

---
| I downloaded gcc4.4.6 core package (tar file) , Unzipped it and
tried following
|       ./configure
\--

You should never run configure from the top-level directory. It is
customary in GNU packages to create a separate build/ directory inside
the sources, and run configure in it.

Please go through the slides and documentation from the GCC Resource
Center at IIT, Bombay [1] on working on front-end passes, and the GCC
wiki [2] page for compiling from sources.

SK

[1] GCC Resource Center, IIT, Bombay.
http://www.cse.iitb.ac.in/grc/gcc-workshop-11/index.php?page=slides

[2] Installing GCC. http://gcc.gnu.org/wiki/InstallingGCC

-- 
Shakthi Kannan
http://www.shakthimaan.com
_______________________________________________
ILUGC Mailing List:
http://www.ae.iitm.ac.in/mailman/listinfo/ilugc

Reply via email to