回复 1# birdman007

Creating observer.htmpCreating observer.itmp

In file included from /home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:26:0:

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui-data.h:42:3: error: ‘WINDOW’ does not name a type

WINDOW *handle;     /* Window handle.  */

^

In file included from /home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:31:0:

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui-win.h:40:8: error: ‘chtype’ does not name a type

extern chtype tui_border_ulcorner;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui-win.h:41:8: error: ‘chtype’ does not name a type

extern chtype tui_border_urcorner;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui-win.h:42:8: error: ‘chtype’ does not name a type

extern chtype tui_border_lrcorner;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui-win.h:43:8: error: ‘chtype’ does not name a type

extern chtype tui_border_llcorner;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui-win.h:44:8: error: ‘chtype’ does not name a type

extern chtype tui_border_vline;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui-win.h:45:8: error: ‘chtype’ does not name a type

extern chtype tui_border_hline;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c: In function ‘int tui_rl_other_window(int, int)’:

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:240:36: error: ‘struct tui_gen_win_info’ has no member named ‘handle’

keypad (TUI_CMD_WIN->generic.handle, (win_info != TUI_CMD_WIN));

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:240:69: error: ‘keypad’ was not declared in this scope

keypad (TUI_CMD_WIN->generic.handle, (win_info != TUI_CMD_WIN));

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c: In function ‘void tui_enable()’:

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:409:7: error: ‘WINDOW’ was not declared in this scope

WINDOW *w;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:409:15: error: ‘w’ was not declared in this scope

WINDOW *w;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:410:7: error: ‘SCREEN’ was not declared in this scope

SCREEN *s;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:410:15: error: ‘s’ was not declared in this scope

SCREEN *s;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:425:39: error: ‘newterm’ was not declared in this scope

s = newterm (NULL, stdout, stdin);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:437:11: error: ‘stdscr’ was not declared in this scope

w = stdscr;

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:442:37: error: ‘tigetstr’ was not declared in this scope

cap = tigetstr ((char *) "cup");

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:445:12: error: ‘endwin’ was not declared in this scope

endwin ();

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:446:16: error: ‘delscreen’ was not declared in this scope

delscreen (s);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:453:15: error: ‘cbreak’ was not declared in this scope

cbreak ();

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:454:15: error: ‘noecho’ was not declared in this scope

noecho ();

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:456:23: error: ‘nodelay’ was not declared in this scope

nodelay(w, FALSE);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:457:10: error: ‘nl’ was not declared in this scope

nl();

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:458:22: error: ‘keypad’ was not declared in this scope

keypad (w, TRUE);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:460:31: error: ‘LINES’ was not declared in this scope

tui_set_term_height_to (LINES);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:461:30: error: ‘COLS’ was not declared in this scope

tui_set_term_width_to (COLS);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:462:22: error: ‘def_prog_mode’ was not declared in this scope

def_prog_mode ();

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:467:36: error: ‘struct tui_gen_win_info’ has no member named ‘handle’

keypad (TUI_CMD_WIN->generic.handle, TRUE);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:468:38: error: ‘struct tui_gen_win_info’ has no member named ‘handle’

wrefresh (TUI_CMD_WIN->generic.handle);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:468:44: error: ‘wrefresh’ was not declared in this scope

wrefresh (TUI_CMD_WIN->generic.handle);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:475:22: error: ‘def_shell_mode’ was not declared in this scope

def_shell_mode ();

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:476:15: error: ‘stdscr’ was not declared in this scope

clearok (stdscr, TRUE);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:476:27: error: ‘clearok’ was not declared in this scope

clearok (stdscr, TRUE);

^

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c: In function ‘void tui_disable()’:

/home/sun/Desktop/RISC-V/riscv-tools/riscv-gnu-toolchain/build/../riscv-binutils-gdb/gdb/tui/tui.c:530:11: error: ‘endwin’ was not declared in this scope

endwin ();

^

make[3]: *** [tui.o] Error 1

make[2]: *** [all-gdb] Error 2

make[1]: *** [all] Error 2

make: *** [stamps/build-binutils-newlib] Error 2

求赐教,谢谢!

