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.

Unresolved symbol _comm_intr error..

 hi

i am trying to run simple sin8_led program from chassing book but getting the following error .I have added all the files . Not albe to resolve it plz help.

Compilation failure
  symbol            in file     
 ---------      ----------------
 _comm_intr     ./main.obj      
 _output_sample ./main.obj      

error #10234-D: unresolved symbols remain
error #10010: errors encountered during linking; "avg_filter.out" not built


Thank u

shashi

  • Hello Shashi,

    There can be 2 reasons as I see it.

    1. The C file which contains the declaration has not been added to compile of the files
    2. If this is coming from a precompiled library then the path has not been added to the Link Phase.

    Regards
    Amit