打开BREW工程
点 ALT + F7
左边选择你需要编译的版本
选择右边的最后一个标签
Post build step
在下面输入下面两行
nmake /f jrjstock.mak clean
nmake /f jrjstock.mak all
编译的时候下面就有
。。。。
TARGET jrjstock.mod
D:/ads/bin/fromelf jrjstock.elf -bin jrjstock.mod
Warning: Q0115W: Deprecated command syntax will not be supported in future versions. Use -output to specify the output file.
Finished: 0 information, 1 warning and 0 error messages.
jrjstock.dll - 0 error(s), 16 warning(s)
点 ALT + F7
左边选择你需要编译的版本
选择右边的最后一个标签
Post build step
在下面输入下面两行
nmake /f jrjstock.mak clean
nmake /f jrjstock.mak all
编译的时候下面就有
。。。。
TARGET jrjstock.mod
D:/ads/bin/fromelf jrjstock.elf -bin jrjstock.mod
Warning: Q0115W: Deprecated command syntax will not be supported in future versions. Use -output to specify the output file.
Finished: 0 information, 1 warning and 0 error messages.
jrjstock.dll - 0 error(s), 16 warning(s)
介绍了打开BREW工程进行编译的步骤,包括按ALT + F7选择编译版本、在Post build step输入编译命令等。编译时出现警告,提示旧命令语法未来版本将不支持,需用 -output 指定输出文件。

6333

被折叠的 条评论
为什么被折叠?



