Forum Discussion
Altera_Forum
Honored Contributor
14 years agoThe jtag_atlantic_terminal returned some errors when compiling it in MSVC: :confused:
1>JTAG.obj : error LNK2019: unresolved external symbol "void __cdecl jtagatlantic_close(struct JTAGATLANTIC *)" (?jtagatlantic_close@@YAXPAUJTAGATLANTIC@@@Z) referenced in function _main
1>JTAG.obj : error LNK2019: unresolved external symbol "int __cdecl jtagatlantic_flush(struct JTAGATLANTIC *)" (?jtagatlantic_flush@@YAHPAUJTAGATLANTIC@@@Z) referenced in function _main
1>JTAG.obj : error LNK2019: unresolved external symbol "int __cdecl jtagatlantic_write(struct JTAGATLANTIC *,char const *,unsigned int)" (?jtagatlantic_write@@YAHPAUJTAGATLANTIC@@PBDI@Z) referenced in function _main
1>JTAG.obj : error LNK2019: unresolved external symbol "int __cdecl jtagatlantic_get_error(char const * *)" (?jtagatlantic_get_error@@YAHPAPBD@Z) referenced in function _main
1>JTAG.obj : error LNK2019: unresolved external symbol "int __cdecl jtagatlantic_read(struct JTAGATLANTIC *,char *,unsigned int)" (?jtagatlantic_read@@YAHPAUJTAGATLANTIC@@PADI@Z) referenced in function _main
1>JTAG.obj : error LNK2019: unresolved external symbol "struct JTAGATLANTIC * __cdecl jtagatlantic_open(char const *,int,int,char const *)" (?jtagatlantic_open@@YAPAUJTAGATLANTIC@@PBDHH0@Z) referenced in function _main