This is the mail archive of the gcc@gcc.gnu.org mailing list for the GCC project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Re: urgent


On Nov 26, 2001, "usman yousaf" <yousaf_usman@hotmail.com> wrote:

>                     i configure the code by runing configure.exe file.

configure is a shell script, not an executable.

>                     i run the Makefile.in  gcc-3.0 folder by make command.

Makefile.in is not supposed to be run.  Run `make bootstrap' after
`configure', as per the installation instructions.

> 2-i want to get the temporary ir file

There's no such temporary ir file.  GCC outputs assembly code.  You
can get rtl dumps using the various -d flags.  There may be some
option to dump the trees of the program too, depending on the version
of GCC you're running.

-- 
Alexandre Oliva   Enjoy Guarana', see http://www.ic.unicamp.br/~oliva/
Red Hat GCC Developer                  aoliva@{cygnus.com, redhat.com}
CS PhD student at IC-Unicamp        oliva@{lsd.ic.unicamp.br, gnu.org}
Free Software Evangelist    *Please* write to mailing lists, not to me


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]