public inbox for gcc-help@gcc.gnu.org
 help / color / mirror / Atom feed
From: Richard Biener <richard.guenther@gmail.com>
To: charfi asma <charfiasma@yahoo.fr>
Cc: Gcc-help <gcc-help@gcc.gnu.org>,
	Gcc Mailing List <gcc@gcc.gnu.org>, Andrew Haley <aph@redhat.com>
Subject: Re: CFG generation from C/C++ and JAVA
Date: Thu, 27 Jun 2019 09:24:00 -0000	[thread overview]
Message-ID: <CAFiYyc0W=-0aSVSnb2=CzdBj=LhWwWaApn9TXn_4Wv948kX3wQ@mail.gmail.com> (raw)
In-Reply-To: <775249127.588176.1561563149637@mail.yahoo.com>

On Wed, Jun 26, 2019 at 5:33 PM charfi asma via gcc <gcc@gcc.gnu.org> wrote:
>
> Hello,
> I am interested in generating the CFG from several gcc front ends. All works fine for GCC and G++, and we are also interrested in JAVA.
> we have seen that GCJ is no longer maintained/distributed by GCCHowever, we do not like to compile input java code into assembly or binary code, we would like just to analyze (with our tools) the CFG produced from each front ends including the gcj front end.
> we downloaded the gcc 6.5.0 that contains gcj but when trying to call "gcj -v" we got this error : "libgcj.spec : Nosuch file or directory."
> Any idea ? we really need to evaluate the java front end even in a previous version of GCC (just to dump the Generic, gimple and cfg intermediate representations)
> Thank you very much !

it looks like you failed to build and install libjava.  Please follow
the install instructions, in particular you need to download
ecj.jar which you likely forgot.

Richard.

> Asma

  reply	other threads:[~2019-06-27  9:24 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
     [not found] <775249127.588176.1561563149637.ref@mail.yahoo.com>
2019-06-26 15:33 ` charfi asma via gcc-help
2019-06-27  9:24   ` Richard Biener [this message]
2019-06-27 15:32     ` charfi asma via gcc-help
2019-06-27 19:37       ` NightStrike

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to='CAFiYyc0W=-0aSVSnb2=CzdBj=LhWwWaApn9TXn_4Wv948kX3wQ@mail.gmail.com' \
    --to=richard.guenther@gmail.com \
    --cc=aph@redhat.com \
    --cc=charfiasma@yahoo.fr \
    --cc=gcc-help@gcc.gnu.org \
    --cc=gcc@gcc.gnu.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).