我在使用uC/OSII的时候遇到一些问题:
使用ICCAVR专业版6.31
编译的时候出现如下的信息:
C:\icc\bin\imakew -f MainController.mak
iccavr -o MainController -LC:\icc\lib\ -g -ucrtatmega.o -bfunc_lit:0x8c.0x20000 -dram_end:0x10ff -bdata:0x100.0x10ff -dhwstk_size:16 -beeprom:1.4096 -fihx_coff -F0000 -S2 @MainController.lk -lstudio -lcatmega
Device 16% full.
warning: COFF no struct tag 'os_tcb' found for symbol index 911
warning: COFF no struct tag 'os_tcb' found for symbol index 924
warning: COFF no struct tag 'os_tcb' found for symbol index 990
warning: COFF no struct tag 'os_tcb' found for symbol index 2105
warning: COFF no struct tag 'os_tcb' found for symbol index 2109
warning: COFF no struct tag 'os_tcb' found for symbol index 2112
warning: COFF no struct tag 'os_tcb' found for symbol index 2115
warning: COFF no struct tag 'os_tcb' found for symbol index 2118
warning: COFF no struct tag 'os_tcb' found for symbol index 2121
Done.
请问这个问题该如何解决?谢谢!