public inbox for java@gcc.gnu.org
 help / color / mirror / Atom feed
From: Jonathan Wakely <jwakely.gcc@gmail.com>
To: Me Myself and I <stargate7thsymbol@live.co.uk>
Cc: gcc-help@gcc.gnu.org, java@gcc.gnu.org
Subject: Re: gcj onLinux, 32 and 64 bit executables.
Date: Wed, 14 Sep 2011 07:50:00 -0000	[thread overview]
Message-ID: <CAH6eHdTz_jZSrW5ZsUkm5j1QRc-AMQ8ardz4XZhvy_m33wN2sA@mail.gmail.com> (raw)
In-Reply-To: <BAY159-W24080BB666923C4DD9D7D5D0040@phx.gbl>

On 14 September 2011 04:41, Me Myself and I wrote:
>
> If I successfully compile a Test.java program with gcj Test.java --main=Test -o Test.bin
> on 64 bit linux, I then have a 64 bit Linux exectuable.
>
> If I do similar on 32 bit Linux, I have a 32 bit Linux exectable.
>
> If I am running 64 bit Linux, is there a way to use gcj on this to get a 32 bit Linux bin,
> what should I do for this, where should I look, and can anyone give me any simple,
> practical instructions on how to set it up?

Add -m32 to the gcj command.

Depending on your Linux distro you might need to install some
additional 32-bit packages.

  reply	other threads:[~2011-09-14  7:50 UTC|newest]

Thread overview: 4+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2011-09-14  3:41 Me Myself and I
2011-09-14  7:50 ` Jonathan Wakely [this message]
2011-11-13 16:35 ` Andrew Haley
2011-11-13 23:25   ` Garbage collection segfault in OpenIndiana Johann 'Myrkraverk' Oskarsson

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=CAH6eHdTz_jZSrW5ZsUkm5j1QRc-AMQ8ardz4XZhvy_m33wN2sA@mail.gmail.com \
    --to=jwakely.gcc@gmail.com \
    --cc=gcc-help@gcc.gnu.org \
    --cc=java@gcc.gnu.org \
    --cc=stargate7thsymbol@live.co.uk \
    /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).