I type gcc hello.c and this appears:
gcc hello.c
gcc: internal compiler error: Illegal instruction (program as) Please submit a full bug report, with preproc
Try updating the compiler and try
sudo apt-get install build-essential
That might solve the problem.