voxl-hexagon: unable to install cross_toolchain
-
Hi,
I was trying to install voxl-hexagon on Ubuntu 22.04, when I got this message:
When I tried to run./installsdk.sh --APQ8096 --arm-gcc /opt/
manually, I got the following message:
Can you help me with this? -
I tried it on Ubuntu 20.04 as well, but it gave the same message as in Ubuntu 22.04. I also tried it with an older commit from the voxl-docker repository, but that also gave the same message. Does it have to do with the files that need to be downloaded and put in `cross_toolchain/downloads? Do I need to install something else?
-
Have you downloaded the hexagon SDK 3.1?
-
Hi @Chad-Sweet,
These are the files in
voxl-docker/cross_toolchain/downloads
:
I tried it again with the file you linked, but the error stays the same.Additional information:
- When I try to run
./installsdk.sh --APQ8096 --arm-gcc /opt/
now, it says the following: I tried to run the export-commands, but nothing changed. - Inside
/opt/
there is a directory called Qualcomm with a folder called: ARM_tools and Hexagon_SDK
We really appreciate your help!
- When I try to run
-
@SHofmeester What do you get with
docker images
? Does it show any version of voxl-hexagon available? -
Hi @Eric-Katzfey,
This is the result when I rundocker images
:
I feel like I am forgetting something, because I was able to install it before.
I set up voxl-docker (voxl-docker -l
and voxl-cross work), downloaded the 2 files and put them incross_toolchain/downloads
and then ran./install-hexagon-docker.sh
. Am I missing anything? -
@SHofmeester The
installsdk.sh
script is run as part of the Docker build process and is meant to be installed inside the Docker image, not on your local machine so it's understandable that that command failed. I just tried doing all the steps on my Ubuntu 20.04 machine and there were no issues. Can you show the entire output of the process starting with the invocation of the./install-hexagon-docker.sh
command? And also, you can just download the voxl-hexagon docker image directly from our downloads site so that you don't have to build it. -
Thank you for your help! I was able to download it directly and it works now. On my other device I was only able to build it, but on this device downloading it directly works.