-
Notifications
You must be signed in to change notification settings - Fork 23
Description
hello!
I am used ubuntu20.04,when I execute cmd$ chmod +x install.sh && ./install.sh return error.please tell me how to resolve this problem?thanks!
/bin/bash ../libtool --tag=CC --mode=link gcc --std=c99 -I../include -Iinclude -g -D_XOPEN_SOURCE -D_BSD_SOURCE -D_GNU_SOURCE -g -O2 -static -L.libs -L../lib/.libs -lethercat_wrapper -lethercat -o testlib src/testlib-testlib.o
../libtool: line 7577: cd: .libs: No such file or directory
libtool: error: cannot determine absolute directory name of '.libs'
make[2]: *** [Makefile:492: testlib] Error 1
make[2]: Leaving directory '/home/zzj/Etherlab_EtherCAT_Master/libethercat_wrapper'
make[1]: *** [Makefile:514: all-recursive] Error 1
make[1]: Leaving directory '/home/zzj/Etherlab_EtherCAT_Master'
make: *** [Makefile:440: all] Error 2