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

L220

Hello dear ALL,
i have a next problem...
I have a project with many c-files.
One of them has an assembler code in it.
//////////////////////////////////////
......
......
#pragma asm
......
......
#pragma endasm
///////////////////////////////////////
if i use BL51 linker it's compiled without errors, but if I use LX51, than I have a next message:
*** FATAL ERROR L220: INVALID INPUT MODULE
MODULE: .\file.obj
Target not created

In the options for this file I filled .. the fields for "generate assembler src file" and "assemle src file" out.

Could somebody please explain me such behavior?

With best regards,
A.

Parents
  • *** FATAL ERROR L220: INVALID INPUT MODULE
    MODULE: .\file.obj
    Target not created
    Is "file.obj" the one that contained the inline assembler?

    Doe it have some option(s) set that is incompatible with BL51 only, and not LX51? (check the Manual)

Reply
  • *** FATAL ERROR L220: INVALID INPUT MODULE
    MODULE: .\file.obj
    Target not created
    Is "file.obj" the one that contained the inline assembler?

    Doe it have some option(s) set that is incompatible with BL51 only, and not LX51? (check the Manual)

Children