[RTEMS Project] #4645: waf crashes when building PSXTESTS
RTEMS trac
trac at rtems.org
Wed May 4 23:23:28 UTC 2022
#4645: waf crashes when building PSXTESTS
----------------------------+-----------------------
Reporter: Eric Peterson | Owner: (none)
Type: defect | Status: new
Priority: normal | Milestone:
Component: admin | Version: 6
Severity: normal | Keywords: waf,tests
Blocked By: | Blocking:
----------------------------+-----------------------
Working off of RTEMS master (d56d8a60695805d9a54bcc14fdaaae04e6c1ab53) and
waf 2.0.20 (668769470956da8c5b60817cb8884cd7d0f87cd4), invoking `./waf`
with the following configuration file
{{{
[aarch64/xilinx_zynqmp_lp64_zu3eg]
RTEMS_POSIX_API=True
BUILD_PSXTESTS=True
}}}
crashes with failure message
{{{
...
[1355/2642] Compiling testsuites/psxtests/psxftw01/psxftw01.tar
[1356/2642] Processing testsuites/psxtests/psxftw01/psxftw01.tar
Waf: Leaving directory `.../rtems/build/aarch64/xilinx_zynqmp_lp64_zu3eg'
Build failed
Traceback (most recent call last):
File
".../rtems/.waf3-2.0.20-36f5354d605298f6a89c09e0c7ef6c1d/waflib/Task.py",
line 180, in process
ret=self.run()
File ".../rtems/wscript", line 460, in run
cmd = [bld.env.BIN2C[0]]
IndexError: list index out of range
}}}
I'm building on an x86_64 MacBook running macOS 11.6.5.
--
Ticket URL: <http://devel.rtems.org/ticket/4645>
RTEMS Project <http://www.rtems.org/>
RTEMS Project
More information about the bugs
mailing list