如何显示编译器的正常输出?
#4724
Replies: 1 comment
-
暂时不支持 |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
编译的警告和错误能够显示,在嵌入式开发我想输出FLASH RAM使用情况,于是在链接参数中加上-Wl,--print-memory-usage,编译器的警告和错误能够显示,但编译器的正常输出没有显示,虽然用xmake -v能够输出,但是我不想要输出命令,如图:

使用xmake -rv:
使用xmake -r:
Beta Was this translation helpful? Give feedback.
All reactions