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.

linking error



Hi,

why am i getting this error?

Description    Resource    Path    Location    Type
unresolved symbol taskFxn, first referenced in C:\Users\M.Fawzy\workspace_v5_4\1\labs\Debug\configPkg\package\cfg\app_pem4f.oem4f    labs             C/C++ Problem

 and the following warning

Description    Resource    Path    Location    Type
#10229-D output section ".data" refers to load symbol "taskFxn" and hence cannot be compressed; compression "rle" is ignored    labs             C/C++ Problem

  • Mohamed Fawzy said:
    unresolved symbol taskFxn, first referenced in C:\Users\M.Fawzy\workspace_v5_4\1\labs\Debug\configPkg\package\cfg\app_pem4f.oem4f

    That is saying the function taskFxn gets called from app_pem4f.c, but there is no definition of taskFxn.

    Mohamed Fawzy said:
    #10229-D output section ".data" refers to load symbol "taskFxn" and hence cannot be compressed; compression "rle" is ignored

    This situation is discussed in this thread.

    All that said, it is likely that both these errors are caused by a configuration error of some sort.  What software package are you using?

    Thanks and regards,

    -George

  • thanks, it was a configuration issue, such that the my cfg file was creating a task which wasn't available in my code