| 1234567891011121314151617181920212223242526272829303132333435363738394041424344454647 |
- <html>
- <body>
- <pre>
- <h1>µVision Build Log</h1>
- <h2>Project:</h2>
- E:\wjlPro\higos\IAPÔʼÎļþ±¸·Ý\NEW-HS121-IAP\MDK-ARM\Project.uvproj
- Project File Date: 05/07/2018
- <h2>Output:</h2>
- Build target 'HgsIAP_GMVer'
- compiling main.c...
- compiling stm32f10x_it.c...
- compiling Msg.c...
- compiling id.c...
- compiling IAP.c...
- compiling Serial.c...
- compiling flash.c...
- compiling MsgQueue.c...
- compiling WatchDog.c...
- compiling W25Q64.c...
- compiling CopyApp2Mcu.c...
- linking...
- Program Size: Code=11420 RO-data=912 RW-data=128 ZI-data=8536
- FromELF: creating hex file...
- ".\Obj\HS121-IAP.axf" - 0 Error(s), 0 Warning(s).
- </pre>
- </body>
- </html>
- GPIO_Pin = RS485_DIR_PIN;
- ..\USER\Serial.c(254): error: #20: identifier "RS485_DIR_PORT" is undefined
- GPIO_Init(RS485_DIR_PORT, &GPIO_InitStructure);
- ..\USER\Serial.c(279): error: #20: identifier "RS485_DIR_LOW" is undefined
- RS485_DIR_LOW;
- ..\USER\Serial.c(314): error: #20: identifier "RS485_DIR_HIGH" is undefined
- RS485_DIR_HIGH;
- ..\USER\Serial.c(321): error: #20: identifier "RS485_DIR_LOW" is undefined
- RS485_DIR_LOW;
- ..\USER\Serial.c: 0 warnings, 7 errors
- compiling flash.c...
- compiling MsgQueue.c...
- compiling WatchDog.c...
- compiling W25Q64.c...
- ".\Obj\HS121-IAP.axf" - 7 Error(s), 0 Warning(s).
- Target not created
- ta=128 ZI-data=8528
- FromELF: creating hex file...
- ".\Obj\HS121-IAP.axf" - 0 Error(s), 0 Warning(s).
|