Java with JIT

Volker Simonis volker.simonis at gmail.com
Mon Nov 11 06:18:13 PST 2013


I'm not a Power expert, but in one of your last mails you wrote that
you are using a "PowerPC e500" board and according to Wiki
(http://en.wikipedia.org/wiki/PowerPC_e500) this is a "32-bit Power
Architecture-based microprocessor core from Freescale Semiconductor".

What does 'uname -m' print on on your system? On a 64-bit Linux-system
it should be 'ppc64' .

Volker


On Mon, Nov 11, 2013 at 3:10 PM, sonia verma <soniaverma9727 at gmail.com> wrote:
>
> Hi Volker..
>
> Sorry for the typo error.The board is 64 bit.
>
>
> Thanks
>
>
> On Mon, Nov 11, 2013 at 7:38 PM, sonia verma <soniaverma9727 at gmail.com>
> wrote:
>>
>> Hi Volker
>>
>> The board 64 bit.
>>
>>
>> On Mon, Nov 11, 2013 at 7:30 PM, Volker Simonis <volker.simonis at gmail.com>
>> wrote:
>>>
>>> You can not run a 64-bit executable on a 32-bit system.
>>>
>>> On Mon, Nov 11, 2013 at 2:52 PM, sonia verma <soniaverma9727 at gmail.com>
>>> wrote:
>>> > Hi all,
>>> >
>>> >
>>> > I'm trying run java with JIT compiler on my PowerPc board.
>>> > I am downloading openjdk1.7.0-ppc-aix-port-aix-ppc64-b03.tar.bz2 from
>>> > the
>>> > link --http://cr.openjdk.java.net/~simonis/ppc-aix-port/.
>>> >
>>> > I have extracted the above tar file and ported on my board.
>>> >
>>> > However when I try to run my file associated with JAVA,the board
>>> > displays
>>> > that java is not executable.
>>> > Therefore is there any way to Cross compile the above file for my board
>>> > so
>>> > as to install java on my board in JIT mode?
>>> >
>>> >
>>> > Thanks in adance.
>>> >
>>> >
>>> >
>>> > Regards.
>>> > Sonia
>>> >
>>> >
>>> >
>>
>>
>


More information about the ppc-aix-port-dev mailing list