Forum Discussion
Altera_Forum
Honored Contributor
14 years agoI'm not using Linux, but similar to the respective Windows libraries, the libjtag_atlantic function names are apparently "decorated" names (including a coding for function return and argument types, as required for function overloading in C++). You either need to interface the library from C++ code, or write a respective import library.
It's a general C versus C++ problem and not particularly related to libjtag_atlantic.