Doing an ARCH=arm build, I suspect the interactive kconfig prompt is coming up.
/android2/reduce/reduce.py prep drivers/gpu/drm/amd/amdgpu/../display/dc/dml/calcs/dce_calcs
[INFO] Using CC=clang
[INFO] Making drivers/gpu/drm/amd/amdgpu/../display/dc/dml/calcs/dce_calcs.i...
^CTraceback (most recent call last):
File "/android2/reduce/reduce.py", line 62, in <module>
args.func(args)
File "/android2/reduce/src/prep.py", line 339, in main
path_to_dot_i_file, make_stdout = make_dot_i_file(
^^^^^^^^^^^^^^^^
File "/android2/reduce/src/prep.py", line 60, in make_dot_i_file
make_output = subprocess.run(
^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 550, in run
stdout, stderr = process.communicate(input, timeout=timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 1209, in communicate
stdout, stderr = self._communicate(input, endtime, timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/subprocess.py", line 2108, in _communicate
ready = selector.select(timeout)
^^^^^^^^^^^^^^^^^^^^^^^^
File "/usr/lib/python3.11/selectors.py", line 415, in select
fd_event_list = self._selector.poll(timeout)
^^^^^^^^^^^^^^^^^^^^^^^^^^^^
KeyboardInterrupt
Doing an ARCH=arm build, I suspect the interactive kconfig prompt is coming up.
Perhaps I need to manually set
ARCH=armin the env before running reduce.py?