HgsIAP_GMVer.build_log.htm 1.4 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647
  1. <html>
  2. <body>
  3. <pre>
  4. <h1>µVision Build Log</h1>
  5. <h2>Project:</h2>
  6. E:\wjlPro\higos\IAPԭʼÎļþ±¸·Ý\NEW-HS121-IAP\MDK-ARM\Project.uvproj
  7. Project File Date: 05/07/2018
  8. <h2>Output:</h2>
  9. Build target 'HgsIAP_GMVer'
  10. compiling main.c...
  11. compiling stm32f10x_it.c...
  12. compiling Msg.c...
  13. compiling id.c...
  14. compiling IAP.c...
  15. compiling Serial.c...
  16. compiling flash.c...
  17. compiling MsgQueue.c...
  18. compiling WatchDog.c...
  19. compiling W25Q64.c...
  20. compiling CopyApp2Mcu.c...
  21. linking...
  22. Program Size: Code=11420 RO-data=912 RW-data=128 ZI-data=8536
  23. FromELF: creating hex file...
  24. ".\Obj\HS121-IAP.axf" - 0 Error(s), 0 Warning(s).
  25. </pre>
  26. </body>
  27. </html>
  28. GPIO_Pin = RS485_DIR_PIN;
  29. ..\USER\Serial.c(254): error: #20: identifier "RS485_DIR_PORT" is undefined
  30. GPIO_Init(RS485_DIR_PORT, &GPIO_InitStructure);
  31. ..\USER\Serial.c(279): error: #20: identifier "RS485_DIR_LOW" is undefined
  32. RS485_DIR_LOW;
  33. ..\USER\Serial.c(314): error: #20: identifier "RS485_DIR_HIGH" is undefined
  34. RS485_DIR_HIGH;
  35. ..\USER\Serial.c(321): error: #20: identifier "RS485_DIR_LOW" is undefined
  36. RS485_DIR_LOW;
  37. ..\USER\Serial.c: 0 warnings, 7 errors
  38. compiling flash.c...
  39. compiling MsgQueue.c...
  40. compiling WatchDog.c...
  41. compiling W25Q64.c...
  42. ".\Obj\HS121-IAP.axf" - 7 Error(s), 0 Warning(s).
  43. Target not created
  44. ta=128 ZI-data=8528
  45. FromELF: creating hex file...
  46. ".\Obj\HS121-IAP.axf" - 0 Error(s), 0 Warning(s).