Upgrading gcc on jetson orin, L4T 35, is it safe?

I’m using L4T35, jetpack 5.1.5 because I need jax 0.3.25.

So a model needs dependency for a tool, which needs gcc>=10 to run.
Unfortunately, L4T 35 gcc is 9.3 or something.

Is it safe if I upgrade the gcc by sudo apt?
If not safe, I’m afraid I need to change the model implementation myself.

Hi,
You may consider upgrade to Jetpack 6. gcc version is

$ gcc --version
gcc (Ubuntu 11.4.0-1ubuntu1~22.04) 11.4.0
Copyright (C) 2021 Free Software Foundation, Inc.
This is free software; see the source for copying conditions.  There is NO
warranty; not even for MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.

I want to update gcc only, but not cuda. it seems that updating to jetpack doesn’t support me to do this method.

So I had second post, with questions to another proposal.

pls answer to this proposal as well. Thank you so much!!!

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