This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

Why do I get this error messasge which is "function declared implicitly"?

Hello

I just started learning cortex and taking a look at examples provided. 

I copied most of main code from timer example and paste it to my new project to make modified timer project.

But when I complied it I got "function declared implicitly" message. 

that functions are mostly ROM functions. It seems like compiler is not recognizing header files. But I included all the necessary header files.

I set the #include search path correctly as well.

I do not know why. Does this problem have something with #ifdef and --define=TARGET_IS_SNOWFLAKE_RA0? 

If so, can you guys tell me what this --define=TARGET_IS_SNOWFLAKE_RA0 is and how to set it?

or let me know how to solve this problem please.

Thank you for reading this

Sincerely,

Jay