嵌入式开发者社区
标题:
could not open source file "xdc/std.h"问题
[打印本页]
作者:
gynui
时间:
2016-8-3 00:41
标题:
could not open source file "xdc/std.h"问题
调试时出现:could not open source file "xdc/std.h"问题。见图
请教下是什么原因?怎么解决?
多谢!
#ifndef Gpio_H_
#define Gpio_H_
#include <xdc/std.h>
#include <cslr/cslr_gpio.h>
#ifdef CHIP_OMAPL138
#include <cslr/soc_OMAPL138.h>
#endif
#ifdef CHIP_C6748
#include <cslr/soc_C6748.h>
#endif
作者:
希望缄默
时间:
2016-8-3 08:44
这个头文件是由 XDCTools 提供的 非 RTSC 工程需要手工添加 include 路径
欢迎光临 嵌入式开发者社区 (https://www.51ele.net/)
Powered by Discuz! X3.4