public inbox for sid@sourceware.org
 help / color / mirror / Atom feed
* cgen-cpu VIRTUAL_INSN_* compile problem
@ 2004-12-13 21:00 Frank Mandarino
  2004-12-15 18:45 ` Frank Mandarino
  2004-12-15 19:14 ` Frank Ch. Eigler
  0 siblings, 2 replies; 3+ messages in thread
From: Frank Mandarino @ 2004-12-13 21:00 UTC (permalink / raw)
  To: sid

Hi,

I am getting the following compile errors when trying to build a freshly 
checked-out SID on Mandrake 10.1 using GCC 3.4.1.

I also got the same error with the latest 20041204 snapshot.

Any ideas?

Thanks in advance,
../fam
-- 
Frank Mandarino					fmandarino@endrelia.com
Endrelia Technologies Inc.
Toronto, Ontario, Canada


Making all in cgen-cpu
make[4]: Entering directory `/home/opt/sid/BUILDTREE/sid/component/cgen-cpu'
make "TOP_CXXFLAGS=-g -O2" all-recursive
make[5]: Entering directory `/home/opt/sid/BUILDTREE/sid/component/cgen-cpu'
Making all in arm7t
make[6]: Entering directory 
`/home/opt/sid/BUILDTREE/sid/component/cgen-cpu/arm7t'
/bin/sh ./libtool --mode=compile c++ -DPACKAGE=\"sidcomp\" 
-DVERSION=\"0.1\"  -I. 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/.. 
-I../../../include 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../../../include 
-I../../../../bfd 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../../../../include 
    -g -O2 -c /opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/arm7f.cxx
c++ -DPACKAGE=\"sidcomp\" -DVERSION=\"0.1\" -I. 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/.. 
-I../../../include 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../../../include 
-I../../../../bfd 
-I/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../../../../include 
-g -O2 -Wp,-MD,.deps/arm7f.pp -c 
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/arm7f.cxx -o arm7f.o
In file included from 
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-cpu.h:24,
                  from 
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/arm7f.h:14,
                  from 
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/arm7f.cxx:9:
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-engine.h: 
In member function `void cgen::pbb_engine<cpu_class, 
scache_record>::set_pbb_engine()':
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-engine.h:236: 
error: `VIRTUAL_INSN_BEGIN' is not a member of `cgen'
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-engine.h:237: 
error: `VIRTUAL_INSN_COND' is not a member of `cgen'
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-engine.h:238: 
error: `VIRTUAL_INSN_CHAIN' is not a member of `cgen'
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-engine.h:239: 
error: `VIRTUAL_INSN_CTI_CHAIN' is not a member of `cgen'
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-engine.h:240: 
error: `VIRTUAL_INSN_BEFORE' is not a member of `cgen'
/opt/sid/SOURCETREE/src/sid/component/cgen-cpu/arm7t/../cgen-engine.h:241: 
error: `VIRTUAL_INSN_AFTER' is not a member of `cgen'
make[6]: *** [arm7f.lo] Error 1
make[6]: Leaving directory 
`/home/opt/sid/BUILDTREE/sid/component/cgen-cpu/arm7t'
make[5]: *** [all-recursive] Error 1
make[5]: Leaving directory `/home/opt/sid/BUILDTREE/sid/component/cgen-cpu'
make[4]: *** [all-recursive-am] Error 2
make[4]: Leaving directory `/home/opt/sid/BUILDTREE/sid/component/cgen-cpu'
make[3]: *** [all-recursive] Error 1
make[3]: Leaving directory `/home/opt/sid/BUILDTREE/sid/component'
make[2]: *** [all-recursive-am] Error 2
make[2]: Leaving directory `/home/opt/sid/BUILDTREE/sid/component'
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory `/home/opt/sid/BUILDTREE/sid'
make: *** [all-sid] Error 2

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

* Re: cgen-cpu VIRTUAL_INSN_* compile problem
  2004-12-13 21:00 cgen-cpu VIRTUAL_INSN_* compile problem Frank Mandarino
@ 2004-12-15 18:45 ` Frank Mandarino
  2004-12-15 19:14 ` Frank Ch. Eigler
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Mandarino @ 2004-12-15 18:45 UTC (permalink / raw)
  To: sid

Disregard my previous message.  I was able to build SID using GCC 2.96.

../fam
-- 
Frank Mandarino					fmandarino@endrelia.com
Endrelia Technologies Inc.
Toronto, Ontario, Canada


Frank Mandarino wrote:
> Hi,
> 
> I am getting the following compile errors when trying to build a freshly 
> checked-out SID on Mandrake 10.1 using GCC 3.4.1.
> 
> I also got the same error with the latest 20041204 snapshot.
> 
> Any ideas?
> 
> Thanks in advance,
> ../fam

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

* Re: cgen-cpu VIRTUAL_INSN_* compile problem
  2004-12-13 21:00 cgen-cpu VIRTUAL_INSN_* compile problem Frank Mandarino
  2004-12-15 18:45 ` Frank Mandarino
@ 2004-12-15 19:14 ` Frank Ch. Eigler
  1 sibling, 0 replies; 3+ messages in thread
From: Frank Ch. Eigler @ 2004-12-15 19:14 UTC (permalink / raw)
  To: Frank Mandarino; +Cc: sid

[-- Attachment #1: Type: text/plain, Size: 364 bytes --]

Hi -

> I am getting the following compile errors when trying to build a freshly 
> checked-out SID on Mandrake 10.1 using GCC 3.4.1.
> I also got the same error with the latest 20041204 snapshot.
> Any ideas?

Yeah, it looks like sid has several problems with C++ that gcc 3.4's
new parser detects.  Some fixes are needed in a couple of spots.

- FChE

[-- Attachment #2: Type: application/pgp-signature, Size: 189 bytes --]

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

end of thread, other threads:[~2004-12-15 19:14 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2004-12-13 21:00 cgen-cpu VIRTUAL_INSN_* compile problem Frank Mandarino
2004-12-15 18:45 ` Frank Mandarino
2004-12-15 19:14 ` Frank Ch. Eigler

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