When I build br-base.json in firemarshall folder with following commands.
I encounted this error and following informations were displayed on the terminal.
DEBUG: package/
pkg-generic.mk:143: recipe for target '/home/neutron/usui/chipyard/software/firemarshal/boards/default /distros/br/buildroot/output/build/host-libzlib-1.2.11/.stamp_downloaded' failed
DEBUG: make: *** [/home/neutron/usui/chipyard/software/firemarshal/boards/default/distros/br/buildroot/output/build/host-libzlib-1.2.11/.stamp_downloaded] Error 1
TaskError - taskid:/home/neutron/usui/chipyard/software/firemarshal/images/br.4ee2.img
PythonAction Error
Traceback (most recent call last):
File "/home/neutron/.local/lib/python3.6/site-packages/doit/action.py", line 437, in execute
returned_value = self.py_callable(*self.args, **kwargs)
File "/home/neutron/usui/chipyard/software/firemarshal/boards/prototype/distros/br/br.py", line 184, in buildBaseIm age
wlutil.run(['make'], cwd=br_dir / "buildroot", env=env)
File "/home/neutron/usui/chipyard/software/firemarshal/wlutil/wlutil.py", line 511, in run
raise sp.CalledProcessError(p.returncode, prettyCmd)
subprocess.CalledProcessError: Command 'make' returned non-zero exit status 2.
ERROR: Failed to build workload br-base.json
Log available at: /home/neutron/usui/chipyard/software/firemarshal/logs/br-base-build-2022-06-21--06-33-35-ADAAK0KXTYVUER1M.log
I didn't modify any files and followed the tutorial completely. Is it a compiler problem or a file problem? How should I solve it?
My environment is here.