Toggle navigation
首页
问答
文章
积分商城
专家
专区
更多专区...
文档中心
返回主站
搜索
提问
会员
中心
登录
注册
RT-Thread一般讨论
请问怎么编译0.4.0版本,
发布于 2012-02-23 16:35:52 浏览:4660
订阅该版
发现好像不能用keil编译,然后想用gcc编译,用的是CodeSourcery。可是 arm-none-eabi-gcc -o build\bsp\application.o -c -mcpu=arm920t -O0 -gstabs+ -I. - ID: tt\RT040rc -ID: tt\RT040rc\include -ID: tt\RT040rc\libcpu\arm\s3c24x0 -ID : tt\RT040rc\libcpu\arm\common -ID: tt\RT040rc\components\dfs -ID: tt\RT040rc \components\dfs\include -ID: tt\RT040rc\components\dfs\filesystems\devfs -ID: tt\RT040rc\components\external\jpeg -ID: tt\RT040rc\components\external\libpng -ID: tt\RT040rc\components\external\libz -ID: tt\RT040rc\components\finsh -ID: tt\RT040rc\components\libc
ewlib -ID: tt\RT040rc\components\libdl -ID: tt\R T040rc\components\pthreads -ID: tt\RT040rc\components tgui\include -ID: tt\RT 040rc\components tgui\common -ID: tt\RT040rc\components tgui\server -ID: tt\ RT040rc\components tgui\widgets application.c arm-none-eabi-gcc: CreateProcess: No such file or directory 会报这个错,请问是什么原因,或者可否一步步教我怎么编译,谢谢,实在搞不定了,,,,,
查看更多
8
个回答
默认排序
按发布时间排序
ZIF520
2012-02-23
这家伙很懒,什么也没写!
编译的是mini2440
aozima
2012-02-23
调网络不抓包,调I2C等时序不上逻辑分析仪,就像电工不用万用表!多用整理的好的文字,比截图更省流量,还能在整理过程中思考。
arm-none-eabi-gcc 路径不对
bernard
2012-02-23
这家伙很懒,什么也没写!
为什么不使用1.0.0版本?0.4这个版本是不做支持了。
prife
2012-02-23
这家伙很懒,什么也没写!
>发现好像不能用keil编译,然后想用gcc编译,用的是CodeSourcery。可是 >arm-none-eabi-gcc -o buildspapplication.o -c -mcpu=arm920t -O0 -gstabs+ -I. - >ID: ttRT040rc -ID: ttRT040rcinclude -ID: ttRT040rclibcpuarms3c24x0 -ID >: ttRT040rclibcpuarmcommon -ID: ttRT040rccomponentsdfs -ID: ttRT040rc >componentsdfsinclude -ID: ttRT040rccomponentsdfsfilesystemsdevfs -ID: >ttRT040rccomponentsexternaljpeg -ID: ttRT040rccomponentsexternallibpng >-ID: ttRT040rccomponentsexternallibz -ID: ttRT040rccomponentsfinsh -ID: > ttRT040rccomponentslibc >ewlib -ID: ttRT040rccomponentslibdl -ID: ttR >T040rccomponentspthreads -ID: ttRT040rccomponents tguiinclude -ID: ttRT >040rccomponents tguicommon -ID: ttRT040rccomponents tguiserver -ID: tt >RT040rccomponents tguiwidgets application.c >arm-none-eabi-gcc: CreateProcess: No such file or directory >会报这个错,请问是什么原因,或者可否一步步教我怎么编译,谢谢,实在搞不定了,,,,, --- 楼主你是否把CodeSourcery 的路径加入到环境变量中了呢? 坛子里如何使用scons编译是有个帖子,你可以参考一下 [http://www.rt-thread.org/phpbbforum/viewtopic.php?f=2&t=1406](http://www.rt-thread.org/phpbbforum/vie ... f=2&t=1406)
weety
2012-02-23
这家伙很懒,什么也没写!
应该是楼主的gcc路径配置不正确,请确认gcc编译器路径分割符是"/",如果是"\"就会报这个错误,我上次也遇到过这个问题,希望对你有所帮助。
ZIF520
2012-02-24
这家伙很懒,什么也没写!
今天试了下1.0.0版本,还是有问题,我先说下我的配置,用的是sourceryg++-2011.09-55-i686-mingw32.exe这个编译器,在网站上看到的,是不是要换编译器? 然后编译器好像是自己添加环境变量,不过我编译不了,我自己也添加了一个,还是编译不了,我的环境变量名是这样的C:\CodeSourcery\bin;C:\Program Files\IDM Computer Solutions\UltraCompare\;C:\Program Files\IDM Computer Solutions\UltraEdit\;D:\Python27;D:\Python27\Scripts 我以前编译0.3.4里面的mini2440很正常,在mini2440的目录下输入scons就可以了, 在1.0.0版本中的rtconfig中的配置我是这样的, # panel options # 'PNL_A70','PNL_N35', 'PNL_T35' , 'PNL_X35' RT_USING_LCD_TYPE = 'PNL_T35' # toolchains options ARCH = 'arm' CPU = 's3c24x0' TextBase = '0x30000000' CROSS_TOOL = 'gcc' if CROSS_TOOL == 'gcc': PLATFORM = 'gcc' EXEC_PATH = 'C:/CodeSourcery/bin' elif CROSS_TOOL == 'keil': PLATFORM = 'armcc' EXEC_PATH = 'C:/Keil' BUILD = 'debug' 只是改了下EXEC_PATH = 'C:/CodeSourcery/bin'这条语句, 但是输入scons后返回的是这样的 D:\rtt\r100\bsp\mini2440>scons scons: Reading SConscript files ... scons: warning: No version of Visual Studio compiler found - C/C++ compilers mos t likely not set correctly File "D:\rtt\r100\bsp\mini2440\SConstruct", line 23, in
scons: done reading SConscript files. scons: Building targets ... scons: building associated VariantDir targets: build\bsp arm-none-eabi-gcc -o build\bsp\application.o -c -mcpu=arm920t -O0 -gstabs+ -I. - ID:\rtt\r100 -ID:\rtt\r100\include -ID:\rtt\r100\libcpu\arm\s3c24x0 -ID:\rtt\r10 0\libcpu\arm\common -ID:\rtt\r100\components\dfs -ID:\rtt\r100\components\dfs\in clude -ID:\rtt\r100\components\dfs\filesystems\devfs -ID:\rtt\r100\components\ex ternal\jpeg -ID:\rtt\r100\components\external\libpng -ID:\rtt\r100\components\ex ternal\libz -ID:\rtt\r100\components\finsh -ID:\rtt\r100\components\libc\newlib -ID:\rtt\r100\components\libdl -ID:\rtt\r100\components\pthreads -ID:\rtt\r100\c omponents\rtgui\include -ID:\rtt\r100\components\rtgui\common -ID:\rtt\r100\comp onents\rtgui\server -ID:\rtt\r100\components\rtgui\widgets application.c scons: *** [build\bsp\application.o] scons: building terminated because of errors. 请大家帮助看看,呵呵,难在了第一步,。。。进行不下去了
bernard
2012-02-24
这家伙很懒,什么也没写!
sourceryg++-2011.09-55-i686-mingw32.exe 这个编译器貌似是x86的。 正确的应该是类似: [http://www.codesourcery.com/sgpp/lite/arm/portal/package7815/public/arm-none-eabi/arm-2010.09-51-arm-none-eabi.bin](http://www.codesourcery.com/sgpp/lite/a ... e-eabi.bin) 有arm-none-eabi结尾的。
撰写答案
登录
注册新账号
关注者
0
被浏览
4.7k
关于作者
ZIF520
这家伙很懒,什么也没写!
提问
2
回答
4
被采纳
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
简单两步配置RTT源码阅读环境 vsc+clangd
2
恩智浦[FRDM-MCXN947]初探 之 ADC与DAC
3
LVGL使用字库IC芯片显示中文
4
基于STM32H750和Rt-Thread的CANFD通信实现的记录(一)
5
freemodbus主机在freertos的适配,参考rtthread例程
热门标签
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
ESP8266
I2C_IIC
WIZnet_W5500
UART
ota在线升级
PWM
cubemx
freemodbus
flash
packages_软件包
BSP
潘多拉开发板_Pandora
定时器
ADC
GD32
flashDB
socket
中断
Debug
编译报错
SFUD
msh
rt_mq_消息队列_msg_queue
keil_MDK
ulog
MicroPython
C++_cpp
本月问答贡献
出出啊
1517
个答案
342
次被采纳
小小李sunny
1443
个答案
289
次被采纳
张世争
805
个答案
174
次被采纳
crystal266
547
个答案
161
次被采纳
whj467467222
1222
个答案
148
次被采纳
本月文章贡献
出出啊
1
篇文章
4
次点赞
小小李sunny
1
篇文章
1
次点赞
张世争
1
篇文章
1
次点赞
crystal266
2
篇文章
2
次点赞
whj467467222
2
篇文章
1
次点赞
回到
顶部
发布
问题
分享
好友
手机
浏览
扫码手机浏览
投诉
建议
回到
底部