cocalele/PureFlash

缺少s5log.h的头文件

Closed this issue · 2 comments

[root@lab3101 PureFlash]# grep "s5log.h" -R *
common/unittest/clt_socket.c:#include "s5log.h"
common/unittest/common_gtest.cpp:#include "s5log.h"
common/unittest/common_gtest2.cpp:#include "s5log.h"
common/unittest/session_clt_socket.c:#include "s5log.h"
common/unittest/srv_socket.c:#include "s5log.h"
common/unittest/test_s5session.cpp:#include "s5log.h"
common/unittest/test_s5sql.c:#include "s5log.h"
common/unittest/test_worker.c:#include "s5log.h"
S5bd/include/internal.h:#include "s5log.h"
S5bd/include/s5_context.h:#include "s5log.h"
S5bd/include/s5imagectx.h:#include "s5log.h"
S5bd/src/idgenerator.c:#include "s5log.h"
S5bd/src/s5session.c:#include "s5log.h"
grep: thirdParty/mongoose/examples/mbed/mongoose: warning: recursive directory loop
[root@lab3101 PureFlash]# find ./ -name "s5log.h"
[root@lab3101 PureFlash]# cat S5bd/README.txt
This is S5bd project. Block device driver for S5 storage.

引用了s5log.h,但是缺少这个文件

这个文件夹内容当前已经废弃,是无法编译的

好的 那没有问题