Hi,
- I’m trying to get the OpenAT SDK for the Q2686 working, but no luck sofar. When trying to compile for debug I get the following error messages:
------ Skipped Build: Project: Hello_World, Configuration: Wismo Target Win32 ------
Project configuration skipped because it is not selected in this solution configuration
------ Build started: Project: Hello_World_rte, Configuration: Debug Win32 ------
Linking…
LINK : error LNK2001: unresolved external symbol _opecCustomerTaskInit
hello_world.obj : error LNK2019: unresolved external symbol _adl_atSendResponse referenced in function _HelloWorld_TimerHandler
hello_world.obj : error LNK2019: unresolved external symbol _adlint_osDebugTrace referenced in function _HelloWorld_TimerHandler
hello_world.obj : error LNK2019: unresolved external symbol __RTC_CheckEsp referenced in function _HelloWorld_TimerHandler
hello_world.obj : error LNK2001: unresolved external symbol __RTC_Shutdown
hello_world.obj : error LNK2001: unresolved external symbol __RTC_InitBase
hello_world.obj : error LNK2019: unresolved external symbol _adl_tmrSubscribe referenced in function _adl_main
LINK : error LNK2001: unresolved external symbol __DllMainCRTStartup@12
./rte/vc71/Debug/Hello_World_rte.dll : fatal error LNK1120: 8 unresolved externals
Build log was saved at “file://d:\MMOpenAtProject\rte\vc71\Debug\BuildLog.htm”
Hello_World_rte - 9 error(s), 0 warning(s)
---------------------- Done ----------------------
Build: 0 succeeded, 1 failed, 1 skipped
It looks to me as if some linker file is missing.
-
Another issue is that I can place my source files on a local drive only. When placing the source files on a network drive I get “permission denied” errors when running the scripts
-
Remote Task Environment doesn’t work either. The file and directorey rte\kernel.exe is nowhere to be found
Does someone have a solution?
Thanks in advance,
Marcel