On Thu, Jul 31, 2014 at 10:10 AM, Prasant J <pj0...@gmail.com> wrote: > 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). >
I have now corrected the toolchian setup! > >> 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? > >> Still stuck at the same point. In my linux shell I executed the following commands: ./pkg-config --cflags pangoft2 [cannot find package pangoft2] PKG_CONFIG_PATH=<path> ./pkg-config --cflags pangoft2 [finds the package and lists the cflags] So, is there any way to pass the environment variable PKG_CONFIG_PATH before executing 'commandLine' ? Regards, Pj