public inbox for gcc-bugs@sourceware.org
help / color / mirror / Atom feed
* Errors issued while building GCC
@ 2007-11-28 10:12 Ankur Gupta
  0 siblings, 0 replies; only message in thread
From: Ankur Gupta @ 2007-11-28 10:12 UTC (permalink / raw)
  To: gcc-bugs, bug-gcc; +Cc: '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=<GCC-installation-location>

<GCC-installation-location> 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


^ permalink raw reply	[flat|nested] only message in thread

only message in thread, other threads:[~2007-11-28 10:12 UTC | newest]

Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2007-11-28 10:12 Errors issued while building GCC Ankur Gupta

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for read-only IMAP folder(s) and NNTP newsgroup(s).