<div dir="ltr">Hi,<div><br></div><div>I am trying to build RTEMS for ARM with the recent toolchain but I have been receiving the below error when I run ./bootstrap. I think there is some error in the bootstrap file.</div><div><br></div><div><span style="font-size:12.8px">I have tried running </span>the ./bootstrap script located in rtems, instead of using sb-bootstrap<span style="font-size:12.8px"> but doesn't help. Any ideas on how I can fix this?</span><span class="" style="font-size:12.8px"><font color="#888888"><br></font></span></div><div><br></div><div><div>RTEMS Source Builder - RTEMS Bootstrap, 4.12 (6843e47ce339)</div><div>  1/139: autoreconf: <a href="http://configure.ac">configure.ac</a></div><div>  2/139: autoreconf: cpukit/<a href="http://configure.ac">configure.ac</a></div><div>Traceback (most recent call last):</div><div>  File "/home/dipupo/development/rtems/rsb/source-builder/sb-bootstrap", line 28, in <module></div><div>    bootstrap.run(sys.argv)</div><div>  File "/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py", line 279, in run</div><div>    generate(topdir, <a href="http://opts.jobs">opts.jobs</a>(opts.defaults['_ncpus']))</div><div>  File "/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py", line 188, in generate</div><div>    ac.post_process()</div><div>  File "/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py", line 158, in post_process</div><div>    self.command.reraise()</div><div>  File "/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py", line 119, in reraise</div><div>    raise self.result[0](self.result[1]).with_traceback(self.result[2])</div><div>  File "/home/dipupo/development/rtems/rsb/source-builder/sb/error.py", line 36, in __init__</div><div>    self.set_output('error: ' + what)</div><div>TypeError: cannot concatenate 'str' and 'general' objects</div></div><div><br></div></div>