Find the answer to your Linux question:
Results 1 to 2 of 2
Hi I am using a arm compiler to build my program but getting following compiler error at the end - init.c .text+0x2c): undefined reference to `__libc_csu_fini' init.c .text+0x34): undefined reference ...
  1. #1
    Just Joined!
    Join Date
    Jul 2010
    Posts
    23

    Exclamation linker error using cross compiler.

    Hi

    I am using a arm compiler to build my program but getting following compiler error at the end -

    init.c.text+0x2c): undefined reference to `__libc_csu_fini'
    init.c.text+0x34): undefined reference to `__libc_csu_init'


    Does any one know about it?

    Thanks

  2. #2
    Linux Guru Rubberman's Avatar
    Join Date
    Apr 2009
    Location
    I can be found either 40 miles west of Chicago, or in a galaxy far, far away.
    Posts
    8,974
    It means those symbols are being used, but haven't been defined/implemented. The code in question is in the init.c source file. What that code does, I don't know, but it may be something that should be conditionally compiled in or out depending upon the platform. Again, don't know for sure.
    Sometimes, real fast is almost as good as real time.
    Just remember, Semper Gumbi - always be flexible!

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts
  •  
...