..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_flag.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_mbox.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_mem.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_mutex.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_q.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_sem.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_task.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_time.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_tmr.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_cpu_c.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling os_dbg.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
compiling app.c...
..\uCOS-II\Source\ucos_ii.h(1464): error: #35: #error directive: "OS_CFG.H, Missing OS_FLAG_NAME_SIZE: Determines the size of flag group names"
Target not created
按照别人的方式移植UCOS添加完之后整了这么些错误是什么问题 |