This discussion has been locked.
You can no longer post new replies to this discussion. If you have a question you can start a new discussion

Compiler problem

Hi..
I have a problem with in-line assembly in uVision2. First I write #pragma src in the first line of code, then comes some C-code, and then I have a routine including
#pragma asm
NOP (here shoud come some assembler code)
#pragma endasm
After compiling uVision says
FATAL ERROR L210, filename.obj not found.

What can I do?

0