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

ARM Linker Error

Note: This was originally posted on 29th April 2011 at http://forums.arm.com

Hi,
armlink: Undifined Symbol "function name" (refferd from filename(obj))
getting this linker error what must be the cause please help

Meenakshi

  • Note: This was originally posted on 2nd May 2011 at http://forums.arm.com

    Thank you for u r reply,
    I am building a static library project, i have included all the .c and .h files in project, no library to include, and i am getting the above error, any project setting i am missing? please help.

    Thank you

    Regards
    Meenakshi
  • Note: This was originally posted on 29th April 2011 at http://forums.arm.com


    Hi,
    armlink: Undifined Symbol "function name" (refferd from filename(obj))
    getting this linker error what must be the cause please help

    Meenakshi




    Mostly you have missed including the library in which the function is defined.
  • Note: This was originally posted on 2nd May 2011 at http://forums.arm.com


    Thank you for u r reply,
    I am building a static library project, i have included all the .c and .h files in project, no library to include, and i am getting the above error, any project setting i am missing? please help.

    Thank you

    Regards
    Meenakshi


    it is sort of a guessy work here if only general information is stated as above :-(


    armlink: Undifined Symbol "function name" (refferd from filename(obj))


    alternately, confirm if this function as mentioned in "function name", containing .o or .lib file is in linking command.