From mboxrd@z Thu Jan 1 00:00:00 1970 From: Buhrow, Simon Date: Fri, 5 Feb 2021 09:11:43 +0000 Subject: [HELP] binman: main.py: not found Message-ID: <2e96f373b809417dbb5fdddfab3e42c2@sieb-meyer.de> List-Id: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit To: u-boot@lists.denx.de Hi, I?m doing my first steps with u-boot. But I can?t run `make all` successfully. I get the following error when running `make all`: ``` ./tools/binman/binman: 1: ./tools/binman/binman: main.py: not found Makefile:1024: recipe for target 'all' failed make: *** [all] Error 127 ``` I?ve downloaded u-boot-2021.01 and I?m working on Ubuntu 18.04.3 LTS in VirtualBox on a Win10 PC. The file `./tools/binman/main.py` does exist. So I?m not sure if there is any problem with symbolic links? Python 3.6.9 is installed. Running `sudo make all` throws the same error, that?s why I don?t think it?s a permission problem. Regards, Simon