Altera_Forum
Honored Contributor
17 years agojtag interface from user aplication
Hi,
I'm trying to access the jtag port inside the fpga with the alt_jtag_atlantic block (also used in the jtag_uart for the niosII processor). I need access to the jtag port from a custom C/C++ program. I tried an approach like in this link : http://nioswiki.jot.com/wikihome/highspeedimagedownloaddemo but then in Visual studio (not g++). I have a problem about the "int jtagatlantic_get_error(const char * * other_info);" function from inside the jtag_atlantic dll. The error is an undefined reference :error LNK2019: unresolved external symbol "int __cdecl jtagatlantic_get_error(char const * *)" (?jtagatlantic_get_error@@YAHPAPBD@Z) referenced in function _main Does anyone has experience with this, or knows where I can find more information? Stefaan