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 ...
- 08-11-2010 #1Just Joined!
- Join Date
- Jul 2010
- Posts
- 23
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
- 08-17-2010 #2Linux Guru
- 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!


Reply With Quote