Rev 10 | Rev 12 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed
Rev 10 | Rev 11 | ||
---|---|---|---|
Line 70... | Line 70... | ||
70 | "Error: the toolchain platform-specific symbolic links have not been deployed in this QNX SDK. Please run" \ |
70 | "Error: the toolchain platform-specific symbolic links have not been deployed in this QNX SDK. Please run" \ |
71 | "(on a POSIX machine:)" \ |
71 | "(on a POSIX machine:)" \ |
72 | " cd ${QNXSDK_PATH}" \ |
72 | " cd ${QNXSDK_PATH}" \ |
73 | " find . -name symlinks.lst -exec ./symlinks.sh {} create \\; && printf 'present' > .symlinks-state" \ |
73 | " find . -name symlinks.lst -exec ./symlinks.sh {} create \\; && printf 'present' > .symlinks-state" \ |
74 | "(else on a Windows machine:)" \ |
74 | "(else on a Windows machine:)" \ |
75 | " cd |
75 | " cd %QNXSDK_PATH%" \ |
76 | " host\\win64\\x86_64\\usr\\bin\\busybox.exe sh -c \"find . -name symlinks.lst -exec ./symlinks.sh {} create \\; && printf 'present' > .symlinks-state\"" \ |
76 | " host\\win64\\x86_64\\usr\\bin\\busybox.exe sh -c \"find . -name symlinks.lst -exec ./symlinks.sh {} create \\; && printf 'present' > .symlinks-state\"" \ |
77 | "Note that this step WILL take time on a Win32 machine, but is only done once." |
77 | "Note that this step WILL take time on a Win32 machine, but is only done once." |
78 | fi |
78 | fi |
79 | 79 | ||
80 | # create a symlink in /tmp that will lead to the QNX platform SDK so as to avoid spaces in paths if it doesn't exist already |
80 | # create a symlink in /tmp that will lead to the QNX platform SDK so as to avoid spaces in paths if it doesn't exist already |