您好ARK,您可以从手册中查看编译语法 - 有一个完整的命令描述,只需使用board目录中的标准编译,类似于编译'digital / u6%program'(来自board目录)并查看
错误不应该有这么多问题,只需逐行逐行并阅读错误信息所说的内容。
需要注意的一点是 - 当重新编译任何闪存程序测试时,重新编译时你可能会看到'生成需求对象',如果发生这种情况,那么只需用“动态地址,数据总线”注释掉编程测试顶部的行,如果你
仍然卡住然后让我知道你有什么系统,什么是配置,软件修改,我们从那里采取
以上来自于谷歌翻译
以下为原文
Hi ARK, you can check the compile syntax from the manual - there is a complete description of the command,
just use standard compile from the board directory, something like
compile 'digital/u6%program' (from the board directory) and review the errors
there should not be so many issues, just take each line by line and read what the error message is saying.
One point to note - when recompiling any flash program test, when recompiling you may see a 'requirement object produced', if this happens then just comment out the line towards the top of the programming test with 'dynamic address, data bus'
if you still get stuck then let me know what system you have , what is configuration, software revision and we take from there
您好ARK,您可以从手册中查看编译语法 - 有一个完整的命令描述,只需使用board目录中的标准编译,类似于编译'digital / u6%program'(来自board目录)并查看
错误不应该有这么多问题,只需逐行逐行并阅读错误信息所说的内容。
需要注意的一点是 - 当重新编译任何闪存程序测试时,重新编译时你可能会看到'生成需求对象',如果发生这种情况,那么只需用“动态地址,数据总线”注释掉编程测试顶部的行,如果你
仍然卡住然后让我知道你有什么系统,什么是配置,软件修改,我们从那里采取
以上来自于谷歌翻译
以下为原文
Hi ARK, you can check the compile syntax from the manual - there is a complete description of the command,
just use standard compile from the board directory, something like
compile 'digital/u6%program' (from the board directory) and review the errors
there should not be so many issues, just take each line by line and read what the error message is saying.
One point to note - when recompiling any flash program test, when recompiling you may see a 'requirement object produced', if this happens then just comment out the line towards the top of the programming test with 'dynamic address, data bus'
if you still get stuck then let me know what system you have , what is configuration, software revision and we take from there
举报