MAKE.TXT
资源名称:ertos.rar [点击查看]
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:4k
源码类别:
操作系统开发
开发平台:
DOS
- MAKE Version 3.6 Copyright (c) 1992 Borland International
- Available memory 66922016 bytes
- bcc -c -v -ml -DMSDOS -I. -I..inc -g200 rtos.c
- Borland C++ Version 3.1 Copyright (c) 1992 Borland International
- rtos.c:
- Error rtos.c 10: Unable to open include file 'stdio.h'
- Error rtos.c 11: Unable to open include file 'stddef.h'
- Error rtos.c 12: Unable to open include file 'stdlib.h'
- Error rtos.c 14: Unable to open include file 'dos.h'
- Error rtos.c 16: Unable to open include file 'alloc.h'
- Error rtos.c 21: Unable to open include file 'mem.h'
- Error rtos.c 22: Unable to open include file 'bios.h'
- Error rtos.c 23: Unable to open include file 'string.h'
- Error ..incrtos.h 16: Unable to open include file 'time.h'
- Error ..incrtos.h 17: Unable to open include file 'dos.h'
- Error ..incrtos.h 35: Unable to open include file 'conio.h'
- Error ..incrtos.h 235: 'time_t' cannot start a parameter declaration
- Error rtos.c 51: Unable to open include file 'conio.h'
- Error rtos.c 77: Undefined symbol 'NULL'
- Error rtos.c 78: Illegal initialization
- Error rtos.c 79: Illegal initialization
- Error rtos.c 80: Illegal initialization
- Error rtos.c 81: Illegal initialization
- Error rtos.c 87: Illegal initialization
- Warning rtos.c 102: Nonportable pointer conversion
- Warning rtos.c 103: Nonportable pointer conversion
- Error rtos.c 127: Illegal initialization
- Warning rtos.c 141: Call to function 'bioskey' with no prototype in function k_debugtest
- Warning rtos.c 142: Call to function 'puts' with no prototype in function k_debugtest
- Warning rtos.c 143: Call to function 'exit' with no prototype in function k_debugtest
- Warning rtos.c 164: Call to function 'disable' with no prototype in function rt_cpu_block
- Warning rtos.c 178: Call to function 'enable' with no prototype in function rt_cpu_unblock
- Warning rtos.c 209: Call to function 'gotoxy' with no prototype in function rt_halt
- Warning rtos.c 210: Call to function 'clreol' with no prototype in function rt_halt
- Warning rtos.c 213: Call to function 'printf' with no prototype in function rt_halt
- Warning rtos.c 219: Call to function 'exit' with no prototype in function rt_halt
- Warning rtos.c 331: Parameter 'cs' is never used in function cs_new
- Warning rtos.c 416: Call to function 'coreleft' with no prototype in function kcorefree
- Warning rtos.c 444: Call to function 'calloc' with no prototype in function kcalloc
- Warning rtos.c 444: Nonportable pointer conversion in function kcalloc
- Error rtos.c 464: Improper use of typedef 'mem_x' in function kfree
- Error rtos.c 464: Undefined symbol 'mem_data' in function kfree
- Warning rtos.c 464: Call to function 'offsetof' with no prototype in function kfree
- Warning rtos.c 467: Call to function 'sprintf' with no prototype in function kfree
- Warning rtos.c 469: Call to function 'cputs' with no prototype in function kfree
- Warning rtos.c 470: Call to function 'cputs' with no prototype in function kfree
- Warning rtos.c 481: Call to function 'sprintf' with no prototype in function kfree
- Warning rtos.c 483: Call to function 'cputs' with no prototype in function kfree
- Warning rtos.c 484: Call to function 'cputs' with no prototype in function kfree
- Warning rtos.c 490: Call to function 'free' with no prototype in function kfree
- Warning rtos.c 499: Call to function 'realloc' with no prototype in function krealloc
- Warning rtos.c 499: Nonportable pointer conversion in function krealloc
- Warning rtos.c 778: Call to function 'cprintf' with no prototype in function knumthreads
- Warning rtos.c 782: Call to function 'cprintf' with no prototype in function knumthreads
- Warning rtos.c 833: Call to function 'exit' with no prototype in function kdestroythread
- Warning rtos.c 953: Call to function 'wherex' with no prototype in function rt_nextthread
- Warning rtos.c 954: Call to function 'wherey' with no prototype in function rt_nextthread
- Warning rtos.c 989: Call to function 'window' with no prototype in function rt_nextthread
- Warning rtos.c 991: Call to function 'gotoxy' with no prototype in function rt_nextthread
- Warning rtos.c 1039: Call to function 'sprintf' with no prototype in function xrt_yield
- Error rtos.c 1058: Illegal initialization
- Error rtos.c 1059: Illegal initialization
- Error rtos.c 1067: Illegal initialization
- Error rtos.c 1067: Too many error or warning messages
- *** 26 errors in Compile ***
- Available memory 4135536
- ** error 1 ** deleting rtos.obj