From mboxrd@z Thu Jan 1 00:00:00 1970 X-Spam-Checker-Version: SpamAssassin 3.4.4 (2020-01-24) on polar.synack.me X-Spam-Level: X-Spam-Status: No, score=-1.3 required=5.0 tests=BAYES_00,INVALID_MSGID autolearn=no autolearn_force=no version=3.4.4 X-Google-Language: ENGLISH,ASCII-7-bit X-Google-Thread: 103376,ac99339bea7afa16 X-Google-Attributes: gid103376,public From: nabbasi@pacbell.net.NOSPAM Subject: Re: c2ada tool Date: 1999/06/21 Message-ID: <7kmcbe$145d@drn.newsguy.com>#1/1 X-Deja-AN: 492285996 References: <376E52F8.9F2209CB@orca.ds.boeing.com> Newsgroups: comp.lang.ada Date: 1999-06-21T00:00:00+00:00 List-Id: I've build c2ada on Linux. And I think the Gnat/Linux team have been working on an RPM version also. you can check my web site http://home.pacbell.net/nma123 where you can get the c2ada build on Linux. Nasser In article <376E52F8.9F2209CB@orca.ds.boeing.com>, mark says... > >i've been trying to build the c2ada tool, as described at >http://www.inmet.com/~mg/c2ada/c2ada.html. i'm using a dec alpha >running 4.0d and have the gnat 3.11b compiler installed. > >when running "make cbfe", i'm getting error messages like: > > In file included from gen.c:17: > il.h:216: both signed and unsigned specified for `type name' > gen.c: In function `print_position': > gen.c:307: warning: left shift count >= width of type > gen.c: In function `mark_union': > gen.c:326: warning: left shift count >= width of type > gen.c: In function `typesym_nameof': > gen.c:795: warning: comparison between signed and unsigned > gen.c: In function `int_type_builtin_name': > gen.c:817: parse error before `signed' > gen.c:836: warning: left-hand operand of comma expression has no effect > > gen.c: In function `gen_record_t': > gen.c:1977: warning: comparison between signed and unsigned > gen.c: In function `gen_subps': > gen.c:2776: warning: left shift count >= width of type > > >i've looed at the code, but don't understand how to resolve the >compilation errors. i know this >is not a lot to go on, but any help would be greatly appreciated. > >thanks, > >mark lane >lanem@orca.ds.boeing.com > > > >