How can I build eclipse for solaris9(10) sparc 64bit? [message #336480] |
Tue, 16 June 2009 23:55  |
Eclipse User |
|
|
|
I got the eclipse package for solaris 8 sparc.
(eclipse-SDK-3.2-solaris-gtk.zip)
1.Set Enviroment Variable in build.sh file
JAVA_HOME=/export/home/jdk
AWT_LIB_PATH=$JAVA_HOME/jre/lib/sparcv9
LD_LIBRARY_PATH=/usr/local/lib/sparcv9:/usr/dt/lib/sparcv9
SWT_PTR_CFLAGS=-DSWT_PTR_SIZE_64
2.Modify make_solaris.mak file
remove -K PIC flag
add -m64 flag
3.Modify os_structs.c
remove screen_changed functions in this file
4.Build libswt*.so
build libswt-gnome***.so fail
but I got
libswt-atk-gtk-3232.so libswt-awt-gtk-3232.so libswt-cde-gtk-3232.so
libswt-gtk-3232.so libswt-pi-gtk-3232.so succesfully
5.Replace libswt*.so I build for 64 bit in the eclipse package
6.I use java -d64 to start my swt program and I got jvm collapsed.
Somebody can give me some help.
I want to get eclipse can run on
solaris9(10) sparc 64bit.
|
|
|
|
Powered by
FUDForum. Page generated in 0.03113 seconds