embedded-framework/hal/result.txt
xiaojiazhu a80a8f7cee 1.Add clang-tidy in CMakeList.txt.
2.Add clang-tidy tools.
2023-09-02 04:26:30 -07:00

7 lines
342 B
Plaintext

/home/xiaojiazhu/project/ipc/hal/abstract/IHal.cpp:1:10: error: 'IHal.h' file not found [clang-diagnostic-error]
1 | #include "IHal.h"
| ^~~~~~~~
/home/xiaojiazhu/project/ipc/hal/abstract/IHalCpp.cpp:1:10: error: 'IHalCpp.h' file not found [clang-diagnostic-error]
1 | #include "IHalCpp.h"
| ^~~~~~~~~~~