ossv4 2019 failed to build
Posted: Wed Dec 18, 2019 4:24 am
Hi im using Gentoo i tried to build ossv4.2 2019 but i got this after
make build
i followed this guide
http://ossnext.trueinstruments.com/wiki ... rom_source
how do i solve this?
make build
i followed this guide
http://ossnext.trueinstruments.com/wiki ... rom_source
Code: Select all
ossdetect.c: En la función ‘create_devlinks’:
ossdetect.c:555:31: aviso: declaración implícita de la función ‘makedev’ [-Wimplicit-function-declaration]
if (mknod (dev, node_m, makedev (major, minor)) == -1)
^~~~~~~
cc -O -s -o ../../../target/sbin/ossdetect ./ossdetect.o
./ossdetect.o: En la función `main':
ossdetect.c:(.text+0x108f): referencia a `makedev' sin definir
collect2: error: ld devolvió el estado de salida 1
make[3]: *** [Makefile:34: ../../../target/sbin/ossdetect] Error 1
make[3]: se sale del directorio '/home/dam2/oss/os_cmd/Linux/ossdetect'
make[2]: *** [../../make.defs:11: subdirs] Error 1
make[2]: se sale del directorio '/home/dam2/oss/os_cmd/Linux'
make[1]: *** [../make.defs:11: subdirs] Error 1
make[1]: se sale del directorio '/home/dam2/oss/os_cmd'
make: *** [make.defs:11: subdirs] Error 1
how do i solve this?