This thread has been locked.

If you have a related question, please click the "Ask a related question" button in the top right corner. The newly created question will be automatically linked to this question.

在运用MAD多核boot时运行时,“maptool.py config-files\maptoolCfg_C6678_windows.json”时出现了问题,是什么原因?



Hi:

最近学习MAD的多核boot,对于./build_examples_lnx.sh、./build_loader_lnx.sh工具均能正常运行并产生希望的文件,但在MAD指南的第8页“maptool.py config-files\maptoolCfg_C6678_windows.json”命令时不能正确运行,提示说在maptool.py第32-39行,即:

import os.path
import json
import re
import sys
import subprocess
import tempfile
import shutil

存在“import: command not found”。

这是什么原因?哪位帮解决一下,谢谢了!!!