求助:Symbol __stdout multiply defined (by stdio_streams.o and usart.o)

2019-07-21 06:55发布

起因:
在工程中加入文件操作功能如:
int main(void) { FILE *aFile; aFile=fopen("The File Name","r");
        fclose(aFile);
}
出现如下错误:
 Error: L6200E: Symbol __stdout multiply defined (by stdio_streams.o and usart.o)
=====================================================
请问:这个问题该怎么解决?

友情提示: 此问题已得到解决,问题已经关闭,关闭后问题禁止继续编辑,回答。