Keil5 usage skills (1) - compilation environment configuration

question

  1. The custom .h file could not be found during compilation;
  2. Add the newly compiled .c file.

problem solved

  1. Set up the compilation environment and find the path where the .h file is located:

insert image description here
insert image description here

Compile after adding the path where the .h file is located:

insert image description here

    Guess you like

    Origin blog.csdn.net/weixin_43361652/article/details/113748096