最近使用keil c51 开发usb固件,当向vc一样使用Go to Definition of....时,出现警告对话框: check-[target-options][output][browse information] then rebuild the target!
1、代码中嵌有汇编,汇编代码去掉后能查看。
2、选中target1,然后点击右键,选择 option for target 'target1' ,在弹出的对话框中选择output选项卡,看Browse information 选项有没有勾选,如果没有,请勾选,然后把你的工程rebuild 一次。
|