Altera_Forum
Honored Contributor
12 years agoLinker problem with SDK 13.1
Hi people,
I have some linker error happening with the SDK 13.1. To diagnose a bit, I tried running the examples from 13.0 found in "$(ALTERAOCLSDKROOT)/designs/", which are not provided anymore with 13.1 from what I have seen, and I get the same errors as in my own project. Here they are: 1>alteracl.lib(acl_program.obj) : error LNK2001: unresolved external symbol load_autodiscovery_xml 1>alteracl.lib(acl_program.obj) : error LNK2001: unresolved external symbol load_board_spec_xml You will guess this is using Visual Studio. My board is a Nallatech PCIe-385N and the computer is running Windows 7. Does anybody have an idea where the problem might be? Thanks a bunch, Smith