-
Notifications
You must be signed in to change notification settings - Fork 32
Description
after ./configure i have given make. it is produced below error
siva@siva-Vostro-3268:~/Downloads/libcanopen-master$ make
make all-recursive
make[1]: Entering directory '/home/siva/Downloads/libcanopen-master'
Making all in canopen
make[2]: Entering directory '/home/siva/Downloads/libcanopen-master/canopen'
source='canopen.c' object='canopen.lo' libtool=yes
DEPDIR=.deps depmode=none /bin/bash ../depcomp
/bin/bash ../libtool --tag=CC --mode=compile gcc -DHAVE_CONFIG_H -I. -I.. -I.. -I.. -g -O2 -c -o canopen.lo canopen.c
/bin/bash: ../depcomp: No such file or directory
Makefile:325: recipe for target 'canopen.lo' failed
make[2]: *** [canopen.lo] Error 127
make[2]: Leaving directory '/home/siva/Downloads/libcanopen-master/canopen'
Makefile:359: recipe for target 'all-recursive' failed
make[1]: *** [all-recursive] Error 1
make[1]: Leaving directory '/home/siva/Downloads/libcanopen-master'
Makefile:270: recipe for target 'all' failed
make: *** [all] Error 2