Hi, I am Vijay Bhaskar. I am facing some linking problems while running the program in Diab compiler. For referrence i am pasting the linking problem below. Undefined symbol 'atan2' in file 'filename.o' After that i have added the corresponding library function in linker options (libm.a) to avoid this problem. I got rid of above probelm, but i am facing some other problem which is also pasated below. Undefined symbol '__errno_fn' in file 'atan2.o(C:\diab\5.2.1.0\PPCEH\libm.a I am unable to resolve the above problem. Can u please provide me the solution to avoid the above problem (or) Can u please provide me any new solution, whenver we are using liabrary functions like atan (or) sqrt. Kindly do the needful. Regards, Vijay Bhaskar

Linking problem
Started by ●March 11, 2008
Reply by ●March 11, 20082008-03-11
On Mar 11, 1:10=A0am, ramubhas...@gmail.com wrote:> Hi, > =A0 =A0 =A0 =A0 I am Vijay Bhaskar. I am facing some linking problems whil=e> =A0 =A0 =A0 =A0 running the program in Diab compiler. > > =A0 =A0 =A0 =A0 For referrence i am pasting the linking problem below. > > =A0 =A0 =A0 =A0 Undefined symbol 'atan2' in file 'filename.o' > > =A0 =A0 =A0 =A0 After that i have added the corresponding library function=in> =A0 =A0 =A0 =A0 linker options (libm.a) to avoid this problem. > > =A0 =A0 =A0 =A0 I got rid of above probelm, but i am facing some other pro=blem> =A0 =A0 =A0 =A0 which is also pasated below. > > =A0 =A0 =A0 =A0 Undefined symbol > > =A0 =A0 =A0 =A0 '__errno_fn' in file 'atan2.o(C:\diab\5.2.1.0\PPCEH\libm.a=> > =A0 =A0 =A0 =A0 I am unable to resolve the above problem. > > =A0 =A0 =A0 =A0 Can u please provide me the solution to avoid the above pr=oblem> > =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 =A0 (or) > > =A0 =A0 =A0 =A0 Can u please provide me any new solution, whenver we are u=sing> =A0 =A0 =A0 =A0 liabrary functions like atan (or) sqrt. > > =A0 =A0 =A0 =A0 Kindly do the needful. > > Regards, > Vijay BhaskarIt looks like you have not included the library correctly. Does it compile if you comment out the code using the funcationality in the lib & header file (lib)? If this works, just include the header and then compile. And then try to compile it with your code uncommented. This may help you see if the issue is with the linking or with the code you have written. Suresh M. Shenoy
