[Solved] Error when compiling on Debian Buster 64bit

I reinstall debian on my machine and install all sw i use.
When try compile openwrt i have error con check.
Error is present: feed update, make clean, etc..
This is error

The PATH is correct:
/usr/local/cuda/bin:/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin$

I download openwrt from git but for the check git is no't installed.

You have suggestion?
Thanks.

That's strange.

Can you type in command prompt:
whereis git

Here is for example on mine:
$ whereis git
git: /usr/bin/git /usr/share/man/man1/git.1.gz

1 Like

jenkins@pc-fisso:~/workspace/nnxx-firmware/source$ whereis git
git: /usr/bin/git /usr/share/man/man1/git.1.gz

Strange... here is mine path:
PATH=/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/games:/usr/local/games:/snap/bin

Can you try to remove your cuda from beginning and put it on back. Some like:
/usr/local/sbin:/usr/local/bin:/usr/sbin:/usr/bin:/sbin:/bin:/usr/local/cuda/bin

2 Likes

This topic was automatically closed 0 minutes after the last reply. New replies are no longer allowed.