i compiled ROS2 Foxy on JetPack 4.4, it works well. but on JetPack 4.6, there is a error:
— stderr: test_communication
c++: internal compiler error: Segmentation fault (program cc1plus)
Please submit a full bug report,
with preprocessed source if appropriate.
See <file:///usr/share/doc/gcc-7/README.Bugs> for instructions.
make[2]: *** [CMakeFiles/test_publisher_subscriber_cpp.dir/test/test_publisher_subscriber.cpp.o] Error 4
make[1]: *** [CMakeFiles/test_publisher_subscriber_cpp.dir/all] Error 2
make: *** [all] Error 2
Failed <<< test_communication [3min 45s, exited with code 2]
is there some differences about 4.4 and 4.6?