On Wed, Jul 30, 2014 at 11:16 PM, Lisa Selle <lisa.se...@oracle.com> wrote: > How did you install your arm toolchain? >
I'm using yocto (poky distribution) for my iMX6. I can build my own SDK (toolchain). I'm using that. I may have made some mistake is setting up the toolchain (I will look into that one again). > 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. Is there a way to set 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 > >