Assistance

Martin v. Loewis martin@loewis.home.cs.tu-berlin.de
Fri Dec 31 23:54:00 GMT 1999


>    I am one new user of gcc on one Sparc Ultra 5, solaris 7 computer,
> according one README file in gcc directory, that gcc provide the
> function as compilers, debugs and linkers and so on, I would like to
> know how to set up gcc development environment that I can use it more
> efficiently.

I'm not sure what you are asking. Are you already using gcc, and want
to use it "more efficiently"? What exactly do you want to do that you
don't know how to do?

Or do you want to use gcc at all? Then you must first install it;
please read the installation instructions on how to do that.

Or do you want to use a debugger together with gcc? The debugger that
I would recommend is called gdb, the GNU debugger. You also have to
install it in order to use it. You may also want to install "GNU
binutils", which provides you with an assembler and a linker.

Hope this helps,
Martin



More information about the Gcc mailing list