Unlikely without help from the community, given that FX itself is no
longer supported on linux-arm. We currently have no plan to add such
support.
-- Kevin
Felix Bembrick wrote:
Will they ever be supported?
On 17 March 2015 at 10:14, Kevin Rushforth <kevin.rushfo...@oracle.com
<mailto:kevin.rushfo...@oracle.com>> wrote:
Media and web have not ever been supported or delivered on linux-arm.
Seems that libjfxmedia.so should be excluded by the openZips
target. David can response further.
-- Kevin
Chris Newland wrote:
In reference to
http://www.raspberrypi.org/forums/viewtopic.php?f=81&t=97367&p=720267#p720267
<http://www.raspberrypi.org/forums/viewtopic.php?f=81&t=97367&p=720267#p720267>
When cross-compiling to armv6hf on an x86-64 Linux system using:
gradle clean openZip -PCOMPILE_TARGETS=armv6hf
Some of the binaries are compiled as x86-64:
file build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so
build/armv6hf-sdk/rt/lib/arm/libjfxmedia.so: ELF 64-bit LSB
shared object,
x86-64, version 1 (SYSV), dynamically linked,
BuildID[sha1]=af8c5754f6a4823ecf22d707b1f604321eb57f22, not
stripped
Is this a simple gradle error or is it not currently possible
to build
some of the JavaFX libraries for ARM?
Thanks,
Chris