在MPLAB-X之前,我是MPLAB—所有版本的长时间用户。最近的项目都是使用MPLA82.2构建的。然而,我想使用只使用MPLAB-X操作的调试硬件。我咬紧牙关,试图把我的头脑包围在新的范例上。我刚刚升级了MPLAB-X到版本4.05.我现在的问题是当向表窗口添加变量时,我看不到全局符号。我的源码是直接汇编程序,内置绝对模式。所有变量都在我的代码中使用“cBoS/EntC”部分声明。我不使用可重新定位的代码,也不使用链接器。如何强制MPLAB-X使全局符号可在监视窗口中使用?多谢!德维恩
以上来自于百度翻译
以下为原文
Good day to all.
I am a long-
timer user of MPLAB - all versions prior to MPLAB-X. Most recent projects are built using MPLAB 8.92.
However, I want to use debug hardware that operates only with MPLAB-X. I'm biting the bullet and trying to wrap my head around the new paradigm. I've just upgraded MPLAB-X to version 4.05.
My current problem is that I can't see Global Symbols when adding variables to a watch window. My source is straight assembler, built in Absolute mode. All variables are declared using a "cblock / endc" section in my code. I'm not using re-locatable code nor am I using the linker.
How to force MPLAB-X to make Global Symbols available for use in watch windows?
Many thanks!
dwayne