[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [microblaze-uclinux] problem to link math functions



Hi Stephane,

Stephane CAYLA wrote:
I'm trying to use math functions with uClibc in petalinux v0.20, the link phase fails ....
i have tried to link mblib with -lm flag with no success

Any help or suggestion is appreciated

add

LDLIBS += -lm

just after the "APP = " line in user-apps/..../Makefile, generated by petalinux-new-app

Regards,

John
___________________________
microblaze-uclinux mailing list
microblaze-uclinux@xxxxxxxxxxxxxx
Project Home Page : http://www.itee.uq.edu.au/~jwilliams/mblaze-uclinux
Mailing List Archive : http://www.itee.uq.edu.au/~listarch/microblaze-uclinux/