STM8——cannot open source file "xx.h"錯誤
在使用MDK5編譯STM32時,新增的.c文件需要添加到 include Paths 處,否則編譯時會報錯。
使用STM8時,用的是IAR,新增的.c文件需要添加頭文件路徑到 options->c/c++ Compiler->Preprocessor下的Additional include directories;
否則在mian函數(shù)添加頭文件,會報錯:cannot open source file "xx.h"錯誤