我正在尝试为Gabotronics xprotolab数字示波器芯片构建Xscope接口。我在github找到了最新的用户界面工具,我克隆了它。我跟着these instructions在运行Ubuntu 14.04的Linux机器上构建GUI。
在输入make
之前,一切进展顺利,我收到了以下错误 -
fatal error: ui_xprotolabinterface.h: No such file or directory
#include "ui_xprotolabinterface.h"
所以我开始搜索ui_xprotolabinterface.h,我无法在任何地方找到它!我从#include "ui_xprotolabinterface.h"
文件中删除了xprotolabinterface.cpp
行(这些错误源自哪里),如果没有它,我会收到更多错误。
我检查了github源代码,看看是否有更新版本的代码,但这是最新版本......
这个问题的任何解决方案?