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

Aduc702x.s Compiling error

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

: Error: L6218E: Undefined symbol DAbt_Handler (referred from aduc702x.o)
Can somebody help with this kind of error? How to resolve it? The thing is i didnt call "aduc702x.o" extension file. Does it relate to somewhere else?
PS: There is no error upon the compilation of my coding.
Parents
  • Note: This was originally posted on 15th March 2011 at http://forums.arm.com

    Thanks for the information.
    Regarding to the sources. This Dabt_Handler is coming from the initializations from the aduc702x.s

    Here is the codes inside the aduc702x.s :
    EXTERN Undef_Handler
    EXTERN SWI_Handler
    EXTERN PAbt_Handler
    EXTERN DAbt_Handler

    Then the error after compiling error is this:
    Error: L6218E: Undefined symbol DAbt_Handler (referred from aduc702x.o).
    : Error: L6218E: Undefined symbol PAbt_Handler (referred from aduc702x.o).
    Error: L6218E: Undefined symbol SWI_Handler (referred from aduc702x.o).
    Error: L6218E: Undefined symbol Undef_Handler (referred from aduc702x.o).
    The header and the .c files of mine are all free of error which means theoretically i can compile the program but due to this i dont really know what is happenning. The aduc702x.s is generated when a new project is created and based on the target device it will configure a initialization file. Hence the Dabt_Handler is an exception of vector inside the coding explained from the comments.

    Don't really know the meaning of the vectors? Can please help to elaborate or just to explain what is the use of Dabt_Handler in the initialization coding?

    Thanks a lot for sharing. Looking forward to get the reply.
Reply
  • Note: This was originally posted on 15th March 2011 at http://forums.arm.com

    Thanks for the information.
    Regarding to the sources. This Dabt_Handler is coming from the initializations from the aduc702x.s

    Here is the codes inside the aduc702x.s :
    EXTERN Undef_Handler
    EXTERN SWI_Handler
    EXTERN PAbt_Handler
    EXTERN DAbt_Handler

    Then the error after compiling error is this:
    Error: L6218E: Undefined symbol DAbt_Handler (referred from aduc702x.o).
    : Error: L6218E: Undefined symbol PAbt_Handler (referred from aduc702x.o).
    Error: L6218E: Undefined symbol SWI_Handler (referred from aduc702x.o).
    Error: L6218E: Undefined symbol Undef_Handler (referred from aduc702x.o).
    The header and the .c files of mine are all free of error which means theoretically i can compile the program but due to this i dont really know what is happenning. The aduc702x.s is generated when a new project is created and based on the target device it will configure a initialization file. Hence the Dabt_Handler is an exception of vector inside the coding explained from the comments.

    Don't really know the meaning of the vectors? Can please help to elaborate or just to explain what is the use of Dabt_Handler in the initialization coding?

    Thanks a lot for sharing. Looking forward to get the reply.
Children
No data