Fwd: Errors issued while building GCC

2007-11-28 Thread Ankur Gupta
Hello,

I am newly assigned to GNU CC work. I am using Win-xp-sp2 and Cygwin to
build GCC. I have successfully installed the 'binutils', but while building
GCC below errors are being issued:

--cut--
../.././gcc/config/mips/mips.md:3318:5: missing terminating " character
../.././gcc/config/mips/mips.md:3319: error: stray '\' in program
../.././gcc/config/mips/mips.md:3319: error: syntax error before "n"
../.././gcc/config/mips/mips.md:3321: error: stray '\' in program




../.././gcc/config/mips/mips.md:407: error: initializer element is not
constant
../.././gcc/config/mips/mips.md:407: error: (near initialization for
`insn_conditions[205]')
make[1]: *** [build/insn-conditions.o] Error 1
make[1]: Leaving directory `/home/gcc/host-i686-pc-cygwin/gcc'
make: *** [all-gcc] Error 2
--cut--

I am using below procedure to build GCC:

1. Configure the GCC by giving the following command in the directory where
GCC package is placed.

$ ./configure --target='mipsisa32-elf' --enable-languages=c,c++ --
prefix=

 is the path where GCC package is to be
installed. I am using /usr/local/bin for this.

2. Build the GCC package by

$ make all-gcc

3. Install the GCC package by:

$ make install-gcc


Please help me in rectifying these issues.


Thanks and Regards
Ankur Gupta
Software Engineer
ACME Technologies Pvt. Ltd...
Noida, India


Re: Errors issued while building GCC

2007-11-28 Thread Ankur Gupta
-- Forwarded message --
From: Ankur Gupta <[EMAIL PROTECTED]>
Date: Nov 28, 2007 6:44 PM
Subject: Re: Errors issued while building GCC
To: Manuel López-Ibáñez <[EMAIL PROTECTED]>


Thanks for your response, Manuel.

No, we aren't going to improve GCC. We are just studying abt GCC currently.
Anyways my problem has been solved. I had also seen list of companies
providing commercial support for GCC, but i couldnt recall the website
at this time..will look for that.

Thanks.


On Nov 28, 2007 6:11 PM, Manuel López-Ibáñez <[EMAIL PROTECTED]> wrote:
> On 28/11/2007, Ankur Gupta <[EMAIL PROTECTED]> wrote:
> > Hello,
> >
> > I am newly assigned to GNU CC work. I am using Win-xp-sp2 and Cygwin to
> > build GCC. I have successfully installed the 'binutils', but while building
> > GCC below errors are being issued:
> >
>
> Do you mean that you are going to work on improving GCC or that you
> are going to use GCC? For the former you need a copyright assignment.
> For the latter, this list is about developing GCC, so please use
> [EMAIL PROTECTED] instead. If it is an important project, your
> company may be better off contracting commercial support (this is
> well-intentioned advice, I don't provide such support and I don't work
> for any company that does, I am just a volunteer).
>
> Actually, I wanted to provide some examples, but I couldn't easily
> find a list of companies providing commercial support for GCC.
> Shouldn't we have such a list in the website in a prominent place?
>
> Cheers,
>
> Manuel.
>