Oopenvela-robotlibbuitin/compiler-rt: Solve some compilation errors
| 文件 | 最后提交记录 | 最后更新时间 |
|---|---|---|
mm: Fix some typos Signed-off-by: xuxingliang <xuxingliang@xiaomi.com> | 2 个月前 | |
libbuitin/compiler-rt: Solve some compilation errors 1. remove_item It needs to use the full path to exclude the file, otherwise the exclusion will fail 2. No include path was added, resulting in the header file not being found Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com> | 2 个月前 | |
libbuilin/compiler_rt: Organize make.defs and eliminate compilation warnings Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com> | 2 个月前 | |
libbuitin/compiler-rt: Solve some compilation errors 1. remove_item It needs to use the full path to exclude the file, otherwise the exclusion will fail 2. No include path was added, resulting in the header file not being found Signed-off-by: wangmingrong1 <wangmingrong1@xiaomi.com> | 2 个月前 | |
libs/coverage: fix compile error. compiler-rt/coverage.c:324:3: error: call to undeclared function 'close'; ISO C99 and later do not support implicit function declarations [-Wimplicit-function-declaration] 324 | _NX_CLOSE(fd); | ^ /root/workdir/nuttx/include/nuttx/fs/fs.h:95:32: note: expanded from macro '_NX_CLOSE' 95 | # define _NX_CLOSE(f) close(f) | ^ Signed-off-by: wangzhi16 <wangzhi16@xiaomi.com> | 2 个月前 |