What is this GCC error on Linux, and how do I solve it? gcc: internal compiler error: Illegal instruction (program as)

后端 未结 5 672
春和景丽
春和景丽 2021-01-18 10:41

I type gcc hello.c and this appears:

gcc: internal compiler error: Illegal instruction (program as)
Please submit a full bug report,
with preproc         


        
5条回答
  •  失恋的感觉
    2021-01-18 11:16

    Try updating the compiler and try

    sudo apt-get install build-essential
    

    That might solve the problem.

提交回复
热议问题