Browse Source

Update README.md

greedyhao 4 năm trước cách đây
mục cha
commit
07235e288b
1 tập tin đã thay đổi với 7 bổ sung1 xóa
  1. 7 1
      bsp/bluetrum/ab32vg1-ab-prougen/README.md

+ 7 - 1
bsp/bluetrum/ab32vg1-ab-prougen/README.md

@@ -102,7 +102,13 @@ msh >
 
 ## 注意事项
 
-暂无
+目前的 `cconfig.h` 的生成脚本对 riscv 的工具链识别有问题,可能需要在 `cconfig.h` 中手动添加以下配置
+
+```
+#define HAVE_SIGEVENT 1
+#define HAVE_SIGINFO 1
+#define HAVE_SIGVAL 1
+```
 
 ## 维护人信息