Forum Discussion
Altera_Forum
Honored Contributor
14 years agoC++ compiler errors
I am new to C++/ucos II. Compiling a simple test C++ program gets the following error messages: error: 'alt_irq_register' was not declared in this scope error: invalid conversion from ...
Altera_Forum
Honored Contributor
14 years agoHaving the source to look at (or at least the correct segment) would be helpful.
First problem alt_irq_register not declared is you probably need the appropriate header file, the second problem look at what you have in the third argument position on your OSTaskCreateExt and either type-cast it to OS_STK* or define it properly.