[ 1.761113] [drm:intel_set_pch_fifo_underrun_reportintel_set_pch_fifo_underrun_reporting [i915]*ERROR* uncleared pch fifo underrun on pch transcoder A /dev/sda1 contains a file system with errors
我注意到PCH文件包含行#include <iostream>,但文件Test.cp也包含#include <iostream>语句。奇怪的是,通过删除Test.cp中的语句,尽管该语句也包含在PCH中,但错误Semantic Issue – Use of undeclared identifier 'std'仍然导致构建失败。为什么PCH不起作用?我错过了什么环境吗?我以前从来没有对他们做过任何事情(因为他们总是在工作),所以我不知道是什么导致它不起作用,即使是一个全新的项目。