Cuda cross compile on host install error

Hi, I have installed SDK manager on my Ubuntu 16 machine. The machine does not have a GPU. I aim to flash a Jetson AGX Xavier board.

I get the following errors when installing Cuda Cross Compile on host:

11:25:36 ERROR : CUDA Cross Compile Package on Host : W: The repository ‘Index of /u-szeged/sedkit/ubuntu xenial Release’ does not have a Release file.
11:25:44 ERROR : CUDA Cross Compile Package on Host : E: Failed to fetch http://no.archive.ubuntu.com/ubuntu/pool/main/b/binutils/binutils-aarch64-linux-gnu_2.26.1-1ubuntu1~16.04.7_amd64.deb 404 Not Found [IP: 193.35.52.51 80]
11:25:44 ERROR : CUDA Cross Compile Package on Host :
11:25:44 INFO : CUDA Cross Compile Package on Host : [ Package Install Finished with Error ]
11:25:44 ERROR : CUDA Cross Compile Package on Host : apt install failed
11:25:44 ERROR : CUDA Cross Compile Package on Host : command terminated with error

These errors present themselves when attempting to install with either JetPack 4.2.1 (rev.2) or 4.2.2 (rev.1). No errors with 4.2

Any suggestions?

Thanks

Hi,

You will need a desktop GPU to install host CUDA toolkit.
If there is no GPU on your desktop, please uncheck the installation block for the host.
It will still allow you to setup the image/packages for Jetson.

Thanks.

What’s the next step after installed CUDA cross compile tool kit?

Connect host Ubuntu machine to Xavier and then what? which IDE to use to write a hello world application?
If we want to compile Qt and 3rd party application on host machine and want to install on xavier, what is the guide for cross compiling?

Hi,

You can implement a Xavier hello world application with Nsight on host.
[url]https://developer.nvidia.com/nsight-eclipse-edition[/url]

Thanks.