I am getting the following errors :-
~~~~~
20:24:02 ++ sh /var/lib/jenkins/jobs/lt-qcom-debian-images/workspace/scripts/gcc-version.sh -p arm-linux-gnueabihf-gcc 20:24:02 /var/lib/jenkins/jobs/lt-qcom-debian-images/workspace/scripts/gcc-version.sh: 25: /var/lib/jenkins/jobs/lt-qcom-debian-images/workspace/scripts/gcc-version.sh: arm-linux-gnueabihf-gcc: not found 20:24:02 /var/lib/jenkins/jobs/lt-qcom-debian-images/workspace/scripts/gcc-version.sh: 26: /var/lib/jenkins/jobs/lt-qcom-debian-images/workspace/scripts/gcc-version.sh: arm-linux-gnueabihf-gcc: not found 20:24:02 /var/lib/jenkins/jobs/lt-qcom-debian-images/workspace/scripts/gcc-version.sh: 28: /var/lib/jenkins/jobs/lt-qcom-debian-images/workspace/scripts/gcc-version.sh: arm-linux-gnueabihf-gcc: not found
....
18:29:07 ++ make mrproper 18:29:07 make: arm-linux-gnueabihf-gcc: Command not found 18:29:07 cat: write error: Broken pipe 18:29:10 ./scripts/gcc-version.sh: line 25: /var/lib/jenkins/srv/toolchain/arm-tc-14.04/bin/arm-linux-gnueabihf-gcc: No such file or directory 18:29:10 ./scripts/gcc-version.sh: line 26: /var/lib/jenkins/srv/toolchain/arm-tc-14.04/bin/arm-linux-gnueabihf-gcc: No such file or directory 18:29:10 ./scripts/gcc-version.sh: line 25: /var/lib/jenkins/srv/toolchain/arm-tc-14.04/bin/arm-linux-gnueabihf-gcc: No such file or directory 18:29:10 ./scripts/gcc-version.sh: line 26: /var/lib/jenkins/srv/toolchain/arm-tc-14.04/bin/arm-linux-gnueabihf-gcc: No such file or directory
~~~~~
/var/lib/jenkins/srv/toolchain/arm-tc-14.04/bin/arm-linux-gnueabihf-gcc is a link to arm-linux-gnueabihf-gcc-4.8.3 which exists, but when ran produces the "No such file or directory" message.
Very confused !
On 5 February 2016 at 14:36, Aaron Gray aaronngray.lists@gmail.com wrote:
Hi,
I have came back to getting a Linaro Jenkins local build working by pairing down the IFC6410 script.
I have came to a point where the cross platform build tools are not working !
It does not look like the script installs them properly and I am confused as to wether the script actually installs them or whether it erroneously relies on them being present on the build machine ?
I have attached my paired down .yaml script and the output build log.
Either I am doing something wrong or the normal Qualcomms script does actually load the build tools. So either theres a bug to be fixed or I need to know how to install the build tools or both !
Many thanks in advance,
Aaron