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

Silab IDE Disassambled code

My program runs fine on uvision simulation (nothing to do with Silab peripherials). Same program shows (long multiplied by long) calling C:0000

My tool integration shows both, uvision and Silab are using same programs. Silabl people could not help.

Parents
  • I think it's linker problem. Code is as if its still considering "?C?SLDIV" as extern and not linked. I am using same uvision exe files in IDE. But I am not sure about switches of linker or somthing to do with path???

    Can somebody suggest me how to check liner options in obth environment?

Reply
  • I think it's linker problem. Code is as if its still considering "?C?SLDIV" as extern and not linked. I am using same uvision exe files in IDE. But I am not sure about switches of linker or somthing to do with path???

    Can somebody suggest me how to check liner options in obth environment?

Children