Files
TencentOS-tiny/board/ARC_NSIM_EM/GCC/hello_world/IDE调试步骤.md
2020-05-06 17:57:52 +08:00

377 B
Raw Blame History

运行IDE步骤

  1. 修改文件.project中tencentos-tiny的路径
	<variableList>
		<variable>
			<name>TencentOS_ROOT</name>
			<value>file:/C:/Users/jingru/Documents/git/tencentos/TencentOS-tiny</value>
		</variable>
	</variableList>
  1. 打开ide点击File->Open Projects From File system, 添加hello_world根路径。
  2. 点击Denug启动调试