On 17/04/2016 14:13, Olufowobi, Habeeb wrote:
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.
I have tried running the ./bootstrap script located in rtems, instead of
using sb-bootstrap but doesn't help.
What did ./bootstrap give as an error?
Any ideas on how I can fix this?
RTEMS Source Builder - RTEMS Bootstrap, 4.12 (6843e47ce339)
1/139: autoreconf: configure.ac <http://configure.ac>
2/139: autoreconf: cpukit/configure.ac <http://configure.ac>
Traceback (most recent call last):
File
"/home/dipupo/development/rtems/rsb/source-builder/sb-bootstrap", line
28, in <module>
bootstrap.run(sys.argv)
File
"/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py",
line 279, in run
generate(topdir, opts.jobs <http://opts.jobs>(opts.defaults['_ncpus']))
File
"/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py",
line 188, in generate
ac.post_process()
File
"/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py",
line 158, in post_process
self.command.reraise()
File
"/home/dipupo/development/rtems/rsb/source-builder/sb/bootstrap.py",
line 119, in reraise
raise self.result[0](self.result[1]).with_traceback(self.result[2])
File "/home/dipupo/development/rtems/rsb/source-builder/sb/error.py",
line 36, in __init__
self.set_output('error: ' + what)
Can you try:
self.set_output('error: ' + str(what))
and if that does not work:
self.set_output('error: ' + type(what))
And let me know what the output it.
Thanks
Chris
_______________________________________________
devel mailing list
[email protected]
http://lists.rtems.org/mailman/listinfo/devel