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 'void*' to 'OS_STK*' error: initializing argument 3 of 'INT8U OSTaskCreateExt(void (*)(void*), void*, OS_STK*, INT8U, INT16U, OS_STK*, INT32U, void*, INT16U)' error: invalid conversion from 'void*' to 'OS_STK*' error: initializing argument 3 of 'INT8U OSTaskCreateExt(void (*)(void*), void*, OS_STK*, INT8U, INT16U, OS_STK*, INT32U, void*, INT16U)' Any help will be appreciated.