Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
RTgui的问题
发布于 2011-06-27 23:08:40 浏览:5790
订阅该版
我把GUI的目录都添加到工程里,但编译却出现了很多错误。 Build target 'RT-LCD-debug' compiling cdjpeg.c... rtgui\common\jpeg\cdjpeg.c(18): error: #5: cannot open source input file "fcntl.h": No such file or directory compiling jmemdos.c... rtgui\common\jpeg\jmemdos.c(81): error: #20: identifier "You" is undefined rtgui\common\jpeg\jmemdos.c(81): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(97): warning: #12-D: parsing restarts here after previous syntax error rtgui\common\jpeg\jmemdos.c(100): error: #70: incomplete type is not allowed rtgui\common\jpeg\jmemdos.c(100): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(104): error: #70: incomplete type is not allowed rtgui\common\jpeg\jmemdos.c(104): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(107): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(108): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(109): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(110): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(112): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(114): error: #147: declaration is incompatible with "short far" (declared at line 107) rtgui\common\jpeg\jmemdos.c(114): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(115): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(116): error: #147: declaration is incompatible with "void far" (declared at line 114) rtgui\common\jpeg\jmemdos.c(116): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(117): error: #147: declaration is incompatible with "short far" (declared at line 116) rtgui\common\jpeg\jmemdos.c(117): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(247): warning: #223-D: function "jdos_seek" declared implicitly rtgui\common\jpeg\jmemdos.c(247): error: #136: struct "backing_store_struct" has no field "handle" rtgui\common\jpeg\jmemdos.c(252): warning: #223-D: function "jdos_read" declared implicitly rtgui\common\jpeg\jmemdos.c(252): error: #136: struct "backing_store_struct" has no field "handle" rtgui\common\jpeg\jmemdos.c(263): warning: #223-D: function "jdos_seek" declared implicitly rtgui\common\jpeg\jmemdos.c(263): error: #136: struct "backing_store_struct" has no field "handle" rtgui\common\jpeg\jmemdos.c(268): warning: #223-D: function "jdos_write" declared implicitly rtgui\common\jpeg\jmemdos.c(268): error: #136: struct "backing_store_struct" has no field "handle" rtgui\common\jpeg\jmemdos.c(277): warning: #223-D: function "jdos_close" declared implicitly rtgui\common\jpeg\jmemdos.c(277): error: #136: struct "backing_store_struct" has no field "handle" rtgui\common\jpeg\jmemdos.c(294): warning: #223-D: function "jdos_open" declared implicitly rtgui\common\jpeg\jmemdos.c(294): error: #18: expected a ")" rtgui\common\jpeg\jmemdos.c(294): warning: #767-D: conversion from pointer to smaller integer rtgui\common\jpeg\jmemdos.c(294): error: #18: expected a ")" rtgui\common\jpeg\jmemdos.c(294): warning: #767-D: conversion from pointer to smaller integer rtgui\common\jpeg\jmemdos.c(299): error: #136: struct "backing_store_struct" has no field "handle" rtgui\common\jpeg\jmemdos.c(314): error: #20: identifier "XMSDRIVER" is undefined rtgui\common\jpeg\jmemdos.c(318): error: #70: incomplete type is not allowed rtgui\common\jpeg\jmemdos.c(318): error: #65: expected a ";" rtgui\common\jpeg\jmemdos.c(323): error: #20: identifier "XMSH" is undefined compiling jmemmac.c... rtgui\common\jpeg\jmemmac.c(58): error: #20: identifier "You" is undefined rtgui\common\jpeg\jmemmac.c(58): error: #65: expected a ";" rtgui\common\jpeg\jmemmac.c(61): error: #5: cannot open source input file "Memory.h": No such file or directory compiling rdjpgcom.c... rtgui\common\jpeg djpgcom.c(23): error: #5: cannot open source input file "fcntl.h": No such file or directory compiling wrjpgcom.c... rtgui\common\jpeg\wrjpgcom.c(22): error: #5: cannot open source input file "fcntl.h": No such file or directory Target not created 请问上面缺失的文件都在那里? 另外怎样才能建立一个最简单gui工程? 建立一个最简单gui工程那些文件是必须的? 最好能给一个最简单的example.
查看更多
6
个回答
默认排序
按发布时间排序
shaolin
2011-06-28
这家伙很懒,什么也没写!
请将版本信息,操作步骤等信息描述的详细些。否则谁也帮不了你
mgdsun2000
2011-06-28
这家伙很懒,什么也没写!
>请将版本信息,操作步骤等信息描述的详细些。否则谁也帮不了你 --- 版本就是0.3.1自带的gui库文件,我把gui库里的文件都加载到工程里。程序编译就出错了。
bernard
2011-06-28
这家伙很懒,什么也没写!
0.3.1的JPEG会有问题吧,把和jpeg相关的先去掉。(jpeg可以在GCC下使用,但是Keil MDK下还缺少东西)
mgdsun2000
2011-06-28
这家伙很懒,什么也没写!
>0.3.1的JPEG会有问题吧,把和jpeg相关的先去掉。(jpeg可以在GCC下使用,但是Keil MDK下还缺少东西) --- 去掉了,还是编译出错。能否提供一个能够在STM32VE上可以实现的最简单的example啊
bernard
2011-06-29
这家伙很懒,什么也没写!
错误信息是什么。原来的STM32Radio Examples是很好的例子,只是现在RTGUI更改后,导致很多STM32Radio Examples也相应的进行修改,这个修改还需要一段时间。
撰写答案
登录
注册新账号
关注者
0
被浏览
5.8k
关于作者
mgdsun2000
这家伙很懒,什么也没写!
提问
7
回答
13
被采纳
0
关注TA
发私信
相关问题
1
有关动态模块加载的一篇论文
2
最近的调程序总结
3
晕掉了,这么久都不见layer2的踪影啊
4
继续K9ii的历程
5
[GUI相关] FreeType 2
6
[GUI相关]嵌入式系统中文输入法的设计
7
20081101 RT-Thread开发者聚会总结
8
嵌入式系统基础
9
linux2.4.19在at91rm9200 上的寄存器设置
10
[转]基于嵌入式Linux的通用触摸屏校准程序
推荐文章
1
RT-Thread应用项目汇总
2
玩转RT-Thread系列教程
3
国产MCU移植系列教程汇总,欢迎查看!
4
机器人操作系统 (ROS2) 和 RT-Thread 通信
5
五分钟玩转RT-Thread新社区
6
【技术三千问】之《玩转ART-Pi》,看这篇就够了!干货汇总
7
关于STM32H7开发板上使用SDIO接口驱动SD卡挂载文件系统的问题总结
8
STM32的“GPU”——DMA2D实例详解
9
RT-Thread隐藏的宝藏之completion
10
【ART-PI】RT-Thread 开启RTC 与 Alarm组件
最新文章
1
【RT-Thread】【ci】【scons】将ci.attachconfig.yml和scons结合使用
2
Rt-thread中OTA下载后,bootloader不搬程序
3
ulog 日志 LOG_HEX 输出时间改为本地日期时间
4
在RT-Thread Studio中构建前执行python命令
5
研究一了一段时间RTT,直接标准版上手太难,想用nano,但又舍不得组件
热门标签
RT-Thread Studio
串口
Env
LWIP
SPI
AT
Bootloader
Hardfault
CAN总线
FinSH
ART-Pi
USB
DMA
文件系统
RT-Thread
SCons
RT-Thread Nano
线程
MQTT
STM32
RTC
FAL
rt-smart
I2C_IIC
ESP8266
UART
WIZnet_W5500
ota在线升级
cubemx
PWM
flash
freemodbus
BSP
packages_软件包
潘多拉开发板_Pandora
定时器
ADC
flashDB
GD32
socket
编译报错
中断
Debug
rt_mq_消息队列_msg_queue
SFUD
msh
keil_MDK
ulog
C++_cpp
MicroPython
本月问答贡献
出出啊
1518
个答案
343
次被采纳
小小李sunny
1444
个答案
290
次被采纳
张世争
813
个答案
177
次被采纳
crystal266
547
个答案
161
次被采纳
whj467467222
1222
个答案
149
次被采纳
本月文章贡献
出出啊
1
篇文章
5
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
3
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
2
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部