Can "gcc 11.3.0 2022.08-1 toolchain" be used on the Jetson nano?

Hello to everyone.

I’ve installed Ubuntu 22.04 on my Jetson nano,but I’m still using this version of gcc :

aresuser@jetson:~$ gcc --version

gcc (Ubuntu/Linaro 7.5.0-6ubuntu2) 7.5.0

as you can see,it is very old. I would like to upgrade it. I would like to know if I can use gcc 11.3.0 2022.08-1 toolchain. It is offered here :

https://docs.nvidia.com/jetson/archives/r36.3/DeveloperGuide/AT/JetsonLinuxToolchain.html

but the nvidia developers says that it can be used only for the Jetson Orin. Well,I want to use it for my Jetson nano. But before to install it,I would like to hear your opinion,to prevent the breaking of the system.

Hi,
gcc11 is for Jetpack 6 releases. It may not work properly if you use it for Jetpack 4 release.

Ok. Thanks. I’ve installed gcc 10 , following these tutorials :

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