Hello,
I try to port OpenJDK to the OS VxWorks. The Problem is, that i cant
compile it on a VxWorks-Machine, so i have to cross-compile it from a Linux
machine. What I've read so far is, that i have to use openembedded to
successfully cross compile OpenJDK.
All sources I've found, were dated 2008
Hello,
i get the following error when i try to compile openjdk7:
/home/marty/openjdk/build/linux-i586/tmp/sun/sun.awt/jawt/obj/jawt.o
-L/home/marty/openjdk/build/linux-i586/lib/i386 -lawt
-L/home/marty/openjdk/build/linux-i586/lib/i386/headless -lmawt
-ljava -L/home/marty/openjdk/build/linux
Am 6. März 2012 13:05 schrieb David Holmes :
> On 6/03/2012 8:16 PM, martin burtscher wrote:
>
>> Hello,
>>
>> i get the following error when i try to compile openjdk7:
>>
>>/home/marty/openjdk/build/**linux-i586/tmp/sun/sun.awt/**
>> jawt/obj/jawt.
Hello,
can anybody confirm, that cross compiling is working with make flags:
CROSS_COMPILE_ARCH
ALT_COMPILER_PATH?
With confirm i mean tested and not just read in readme, because theres also
a BUILD_HEADLESS_ONLY in the readme which doesn't work.
Thanks.
Martin
Hello,
I am trying to cross compile OpenJDK 7 using the old build system (no
configure).
To make it easier for me I thought I probably can remove some java
packages, that i don't have to port the native c-files.
So in jdk/make/Makefile i removed all the subdirs except java. Additionally
in jdk/m