I was wondering whether starting the IQ simulator would be faster on Linux; it might be nice to develop on a Linux PC. So I decided to install the SDK and Eclipse. I had to solve 2 dependencies on my fresh Opense setup for the simulator to work, but that wasn't a problem. I can start the simulator from the command line and from the Eclipse menu. Also I can make a new IQ-project, like a datafield.
However, starting the simulator from the Run configurations gives a build error, with an imported datafield and with a new one:
======================================================
BUILD: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/bin/java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /home/joop/connectiq-sdk/connectiq-sdk-lin-2.4.2/bin/monkeybrains.jar -o /run/media/joop/E6781546781516C1/Users/Joop/eclipse-workspace/Powerdashboard for Stryd plus/bin/Powerdashboard for Stryd plus.prg -w -y /home/joop/developer_key -d fenix5_sim -s 2.3.0 -f /run/media/joop/E6781546781516C1/Users/Joop/eclipse-workspace/Powerdashboard for Stryd plus/monkey.jungle
BUILD: Complete
Aborting launch due to failed build.
======================================================
BUILD: /usr/lib64/jvm/java-1.8.0-openjdk-1.8.0/bin/java -Dfile.encoding=UTF-8 -Dapple.awt.UIElement=true -jar /home/joop/connectiq-sdk/connectiq-sdk-lin-2.4.2/bin/monkeybrains.jar -o /home/joop/eclipse-workspace/Test/bin/Test.prg -w -y /home/joop/developer_key -d fenix3_sim -s 1.3.0 -f /home/joop/eclipse-workspace/Test/monkey.jungle
BUILD: Complete
Aborting launch due to failed build.
"Export wizard" and "Creating for device" have no output as well....
Is there some way to debug this further?