Kalman.plg
上传用户:wyp_nj
上传日期:2022-05-03
资源大小:484k
文件大小:1k
源码类别:

GPS编程

开发平台:

Visual C++

  1. <html>
  2. <body>
  3. <pre>
  4. <h1>Build Log</h1>
  5. <h3>
  6. --------------------Configuration: Kalman - Win32 Debug--------------------
  7. </h3>
  8. <h3>Command Lines</h3>
  9. Creating temporary file "C:DOCUME~1hejuanLOCALS~1TempRSPF.tmp" with contents
  10. [
  11. kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib kernel32.lib user32.lib gdi32.lib winspool.lib comdlg32.lib advapi32.lib shell32.lib ole32.lib oleaut32.lib uuid.lib odbc32.lib odbccp32.lib /nologo /subsystem:console /incremental:yes /pdb:"Debug/Kalman.pdb" /debug /machine:I386 /out:"Debug/Kalman.exe" /pdbtype:sept 
  12. .DebugBUFFER.OBJ
  13. .DebugDR.OBJ
  14. .DebugGPS.OBJ
  15. .DebugKalman.obj
  16. .Debugmain.obj
  17. .DebugMATRIX.OBJ
  18. ]
  19. Creating command line "link.exe @C:DOCUME~1hejuanLOCALS~1TempRSPF.tmp"
  20. <h3>Output Window</h3>
  21. Linking...
  22. DR.OBJ : error LNK2001: unresolved external symbol __RTC_CheckEsp
  23. GPS.OBJ : error LNK2001: unresolved external symbol __RTC_CheckEsp
  24. DR.OBJ : error LNK2001: unresolved external symbol __RTC_Shutdown
  25. GPS.OBJ : error LNK2001: unresolved external symbol __RTC_Shutdown
  26. DR.OBJ : error LNK2001: unresolved external symbol __RTC_InitBase
  27. GPS.OBJ : error LNK2001: unresolved external symbol __RTC_InitBase
  28. Debug/Kalman.exe : fatal error LNK1120: 3 unresolved externals
  29. Error executing link.exe.
  30. <h3>Results</h3>
  31. Kalman.exe - 7 error(s), 0 warning(s)
  32. </pre>
  33. </body>
  34. </html>