can't build JVM static
Nikolay Igotti
Nikolay.Igotti at Sun.COM
Thu Jul 12 23:01:40 PDT 2007
Try to build with "make JVM_BASE_ADDR=", binary will be a bit slower
(more PIC code) but could work.
Thanks,
Nikolay.
Novikov Timofey wrote:
>
> Hello!
>
> I want build HotSpot JVM statically (it’s needful for work on system
> with GLIBC2.1.3)
>
> When I try build it with –static key I get parse error in
> libjvm.so.lds script, string 12:
>
> . = 0x08048000x06000000 + SIZEOF_HEADERS;
>
> Any changing of this string to the “good” state (. = 0x0804800 +
> 0x06000000 + SIZEOF_HEADERS;) take the Segmentation Fault error…
>
> Thanx!
>
> Tim Novikov
>
More information about the hotspot-dev
mailing list