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.
我在操作Lab1時,發現
(1)x,y變數沒有出現
(2)debug時,系統說沒有連結,叫我檢查連結
請問各位先進,這問題如何解決,謝謝你
Hi Jeff,
请问你是不是开了优化?
这种情况应该是程序中的局部变量被优化掉了。
你加回两句试试。
x = z;
y = z;
Regards,
Jay
连上开发板了么?
如果连上了,放一个断点在while(1)那行,再试试?