'CPU Architecture' choice when using Nsight do application development on Linux host machine

I’m using Nsight to make an application which will run on a NX module. How to set the ‘CPU Architecture’ for the local system?

Thanks.

Hi,

You should also set it to AArch64 if you want to cross-compile it on the host.
Thanks.

Then for the remote, there are any difference between ‘native’ and ‘aarch64’? IMHO, for the remote, ‘native’ is just ‘aarch64’, so the two should be same, right?

Thanks.

From a host PC “native” is amd64/x86_64, and cross tools are required. You could only say this is “native” if it runs entirely on the Jetson.

This topic was automatically closed 14 days after the last reply. New replies are no longer allowed.