public inbox for ecos-discuss@sourceware.org
 help / color / mirror / Atom feed
* [ECOS] eCos Build for i386 PC Target
@ 2001-06-18  7:40 ajith.karat
  2001-06-18  8:25 ` Andrew Lunn
  0 siblings, 1 reply; 4+ messages in thread
From: ajith.karat @ 2001-06-18  7:40 UTC (permalink / raw)
  To: ecos-discuss

Hi ,

I am trying to build eCos for i386 PC Target.
During build I got the following error(Internal compiler error.) and stuck up!

****************************************************************************************************************************************************************************************
i386-elf-gcc -c  -I//C/ecos/i386/ecos_i386_install/include
-I//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1
-I//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/src
-I//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/tests -I.
-I//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/src/ -Wall
-Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -g -O2
 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc
-finit-priority -Wp,-MD,src/ioinit.tmp -o src/io_common_ioinit.o
//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/src/ioinit.cxx
//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/src/ioinit.cxx:0: warning:
-ffunction-sections may affect debugging on some targets.
//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/src/ioinit.cxx:60: Internal
 compiler error.
//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/src/ioinit.cxx:60: Please
submit a full bug report.
//C/PROGRA~1/REDHAT~1/eCos/packages/io/common/v1_3_1/src/ioinit.cxx:60: See
<URL: http://www.gnu.org/software/gcc/bugs.html > for instructions.
make[1]: *** [src/ioinit.o.d] Error 1
make[1]: Leaving directory `/c/ecos/i386/ecos_i386_build/io/common/v1_3_1'
make: *** [build] Error 2

*** Process -636625 terminated (rc=2)

****************************************************************************************************************************************************************************************
I don't know what to do for this peculiar error.Please help me in overcoming
this error to achieve a successful build.

Thanks in advance,
Ajith Karat
---------------


^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] eCos Build for i386 PC Target
  2001-06-18  7:40 [ECOS] eCos Build for i386 PC Target ajith.karat
@ 2001-06-18  8:25 ` Andrew Lunn
  0 siblings, 0 replies; 4+ messages in thread
From: Andrew Lunn @ 2001-06-18  8:25 UTC (permalink / raw)
  To: ajith.karat; +Cc: ecos-discuss

On Mon, Jun 18, 2001 at 07:52:58PM +0530, ajith.karat@delphiauto.com wrote:
> I am trying to build eCos for i386 PC Target.
> During build I got the following error(Internal compiler error.) and stuck up!

What version of gcc are you using. Use the -v flag to show you, eg

i686-pc-linux-gnu-gcc -v
Reading specs from /usr/local/pkg/H686-pc-linux-gnu/bin/../lib/gcc-lib/i686-pc-linux-gnu/2.9-ecos-99r1-991015/specs
gcc version 2.9-ecos-99r1-991015

        Andrew

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] eCos Build for i386 PC Target
  2001-06-18 21:28 ajith.karat
@ 2001-06-19  5:51 ` Jonathan Larmour
  0 siblings, 0 replies; 4+ messages in thread
From: Jonathan Larmour @ 2001-06-19  5:51 UTC (permalink / raw)
  To: ajith.karat; +Cc: Andrew Lunn, ecos-discuss

ajith.karat@delphiauto.com wrote:
> 
> Hi Andrew,
> 
> Thanks for the reply.
> 
> I   am   using    gcc-2.95.3-4  version.
> I  am  building eCos using GUI Configuration Tool ver 1.3.1(not Command line)
> So how should I use "-v"  option in that?

You are using the Cygwin native compiler. That is not the same as an
i386-elf compiler. Instead build an i386-elf compiler:
http://sources.redhat.com/ecos/tools/win-i386-elf.html

Jifl
-- 
Red Hat, Rustat House, Clifton Road, Cambridge, UK. Tel: +44 (1223) 271062
Maybe this world is another planet's Hell -Aldous Huxley || Opinions==mine
Come to the Red Hat TechWorld open source conference in Brussels!
Keynotes, techie talks and exhibitions    http://www.redhat-techworld.com/

^ permalink raw reply	[flat|nested] 4+ messages in thread

* Re: [ECOS] eCos Build for i386 PC Target
@ 2001-06-18 21:28 ajith.karat
  2001-06-19  5:51 ` Jonathan Larmour
  0 siblings, 1 reply; 4+ messages in thread
From: ajith.karat @ 2001-06-18 21:28 UTC (permalink / raw)
  To: Andrew Lunn; +Cc: ecos-discuss

Hi Andrew,

Thanks for the reply.

I   am   using    gcc-2.95.3-4  version.
I  am  building eCos using GUI Configuration Tool ver 1.3.1(not Command line)
So how should I use "-v"  option in that?

Thanks again,
Ajith







Andrew Lunn <andrew.lunn@ascom.ch> on 06/18/2001 09:54:47 PM

To:   Ajith Karat/in2/delphiauto@Delphi_IN2
cc:   ecos-discuss@sources.redhat.com

Subject:  Re: [ECOS] eCos Build for i386 PC Target



On Mon, Jun 18, 2001 at 07:52:58PM +0530, ajith.karat@delphiauto.com wrote:
> I am trying to build eCos for i386 PC Target.
> During build I got the following error(Internal compiler error.) and stuck up!

What version of gcc are you using. Use the -v flag to show you, eg

i686-pc-linux-gnu-gcc -v
Reading specs from
/usr/local/pkg/H686-pc-linux-gnu/bin/../lib/gcc-lib/i686-pc-linux-gnu/2.9-ecos-99r1-991015/specs

gcc version 2.9-ecos-99r1-991015

        Andrew




^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2001-06-19  5:51 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2001-06-18  7:40 [ECOS] eCos Build for i386 PC Target ajith.karat
2001-06-18  8:25 ` Andrew Lunn
2001-06-18 21:28 ajith.karat
2001-06-19  5:51 ` Jonathan Larmour

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).