legendren 发表于 2003-12-18 11:31:43

[求助]我用lxr内核源代码工具阅读时出现了乱码

我按照论坛精华贴http://www.linuxfans.org/nuke/modules.php?name=Forums&file=viewtopic&t=26480里的linux下源代码阅读工具lxr安装整理可用版,可以在我的PC上访问http://localhost/lxr/http/source了 :mrgreen:
但是出现了乱码:我看的是gcc-3.2.7-src.rpm
我现在的系统是rd9.0,装的是rd8.0整版的源代码
会不会是这个原因呢?

Dragonfly 发表于 2003-12-18 22:33:54

u should read some source. not src.rpm. src.rpm is a kind of compressed, binary form of source code, it is a binary file.

legendren 发表于 2003-12-19 16:56:15

但是我买的rh8.0的源代码CD里就这些内容呀 :shock:
怎么看src.rpm呢?解压缩就可以了么?
有没有看二进制源代码的工具呢?请大侠赐教!

Dragonfly 发表于 2003-12-19 23:07:43

u can use rpm ivh xx.src.rpm to install this rpm to /usr/src/redhat. and uncompress those tgz files if need. then u get the source.

i am sorry, i always read source code in asc uncompressed format

legendren 发表于 2003-12-20 11:56:10

直接双击XXX.src.rpm可以安装到/usr/src/redhat中么?
asc解压缩格式是什么东东呀?

Dragonfly 发表于 2003-12-22 22:58:24

i always use command line tool

asc = ascii
bin = binary


i mean the .c or .h files

legendren 发表于 2003-12-23 11:34:26

我在努力学习命令行:-D
现在会rpm -qa|grep 几个实用的命令

legendren 发表于 2004-1-4 14:22:13

在终端里rpm -ivh .src.rpm
提示无法解压到/usr/src/redhat
是什么原因呢?请大虾赐教

Dragonfly 发表于 2004-1-5 06:23:05

check if u have enough permission.
try to use root to do that.

legendren 发表于 2004-1-5 11:59:11

厉害Dragonfly!一下就看出症结所在,thx

涩兔子 发表于 2005-12-23 13:38:55

早期的涩兔子也有想看kernel的冲动 :mrgreen:

Dragonfly确实很耐心 :P
页: [1]
查看完整版本: [求助]我用lxr内核源代码工具阅读时出现了乱码