Thanks. The original failure message is gone, but a new one appeared.
I saw this in the makefile.in:
Updated the LFLAGS and LFLAGS3:
Now I see this failure message:
Thank you for your time and efforts to debug these issues.
I saw this in the makefile.in:
Code:
SERVICE_FILE=OS/openwrt/argononedSERVICE_FILE_PERMISSIONS=744SERVICE_PATH=/etc/init.d/argononedSHUTDOWN_FILE=$(BIN_SHUTDOWN)SHUTDOWN_PATH=/usr/sbin/shutdown_argononeSERVICE_ENABLE=/etc/init.d/argononed enableSERVICE_DISABLE=/etc/init.d/argononed disableSERVICE_START=/etc/init.d/argononed startSERVICE_STOP=/etc/init.d/argononed stopLFLAGS3 = /usr/lib/libargp.aLFLAGS =CFLAGS += -DLOCK_FILE='"/tmp/run/argononed.pid"'
Code:
LFLAGS3 += /usr/lib/libargp.aLFLAGS += /usr/lib/libargp.a
Code:
Build argononedgcc -o build/argononed build/argononed.o build/argonone_config.o build/logger.o build/event_timer.o build/argonone_shm.o -Wall -s -O3 -DLOCK_FILE='"/tmp/run/argononed.pid"' -lpthread -lrt /usr/lib/libargp.a/usr/bin/ld: cannot find -lpthread: No such file or directory/usr/bin/ld: cannot find -lrt: No such file or directorycollect2: error: ld returned 1 exit statusmake: *** [makefile:96: argononed] Error 1root@xizhi_net:~/argononed#
Statistics: Posted by feketsga — Sun Jan 21, 2024 3:04 pm