error closing STDOUT at src\crypto\fipsmodule\aes/asm/aesp8-ppc.pl line 3807. Traceback (most recent call last):
File "src\util\generate_build_files.py", line 996, in <module>
sys.exit(main(platforms))
File "src\util\generate_build_files.py", line 953, in main
asm_outputs = sorted(WriteAsmFiles(ReadPerlAsmOperations()).items())
File "src\util\generate_build_files.py", line 814, in WriteAsmFiles
perlasm['extra_args'] + extra_args)
File "src\util\generate_build_files.py", line 768, in PerlAsm
['perl', input_filename, perlasm_style] + extra_args + [output_filename])
File "C:\Edge\depot_tools\bootstrap-3_8_0_chromium_8_bin\python\bin\Lib\subprocess.py", line 190, in check_call
raise CalledProcessError(retcode, cmd)
subprocess.CalledProcessError: Command '['perl', 'src\\crypto\\fipsmodule\\aes/asm/aesp8-ppc.pl', 'linux64le', 'linux-ppc64le\\crypto\\fipsmodule\\aesp8-ppc.S']' returned non-zero exit status 9 I've perl and go both installed on my win10 machine.
Can someone help me with what I might be missing?
Fyi,