How did you install your arm toolchain?

https://wiki.openjdk.java.net/display/OpenJFX/Cross+Building+for+Arm+Hard+Float

If it's installed according to these instructions pkg-config should get picked up from the correct place and there should be no need to set any environment variables.

Thanks,

Lisa
On 7/30/2014 10:24 AM, Prasant J wrote:
Hi,

I'm trying to cross compile openjfx-8u20-b23 for armv7hf (Freescale iMX6Q).

However, I'm stuck at this point:
in file buildSrc/armv7hf.gradle
pangoft cflags are being queried using exec { commandline...}.

However, the pkg-config returns null as it does not find the correct
PKG_CONFIG_PATH environment.


How do I set the required linux environment variables (when using gradle exec)?


Regards, Pj

Reply via email to