QQ登录

只需一步,快速开始

 找回密码
 注册

QQ登录

只需一步,快速开始

查看: 1589|回复: 9

大家帮忙诊断一下方舟CPU的交叉编译环境的问题,急急急!谢谢

[复制链接]
发表于 2003-10-25 16:38:30 | 显示全部楼层 |阅读模式
在帖子“可能是LINUX下编程最低级的问题 ”说的比较乱,可能没有说清楚问题!
再问
我系统装的是RED HAT 9
安装的时候选了完全安装,已经有GCC呢
我现在开发基于方舟CPU做项目
在arca目录下安装了方舟提供的交叉编译环境
按照说明文件设置了下面的
Set the libraries path:
$ cd arca
$ ./bin-set
$ cd -

Set the environment variable GCC_EXEC_PREFIX?
export GCC_EXEC_PREFIX=/ARCA/arca-cc/arca/lib/gcc-lib/

Set the PATH
export PATH=$PATH:/ARCA/arca-cc/arca/bin
方舟的编译环境要求编译程序时用arca-gcc -o test test.c即用arca-gcc替代gcc
问题:
1、我用arca-gcc的时候,提示bash: arca-gcc : command not found ,什么问题?
2、这样export设置environment variable和PATH以及Set the libraries path,重起开机会不会丢失,如果是有什么办法可以写入某个文件,可以下次用arca-gcc还有效
谢谢各位高手热心人,特别是斑竹老大    !!
 楼主| 发表于 2003-10-27 12:01:20 | 显示全部楼层
up
回复

使用道具 举报

发表于 2003-10-28 03:12:55 | 显示全部楼层
where u can find the arca-gcc. use absolute path like /.../arca-gcc/.../arcc-gcc to skip the trouble.

if you still want to set the path. check u shell profile. which shell u use? bash?

add that to u .bash_profile if u use bash
回复

使用道具 举报

 楼主| 发表于 2003-10-28 09:26:14 | 显示全部楼层
Dragonfly老大thank you very much!
用绝对路径可以行的通:-)
"if you still want to set the path. check u shell profile. which shell u use? bash? "
yes
BTW .bash_profile 具体在哪个目录下?
回复

使用道具 举报

 楼主| 发表于 2003-10-28 15:50:14 | 显示全部楼层
解决问题了
在设置
Set the libraries path:
$ cd arca
$ ./bin-set
$ cd -
的时候把
$ ./bin-set
改为$.  ./bin-set
就可以,知其然不知其所以然,大汗中
回复

使用道具 举报

发表于 2003-10-29 02:43:48 | 显示全部楼层
cd
ls -a

回复

使用道具 举报

发表于 2003-10-29 02:58:46 | 显示全部楼层
different tool sets have different usage. i remembered that i spent a lot of time on learning the bluecat.
回复

使用道具 举报

发表于 2003-11-18 10:30:53 | 显示全部楼层
. ./bin-set 意思是让你的当前的shell去读并执行一下当前目录下的bin-set这个文件。bin-set文件里面有设置path环境变量等的内容。
另外,方舟是有本地gcc的,有些东西,比如apache,本地编译要比交叉编译容易做到。
回复

使用道具 举报

发表于 2003-11-18 13:01:48 | 显示全部楼层
native compile is slow and sometime impossible for some cpu. u can compile a gcc on m68k?  
回复

使用道具 举报

发表于 2003-11-18 15:22:00 | 显示全部楼层
我用过方舟,方舟是有本地gcc的。它的指令集好象是自己定义的。慢倒是真的,特别慢。
回复

使用道具 举报

您需要登录后才可以回帖 登录 | 注册

本版积分规则

GMT+8, 2024-11-21 22:07 , Processed in 0.048984 second(s), 16 queries .

© 2021 Powered by Discuz! X3.5.

快速回复 返回顶部 返回列表