dusty-nv / jetson-containers

Machine Learning Containers for NVIDIA Jetson and JetPack-L4T
MIT License
2.14k stars 443 forks source link

gcc: internal compiler error: Segmentation fault (program cc1) #16

Open JoergWende opened 4 years ago

JoergWende commented 4 years ago

I tried to build darknet (yolo) on the image - but it failed with: gcc -Iinclude/ -Isrc/ -DGPU -I/usr/local/cuda/include/ -Wall -Wno-unused-result -Wno-unknown-pragmas -Wfatal-errors -fPIC -Ofast -DGPU -c ./src/gemm.c -o obj/gemm.o gcc: internal compiler error: Segmentation fault (program cc1)

Any idea ? Thanks J.

JoergWende commented 4 years ago

update: it works in nvcr.io/nvidia/l4t-tensorflow:r32.4.3-tf1.15-py3 but not in nvcr.io/nvidia/l4t-ml:r32.4.3-py3

will try to understand the differences ....