You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
With the latest Windows 10 version it is very easy to run a linux distribution, I have very good experiences developing my applications this way. Check Windows subsystem for Linux: https://docs.microsoft.com/en-us/windows/wsl/install-win10 .
@gideonmay,
I am attempting this now and am running into issues installing the SDK on the linux environment.
Running command: plcncli install sdk -d /opt/SDK_AXC_F_2152_2021-6 -p /opt/pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-axcf2152-toolchain-2021.6.sh
Returns an error:
The format of the file '/opt/pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-axcf2152-toolchain-2021.6.sh' is not supported. Please proceed manually.
-> An error occured while executing the script.
xargs: file: No such file or directory
sed: no input files
find: ‘standard output’: Broken pipe
find: write error
Is it possible to execute the script itself on the command line?
e.g.
$ ./pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-axcf2152-toolchain-2021.6.sh
PLCnext Linux SDK installer version 2021.6
==========================================
Enter target directory for SDK (default: /opt/pxc/2021.6): ^C
$
Do you have execute permission for the script?
219M -rwxrwxrwx 1 user group 219M Jun 26 06:01 pxc-glibc-x86_64-axcf2152-image-sdk-cortexa9t2hf-neon-axcf2152-toolchain-2021.6.sh
Building locally with the shell scripts written for Linux on a windows system might be troublesome.
The text was updated successfully, but these errors were encountered: