我在运行MAD_Utils guide例程时,使用map-tool生成BIN文件提示以下错误,请问我怎么改正,谢谢大家
zhubaojun@zhubaojun-Compaq-325:/usr/zbj_tmp/BOOT_IBL_MAD/map-tool$ python maptool.py config-files/maptoolCfg_C6670_bypass_prelink.json bypass-prelink
//以下是提示的内容
MAP tool executing in prelink bypass mode
/tmp/tmp7SJtMV: 2: /tmp/tmp7SJtMV: strip6x: not found
/tmp/tmp78gpD5: 2: /tmp/tmp78gpD5: strip6x: not found
/tmp/tmpUb4G0b: 2: /tmp/tmpUb4G0b: ofd6x: not found
Traceback (most recent call last):
File "maptool.py", line 2688, in <module>
if a.processElf(globalLibList) != 0:
File "maptool.py", line 1538, in processElf
if self.elfFile.parse() != 0:
File "maptool.py", line 2273, in parse
root = ET(file=self.xmlFileName)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 611, in __init__
self.parse(file)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 657, in parse
self._root = parser.close()
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1655, in close
self._raiseerror(v)
File "/usr/lib/python2.7/xml/etree/ElementTree.py", line 1507, in _raiseerror
raise err
xml.etree.ElementTree.ParseError: no element found: line 1, column 0
请问以下几个文件有什么作用?
/tmp/tmp7SJtMV: 2: /tmp/tmp7SJtMV: strip6x: not found
/tmp/tmp78gpD5: 2: /tmp/tmp78gpD5: strip6x: not found
/tmp/tmpUb4G0b: 2: /tmp/tmpUb4G0b: ofd6x: not found
谢谢大家
Allen35065:
这几个是C6000的编译工具,你装了编译器就有了,估计你没有设置好编译器bin的路径。