MAKE.TXT
上传用户:sunrenlu
上传日期:2022-06-13
资源大小:1419k
文件大小:4k
源码类别:

操作系统开发

开发平台:

DOS

  1. MAKE Version 3.6  Copyright (c) 1992 Borland International
  2. Available memory 66922016 bytes
  3.         bcc -c -v -ml -DMSDOS -I. -I..inc -g200 rtos.c
  4. Borland C++  Version 3.1 Copyright (c) 1992 Borland International
  5. rtos.c:
  6. Error rtos.c 10: Unable to open include file 'stdio.h'
  7. Error rtos.c 11: Unable to open include file 'stddef.h'
  8. Error rtos.c 12: Unable to open include file 'stdlib.h'
  9. Error rtos.c 14: Unable to open include file 'dos.h'
  10. Error rtos.c 16: Unable to open include file 'alloc.h'
  11. Error rtos.c 21: Unable to open include file 'mem.h'
  12. Error rtos.c 22: Unable to open include file 'bios.h'
  13. Error rtos.c 23: Unable to open include file 'string.h'
  14. Error ..incrtos.h 16: Unable to open include file 'time.h'
  15. Error ..incrtos.h 17: Unable to open include file 'dos.h'
  16. Error ..incrtos.h 35: Unable to open include file 'conio.h'
  17. Error ..incrtos.h 235: 'time_t' cannot start a parameter declaration
  18. Error rtos.c 51: Unable to open include file 'conio.h'
  19. Error rtos.c 77: Undefined symbol 'NULL'
  20. Error rtos.c 78: Illegal initialization
  21. Error rtos.c 79: Illegal initialization
  22. Error rtos.c 80: Illegal initialization
  23. Error rtos.c 81: Illegal initialization
  24. Error rtos.c 87: Illegal initialization
  25. Warning rtos.c 102: Nonportable pointer conversion
  26. Warning rtos.c 103: Nonportable pointer conversion
  27. Error rtos.c 127: Illegal initialization
  28. Warning rtos.c 141: Call to function 'bioskey' with no prototype in function k_debugtest
  29. Warning rtos.c 142: Call to function 'puts' with no prototype in function k_debugtest
  30. Warning rtos.c 143: Call to function 'exit' with no prototype in function k_debugtest
  31. Warning rtos.c 164: Call to function 'disable' with no prototype in function rt_cpu_block
  32. Warning rtos.c 178: Call to function 'enable' with no prototype in function rt_cpu_unblock
  33. Warning rtos.c 209: Call to function 'gotoxy' with no prototype in function rt_halt
  34. Warning rtos.c 210: Call to function 'clreol' with no prototype in function rt_halt
  35. Warning rtos.c 213: Call to function 'printf' with no prototype in function rt_halt
  36. Warning rtos.c 219: Call to function 'exit' with no prototype in function rt_halt
  37. Warning rtos.c 331: Parameter 'cs' is never used in function cs_new
  38. Warning rtos.c 416: Call to function 'coreleft' with no prototype in function kcorefree
  39. Warning rtos.c 444: Call to function 'calloc' with no prototype in function kcalloc
  40. Warning rtos.c 444: Nonportable pointer conversion in function kcalloc
  41. Error rtos.c 464: Improper use of typedef 'mem_x' in function kfree
  42. Error rtos.c 464: Undefined symbol 'mem_data' in function kfree
  43. Warning rtos.c 464: Call to function 'offsetof' with no prototype in function kfree
  44. Warning rtos.c 467: Call to function 'sprintf' with no prototype in function kfree
  45. Warning rtos.c 469: Call to function 'cputs' with no prototype in function kfree
  46. Warning rtos.c 470: Call to function 'cputs' with no prototype in function kfree
  47. Warning rtos.c 481: Call to function 'sprintf' with no prototype in function kfree
  48. Warning rtos.c 483: Call to function 'cputs' with no prototype in function kfree
  49. Warning rtos.c 484: Call to function 'cputs' with no prototype in function kfree
  50. Warning rtos.c 490: Call to function 'free' with no prototype in function kfree
  51. Warning rtos.c 499: Call to function 'realloc' with no prototype in function krealloc
  52. Warning rtos.c 499: Nonportable pointer conversion in function krealloc
  53. Warning rtos.c 778: Call to function 'cprintf' with no prototype in function knumthreads
  54. Warning rtos.c 782: Call to function 'cprintf' with no prototype in function knumthreads
  55. Warning rtos.c 833: Call to function 'exit' with no prototype in function kdestroythread
  56. Warning rtos.c 953: Call to function 'wherex' with no prototype in function rt_nextthread
  57. Warning rtos.c 954: Call to function 'wherey' with no prototype in function rt_nextthread
  58. Warning rtos.c 989: Call to function 'window' with no prototype in function rt_nextthread
  59. Warning rtos.c 991: Call to function 'gotoxy' with no prototype in function rt_nextthread
  60. Warning rtos.c 1039: Call to function 'sprintf' with no prototype in function xrt_yield
  61. Error rtos.c 1058: Illegal initialization
  62. Error rtos.c 1059: Illegal initialization
  63. Error rtos.c 1067: Illegal initialization
  64. Error rtos.c 1067: Too many error or warning messages
  65. *** 26 errors in Compile ***
  66.         Available memory 4135536
  67. ** error 1 ** deleting rtos.obj