Hello,
I try to build the tirtos_simplelink_2_13_00_06/tirtos_simplelink_2_13_00_06_examples/GNU/CC3200_LP example. I've change the XDCTOOLS_INSTALLATION_DIR variable in the makedefs, so that the build process can find the XDCTools.
Now when executing make, I get the following error message:
/Users/todi/xdctools_3_31_02_38_core/xs.x86_64M: error: can't create session manager: can't find a JVM; the environment variable 'XDCTOOLS_JAVA_HOME' is set, but does not appear to be a directory containing a 32-bit Java Runtime Environment (1.6 or greater); e.g., '/Library/Java/JavaVirtualMachines/jdk1.7.0_55.jdk/Contents/Home'.
make[1]: *** [empty/linker.cmd] Error 1
make: *** [empty/] Error 2
When I change the XDCTOOLS_JAVA_HOME to point to the java executable (
/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/bin/java), or to the folder containing the java executable (
/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre/bin) or to the folder containing the folder that contains the java executable (
/Library/Java/JavaVirtualMachines/jdk1.8.0.jdk/Contents/Home/jre), I still get this error message.
To what value do I have to set this variable?
kind regards,
Torsten