HaroldSP / Harold

GNU General Public License v3.0
7 stars 0 forks source link

Error during sudo ninja install and darknet-nnpack install #3

Open petre841020 opened 4 years ago

petre841020 commented 4 years ago

hi I'm try install this package for darknet but when i finish NNPACK i press cd and type sudo ninja install this error show: nanorobot@nanorobot:~$ sudo ninja install sudo: ninja: command not found nanorobot@nanorobot:~$ ninja ninja: error: loading 'build.ninja': No such file or directory

and if i ignore this error i continue make darknet-nnpack this error show up: /usr/lib/gcc/arm-linux-gnueabihf/7/../../../../lib/libpthreadpool.a(pthreads.c.o): In function pthreadpool_create': /home/nanorobot/NNPACK-darknet/deps/pthreadpool/src/pthreads.c:258: undefined reference topthreadpool_allocate' /usr/lib/gcc/arm-linux-gnueabihf/7/../../../../lib/libpthreadpool.a(pthreads.c.o): In function pthreadpool_destroy': /home/nanorobot/NNPACK-darknet/deps/pthreadpool/src/pthreads.c:459: undefined reference topthreadpool_deallocate' /home/nanorobot/NNPACK-darknet/deps/pthreadpool/src/pthreads.c:459: undefined reference to pthreadpool_deallocate' /usr/bin/ld: darknet: internal symbolpthreadpool_deallocate' isn't defined /usr/bin/ld: final link failed: Bad value collect2: error: ld returned 1 exit status Makefile:105: recipe for target 'darknet' failed make: *** [darknet] Error 1 nanorobot@nanorobot:~/darknet-nnpack$

i keep install NNPACK a few days but still not work please any advice