Forum Discussion
Altera_Forum
Honored Contributor
15 years agoC2H. does not recognize functions.
Hi Every time I rightclick and selects the accelerated with ..... menu item, I get this error message: selection is not recognized as a function the text you have selected "(tex...
Altera_Forum
Honored Contributor
15 years agoDo you have some# define directive around this function?
Sometime C2H might not recognize the function if it's in a# ifdef directive and the variable define condition variable is in another file. Also check out that whether or not Eclipse outline can see your function. Although it's not related to C2H but if you see it in the file outline, it means that the function is properly defined.