btashton commented on issue #2099: URL: https://github.com/apache/incubator-nuttx/issues/2099#issuecomment-716259447
@masayuki2009 ``` LD: nuttx.elf ld --entry=__start -m elf_i386 -g -T/home/bashton/nuttx/apache/incubator-nuttx/boards/x86/qemu/qemu-i486/scripts/qemu.ld -static -L"/home/bashton/nuttx/apache/incubator-nuttx/staging" -L"/home/bashton/nuttx/apache/incubator-nuttx/arch/x86/src/board" -L "/usr/lib/gcc/x86_64-redhat-linux/10/32/" -L "./" \ -o "/home/bashton/nuttx/apache/incubator-nuttx/nuttx.elf" qemu_head.o \ --start-group -lsched -ldrivers -lboards -lc -lmm -larch -lapps -lfs -lbinfmt -lboard -lgcc -lm --end-group ld: cannot find -lm make[1]: *** [Makefile:135: nuttx.elf] Error 1 make[1]: Leaving directory '/home/bashton/nuttx/apache/incubator-nuttx/arch/x86/src' make: *** [tools/Makefile.unix:415: nuttx.elf] Error 2 ``` Do we really want to be using the system math library here? That seems wrong to me. ---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: us...@infra.apache.org