Hi,
While compiling Ltib am encountering this error continously
/usr/bin/ld: ElftosbAST.o: undefined reference to symbol 'lroundf@@GLIBC_2.1'
/usr/bin/ld: note: 'lroundf@@GLIBC_2.1' is defined in DSO /lib/i386-linux-gnu/libm.so.6 so try adding it to the linker command line
/lib/i386-linux-gnu/libm.so.6: could not read symbols: Invalid operation
collect2: error: ld returned 1 exit status
make[1]: *** [elftosb] Error 1
make[1]: Leaving directory `/opt/freescale/ltib/usr/src/rpm/BUILD/elftosb-2.6.35.3-1.1.0/bld/linux'
make: *** [all] Error 2
error: Bad exit status from /home/ganesh/IMX/ltib/tmp/rpm-tmp.61629 (%build)

How can i Fix this error?