Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
20 years ago

Linker question

Hello, I have an assembly function (say A). In my C code, I declare the function with extern "C" { void A(int val); }; In a class, there is a function delcared B, that is calling A in...