Forum Discussion
Altera_Forum
Honored Contributor
21 years agoA bug in libm.a?
All, Today, when I build my application without any debugging information, everything is OK. But when I am going to link the .gdb file for debugging, the problem shows up. I got an "undefined e...
Altera_Forum
Honored Contributor
21 years agoHi neo,
Yes. It is a problem. You are right to use the libm from uClibc. The libm from newlib is compiled with newlib header files, and should not be used together with uClibc. Thanks for your finding, wentao