risc-v 编译 linux,RISCV的linux模拟环境搭建整理和总结相关推荐

  1. 小知识点:ARM 架构 Linux 大数据集群基础环境搭建(Hadoop、MySQL、Hive、Spark、Flink、ZK、Kafka、Nginx、Node)

      换了 M2 芯片的 Mac,以前 x86 版本的 Linux 大数据集群基础环境搭建在 ARM 架构的虚拟机集群上有些用不了了,现在重新写一份基于 ARM 架构的,少数不兼容之外其他都差不多,相当 ...

  2. 【Linux Mint 深度学习开发环境搭建】开发软件安装

    系列文章目录 第一章 Linux mint 深度学习开发环境搭建之Nvidia显卡相关软件安装 第二章 Linux mint 深度学习开发环境搭建之开发软件安装 第三章 Linux mint 深度学习 ...

  3. linux 下51单片机开发环境搭建

    linux 下51单片机开发环境搭建(arch linux) 编译sdcc 软件: sdcc 命令:sdcc file.c 得到一堆文件需要( .inx) 命令: packihx file.inx & ...

  4. Linux 下的 ActiveMQ C++ 环境搭建与测试

    Linux 下的 ActiveMQ C++ 环境搭建与测试 一.下载安装jdk jdk官网下载地址:https://www.oracle.com/technetwork/java/javase/dow ...

  5. linux设备驱动开发之环境搭建(基于exynos4412)

    第一章 linux设备驱动开发之环境搭建(基于exynos4412) 目录 第一章 linux设备驱动开发之环境搭建(基于exynos4412) 1.搭建开发板运行环境 1.1.交叉开发模式 安装交叉 ...

  6. 物联网设备固件分析:Firmadyne固件模拟环境搭建

    0x01 前言 本文介绍了在对固件进行分析的环境准备部分,主要是对Firmadyne这个工具的环境搭建,最后搭建完用Netgear的路由器固件进行测试. 更新:直接看评论,用配好的docker镜像: ...

  7. 路由器固件模拟环境搭建(超详细)

    路由器固件模拟环境搭建 0X01 想说的话

  8. Windows官方Linux子系统C/C++开发环境搭建

    关于利用 Windows 10 适用于 Linux 的 Windows 子系统 (WSL) 安装 Linux 在 Windows 平台直接运行而不依赖虚拟机并通过 Visual Studio Code ...

  9. 人工智能运行环境linux,Intel OpenVINO 人工智能推论环境搭建 (Linux) 第一章

    一· ubunbu18.04操作系统环境安装. 快捷安装Ubuntu8.04 二· OpenVINO 针对 Ubunbu18.04运行环境依赖安装. 由于cn.archive.ubuntu.com,在 ...

  10. [LINUX]LINUX驱动开发最简环境搭建(适用于新手)

    LINUX驱动开发环境搭建 一. 前言 二.系统环境 Ubuntu VMWare{非必选} 三.开发环境搭建 1.用于简单学习(Header) 2.用于复杂驱动开发(源码树) a. 基本包 b. 内核 ...

最新文章

  1. vs2005编译DNW050A
  2. 安装ipython时python setup.py egg_info错误的解决办法
  3. 如何单元测试Java的private方法
  4. 前端面试高频考点,ES6知识点汇总!!!
  5. 俺重装系统后一些小配置(给自己备忘)
  6. maven 打包父工程_maven 父子工程打包 并且上传linux服务器
  7. 计算机中丢失vulkan-1.dll,vulkan-1.dll
  8. SAP MM TCODE
  9. php导出excel代码,php导出excel的实例代码
  10. 数据分析:某地PM2.5数据分析
  11. java实现树形菜单_Java构建树形菜单的实例代码(支持多级菜单)
  12. python使用微信设置-用Python玩微信跳一跳黑科技详细使用教程
  13. 【泛微E-Mobile】管理员是否可以监控群聊
  14. 鲁大师网卡版 v3.71.14 离线驱动版
  15. linux-tomcat日志清理方案
  16. 1029: 三角形判定 Python
  17. iOS下载不了迅雷怎么办
  18. opencv mat 类型转换 CV_32FC1--CV_8U
  19. Imply方式安装0.15.0版本Druid和实例(hdfs2druid)分享
  20. 服务器如何合理设置虚拟内存,服务器虚拟内存设置多大合适

热门文章

  1. 第五次:对比分析《大唐仙妖劫》和《梦幻西游》
  2. 用 MatLab 绘制立体心形
  3. STL ++iter与iter++区别
  4. 大头贴边框html,给照片加个艺术边框 用啥软件帮你忙?
  5. 数据仓库指标体系搭建实战
  6. 短信在用户运营、召回流失用户中的重要作用
  7. CSS 网页定位与布局
  8. RPLIDAR思岚雷达学习记录--6--matlab处理雷达数据
  9. 梦想贵在坚持 第一周(1.9-1.15)
  10. Spanning-tree生成树协议