Forum Discussion
Altera_Forum
Honored Contributor
20 years agoalt_busy_sleep
Dear All, My code need to call alt_busy_sleep(), but the compiler report the following error. Linking TestCPP.elf... obj/main.o(.gnu.linkonce.t._ZN13JaidTestClass18TestOSDBlockAdjust...
Altera_Forum
Honored Contributor
20 years agoThanks very much...
I think that the basic reason is: The function name after compilation is different in C from that in C++. The declaration is necessary for both sides.