- 积分
- 58
贡献387
飞刀99 FD
注册时间2019-3-15
在线时间9 小时
扫一扫,手机访问本帖
|
本帖最后由 tj小平 于 2020-9-29 08:58 编辑
我现在用的OKMX6Q-C开发板,虚拟机环境是:下载的网上已经配置好的虚拟机(OKMX6Q、DL(QT5.6+linux4.1.15)开发环境),直接用VMware12打开的。问题如下:
1. 用交叉编译器,编译自带的例子,错误提示如下:
root@ubuntu:/lup# arm-poky-linux-gnueabi-gcc tty_test.c -o tty_test
tty_test.c:2:21: fatal error: termios.h: No such file or directory
compilation terminated.
2. 又尝试了第二个例子,错误提示如下:
root@ubuntu:/lup# ls
key.c tty_test.c
root@ubuntu:/lup# arm-poky-linux-gnueabi-gcc key.c -o key
key.c:1:19: fatal error: stdio.h: No such file or directory
#include <stdio.h>
^
compilation terminated.
请问上面的错误如何解决,谢谢
|
|