qemu compile error

Question about which tools to use, bugs, the best way to implement a function, etc should go here. Don't forget to see if your question is answered in the wiki first! When in doubt post here.
Post Reply
User avatar
ackit
Posts: 2
Joined: Wed Apr 30, 2008 5:54 pm

qemu compile error

Post by ackit »

Code: Select all

LINK  i386-softmmu/qemu
/usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../libm.a(fesetround.o): In function `fesetround':
(.text+0x2d): undefined reference to `_dl_hwcap'
collect2: ld returned 1 exit status
make[1]: *** [qemu] Error 1
make: *** [subdir-i386-softmmu] Error 2
unsure what to do
User avatar
ackit
Posts: 2
Joined: Wed Apr 30, 2008 5:54 pm

Re: qemu compile error

Post by ackit »

appears that libm.so was missing D:
Post Reply