uv4.log 1.4 KB

123456789101112131415161718192021222324
  1. *** Using Compiler 'V5.06 update 7 (build 960)', folder: 'D:\software\MDK5\ARM\ARMCC\Bin'
  2. Build target 'GD32F103C8T6'
  3. compiling otaEvent.c...
  4. ..\App\otaEvent.h(26): warning: #1295-D: Deprecated declaration check_ota_event - give arg types
  5. int8_t check_ota_event();
  6. ..\App\device_message.h(99): warning: #1295-D: Deprecated declaration get_gateway_config_params - give arg types
  7. GATEWAY_PARAMS *get_gateway_config_params();
  8. ..\App\otaEvent.c(47): warning: #940-D: missing return statement at end of non-void function "check_ota_event"
  9. }
  10. ..\App\otaEvent.c(51): warning: #188-D: enumerated type mixed with another type
  11. bool timeoutFlag = false;
  12. ..\App\otaEvent.c(54): warning: #188-D: enumerated type mixed with another type
  13. timeoutFlag = true;
  14. ..\App\otaEvent.c(132): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
  15. EC800MSendCmd(ota_data.data + 3,128);
  16. ..\App\otaEvent.c(222): warning: #167-D: argument of type "uint8_t *" is incompatible with parameter of type "char *"
  17. EC800MSendCmd((uint8_t *)&ota_message,sizeof(OTA_MESSAGE));
  18. ..\App\otaEvent.c: 7 warnings, 0 errors
  19. linking...
  20. Program Size: Code=16396 RO-data=524 RW-data=164 ZI-data=82836
  21. FromELF: creating hex file...
  22. After Build - User command #1: fromelf --bin --output ./Objects/Ringzle.bin ./Objects/Ringzle.axf
  23. ".\Objects\Ringzle.axf" - 0 Error(s), 7 Warning(s).
  24. Build Time Elapsed: 00:00:03