报错内容:cc1: error: unrecognized command line option "-std=gnu90"
可能你的GCC版本太低,不支持C90标准,两种方案1:更新GCC,2:修改为 -std=gnu89