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 agonios2_5.1
quartusii_51_sp1_web_edition.exe somebody tell me that: Do you use C and C++ files in your project? You should declare the function alt_busy_sleep() is a C function if you use it in a C++ file. But I don't know how can I declare the function alt_busy_sleep() is a C function in C++ files. Also I need to understand why. Thanks for your reply....