<?xml version="1.0" encoding="utf-8" ?>
<?xml-stylesheet type="text/xsl" href="rss.xsl" media="screen"?>
<rss version="2.0">
  <channel>
    <title>百问网</title>
    <link>http://www.100ask.net/</link>
    <description>Latest 20 threads</description>
    <copyright>Copyright (c) 百问网</copyright>
    <generator>Discuz!NT</generator>
    <pubDate>Thu, 11 Mar 2010 13:08:20 GMT</pubDate>
    <ttl>60</ttl>
    <item>
      <title>想学Linux驱动开发，软件方面需要有哪些基础呢？谢谢各位前辈指点</title>
    <description><![CDATA[想学驱动开发，软件方面需要有哪些基础呢？谢谢各位前辈的指点，小弟多谢啦。。。]]></description>
      <link>http://www.100ask.net/showtopic-2722.aspx</link>
      <category>Linux系统开发</category>
      <author>kun9766</author>
      <pubDate>Thu, 11 Mar 2010 11:01:00 GMT</pubDate>
    </item>
    <item>
      <title>书中讲解用开关控制LED的实验，哪位做出来了，帮忙看看？</title>
    <description><![CDATA[大家好：
      我用的是TQ2440板子，LED1~4对应GPB5~8，K1~K4对应GPF1，GPF4，GPF2，GPF0.

我比着书上那个思路做了个简化的：四个开关都可以控制LED1的亮灭。
程序如下：
#define GPBCON  (*(volatile unsigned long *)0x56000010)
#define GPBDAT  (*(volatile un]]></description>
      <link>http://www.100ask.net/showtopic-2721.aspx</link>
      <category>嵌入式Linux应用开发完全手册之深化扩展及答疑</category>
      <author>ytu_cyc</author>
      <pubDate>Wed, 10 Mar 2010 17:35:00 GMT</pubDate>
    </item>
    <item>
      <title>关于arm-linux-ld的-Ttext选项的疑问</title>
    <description><![CDATA[最近正在研读韦老师的《完全开发手册》一书，对于3.1.2arm-linux-ld选项一节，有几处疑问，百思不得其解，请各位老师指点：

1.-Ttext startadr   其中的“startadr”表示代码段。书中P40页，汇编“ldr pc, ”表示将当前PC寄存器的值加上偏移量0所得的地址中的值赋给PC寄存器，当arm-linux-ld的选项为-Ttext 0x30000000时，执行]]></description>
      <link>http://www.100ask.net/showtopic-2720.aspx</link>
      <category>Linux系统开发</category>
      <author>liupoldfish</author>
      <pubDate>Tue, 09 Mar 2010 10:20:00 GMT</pubDate>
    </item>
    <item>
      <title>eclipse调试不了</title>
    <description><![CDATA[本人只有用openocd调试leds程序的时候，可以达到教程描述的控制效果，但使用eclipse软件却提示如下错误。麻烦帮解决一下，谢谢！
控制台提示错误：

target remote localhost : 3333
localhost : unknown host
localhost : 3333: No such file or directory.
monitor arm92]]></description>
      <link>http://www.100ask.net/showtopic-2719.aspx</link>
      <category>调试工具(Eclipse+OpenOCD+OpenJTAG)</category>
      <author>yuanxiao</author>
      <pubDate>Mon, 08 Mar 2010 16:47:00 GMT</pubDate>
    </item>
    <item>
      <title>书上的裸机程序如何用ads编译？</title>
    <description><![CDATA[linux下有没有合适的烧写工具？
用ads怎么写启动代码，也就是那个crt0.s？
大侠给个详细点的参考，本人初学，搞了好一阵子也搞不定。
这样写：
AREA Init,CODE,READONLY

 ENTRY
init
  ldr r0,=0x53000000
  mov r1,#0x0
  str r1,
  
  ldr sp,=1024*4
  
  bl ]]></description>
      <link>http://www.100ask.net/showtopic-2718.aspx</link>
      <category>Linux系统开发</category>
      <author>dzmcs</author>
      <pubDate>Sun, 07 Mar 2010 00:48:00 GMT</pubDate>
    </item>
    <item>
      <title>打上内核KGDB补丁，编译报错~</title>
    <description><![CDATA[按照书上的原文，一步一步的给Linux 2.6.22.6内核添加KGDB补丁(kgdb-2_linux_2_6_22_uprev.tar.bz2)，但是make uImage报错，编译不过。

出错后，自己也分析了错误原因，但是弄了几个小时，还是未解决。请大家帮忙。

下面的kgbd-serial.c文件是按照书上的内容修改的，我对照了，没有打错代码。

报错如下：arch/arm/m]]></description>
      <link>http://www.100ask.net/showtopic-2713.aspx</link>
      <category>Linux系统开发</category>
      <author>kstyle</author>
      <pubDate>Fri, 05 Mar 2010 14:42:00 GMT</pubDate>
    </item>
    <item>
      <title>我从当当买的书，感觉像是盗版的。。。</title>
    <description><![CDATA[前几天从当当上买到的书纸质不好，颜色也较浅，书后面人民邮电出版社的防伪标签滴上水后，并没有消失，感觉像是盗版的，书是09年9月第5次印刷，如果是盗版的话，担心有很多印错的地方，影响阅读，问问大家有没有遇到......]]></description>
      <link>http://www.100ask.net/showtopic-2712.aspx</link>
      <category>Linux系统开发</category>
      <author>kun9766</author>
      <pubDate>Fri, 05 Mar 2010 13:49:00 GMT</pubDate>
    </item>
    <item>
      <title>根文件系统cramfs+yaffs的制作</title>
    <description><![CDATA[根文件系统cramfs+yaffs的制作
大家好，我用的是友善之臂QQ2440的板子，用的linuux2.6.13的内核，制作根文件系统cramfs已经可以运行，但是我想把应用程序放在yaffs文件系统里面，故需要在cramfs基础上挂载yaffs，这......]]></description>
      <link>http://www.100ask.net/showtopic-2711.aspx</link>
      <category>Linux系统开发</category>
      <author>tobeyourbest1</author>
      <pubDate>Fri, 05 Mar 2010 10:51:00 GMT</pubDate>
    </item>
    <item>
      <title>ELF文件中找不到SOURCE FILE</title>
    <description><![CDATA[南方大侠，我在ECLIPSE环境下跟踪调试裸机代码的时候，无法找到C语言源代码，只能按照生成的汇编代码运行。
报错是这样的：
No source files found in IOTest_elf.
而在LED的实例程序中，则能够顺利找到C语言源码并进行跟踪调试

我的代码是由好几个.C  .H文件编译而成的，如果把所有内容放在一个.C文件中则能正常跟踪调试。
我在想出现这种问题的原因]]></description>
      <link>http://www.100ask.net/showtopic-2710.aspx</link>
      <category>Linux系统开发</category>
      <author>darmac</author>
      <pubDate>Fri, 05 Mar 2010 00:11:00 GMT</pubDate>
    </item>
    <item>
      <title>ELF文件中找不到SOURCE FILE</title>
    <description><![CDATA[南方大侠，我在ECLIPSE环境下跟踪调试裸机代码的时候，无法找到C语言源代码，只能按照生成的汇编代码运行。
报错是这样的：
No source files found in IOTest_elf.
而在LED的实例程序中，则能够顺利找到C语言源码并进行跟踪调试

我的代码是由好几个.C  .H文件编译而成的，如果把所有内容放在一个.C文件中则能正常跟踪调试。
我在想出现这种问题的原因]]></description>
      <link>http://www.100ask.net/showtopic-2709.aspx</link>
      <category>调试工具(Eclipse+OpenOCD+OpenJTAG)</category>
      <author>darmac</author>
      <pubDate>Fri, 05 Mar 2010 00:08:00 GMT</pubDate>
    </item>
    <item>
      <title>Redhat9下重新生成交叉编译器gcc-3.4.5-glibc-2.3.6的问题</title>
    <description><![CDATA[按照书上和网上的一些资料在Redhat9下重新生成交叉编译器gcc-3.4.5-glibc-2.3.6，但我编译都快3,4个小时了，还没编译完，就是不停的在root和我自己建立的用户之间在切换，然后编译，截取中间一部分过程如下：
liwen@friendlyarmcrosstool-0.43]$ ./demo-arm-softfloat.sh
+ TARBALLS_DIR=/home/liwe]]></description>
      <link>http://www.100ask.net/showtopic-2708.aspx</link>
      <category>Linux系统开发</category>
      <author>leecoco_123</author>
      <pubDate>Thu, 04 Mar 2010 22:09:00 GMT</pubDate>
    </item>
    <item>
      <title>请教nandflash驱动中的一个结构体参数含义</title>
    <description><![CDATA[/**
* struct nand_ecc_ctrl - Control structure for ecc
* @mode: ecc mode
* @steps: number of ecc steps per page
* @size: data bytes per ecc step
* @bytes: ecc bytes per step
* @total: total numb]]></description>
      <link>http://www.100ask.net/showtopic-2707.aspx</link>
      <category>Linux系统开发</category>
      <author>phoenixxz</author>
      <pubDate>Thu, 04 Mar 2010 19:34:00 GMT</pubDate>
    </item>
    <item>
      <title>请问linux版本都用哪个了？书中提到的7.10还能用吗？</title>
    <description><![CDATA[不知道最新版本是什么与7.10有哪些不同？希望可以提供下载地址。]]></description>
      <link>http://www.100ask.net/showtopic-2706.aspx</link>
      <category>Linux系统开发</category>
      <author>wypwyp</author>
      <pubDate>Thu, 04 Mar 2010 15:33:00 GMT</pubDate>
    </item>
    <item>
      <title>请问书中提到的VMware Workstation要怎么下载呢？</title>
    <description><![CDATA[在VMware官网里这个软件怎么只有30天免费，30天后要怎么办呢？而且他们发的试用版激活邮件我怎么收不到呢？]]></description>
      <link>http://www.100ask.net/showtopic-2705.aspx</link>
      <category>嵌入式Linux应用开发完全手册之深化扩展及答疑</category>
      <author>wypwyp</author>
      <pubDate>Wed, 03 Mar 2010 18:25:00 GMT</pubDate>
    </item>
    <item>
      <title>LCD</title>
    <description><![CDATA[s3c2440在8BPP模式下是不是自动使用调色板？]]></description>
      <link>http://www.100ask.net/showtopic-2704.aspx</link>
      <category>Linux系统开发</category>
      <author>gnsusn</author>
      <pubDate>Wed, 03 Mar 2010 14:26:00 GMT</pubDate>
    </item>
    <item>
      <title>求助：openocd的问题？</title>
    <description><![CDATA[板子是s3c4510b,配置文件于前面一篇帖子的一样：
      
    #Daemon configuration 


telnet_port 4444

gdb_port 3333

daemon_startup attach





#JTAG interface configuration


interface ft2232

jtag_s]]></description>
      <link>http://www.100ask.net/showtopic-2703.aspx</link>
      <category>调试工具(Eclipse+OpenOCD+OpenJTAG)</category>
      <author>boywishdo</author>
      <pubDate>Tue, 02 Mar 2010 16:53:00 GMT</pubDate>
    </item>
    <item>
      <title>ipcs -m数据中都分别代表什么意思</title>
    <description><![CDATA[不好意思！我是一个初学者，我想问一下：
------ Shared Memory Segments --------
key       shmid     owner     perms     bytes     nattch    status
0x0000a101 63749     test      666       2696016   3        dest
0x000]]></description>
      <link>http://www.100ask.net/showtopic-2702.aspx</link>
      <category>Linux系统开发</category>
      <author>qinchun87</author>
      <pubDate>Tue, 02 Mar 2010 16:15:00 GMT</pubDate>
    </item>
    <item>
      <title>请教linux下nandflash mount后无法写入和删除的问题</title>
    <description><![CDATA[在uboot下使用nand scrub格式化以后，然后用nand bad 看到有两个坏块，这两个坏块不影响读写，在uboot下对nandflash读写都是正常的。问题出现在进入linux系统后。在linux下可以mount 然后写入内容，mount -t yaffs2 /dev/mtdblock0 /mnt/，cd /mnt/，touch test 并且umount以后可以保存。但是当reset以]]></description>
      <link>http://www.100ask.net/showtopic-2701.aspx</link>
      <category>Linux系统开发</category>
      <author>phoenixxz</author>
      <pubDate>Tue, 02 Mar 2010 11:18:00 GMT</pubDate>
    </item>
    <item>
      <title>Kernel panic - not syncing: VFS: Unable to mount root fs on</title>
    <description><![CDATA[各位好，我是立宇泰2410的开发板，移植了2.6.22.6的linux内核，并将nand flash分为3个区，分别为kernel（2M），jffs2（8M），yaffs(剩余空间)。
今天按照版主的书构造了一个根文件系统，将其制作为yaffs映象文件，通过tftp下载然后烧写至nand flash的第三分区，但是始终出现kernel panic错误，和我没有移植根文件系统时的错误信息一样。
]]></description>
      <link>http://www.100ask.net/showtopic-2700.aspx</link>
      <category>Linux系统开发</category>
      <author>magenious</author>
      <pubDate>Mon, 01 Mar 2010 20:06:00 GMT</pubDate>
    </item>
    <item>
      <title>make: arm-linux-gcc：命令未找到</title>
    <description><![CDATA[nbl@nbl-laptop:/opt/FriendlyARM/mini2440/vboot$ sudo make
 password for nbl: 
arm-linux-gcc -mabi=aapcs-linux -mno-thumb-interwork -Os -Wall -c head.S 244x_lib.c nand.c main.c
make: arm-linux-gcc：命]]></description>
      <link>http://www.100ask.net/showtopic-2699.aspx</link>
      <category>Linux系统开发</category>
      <author>ningbailong</author>
      <pubDate>Mon, 01 Mar 2010 19:57:00 GMT</pubDate>
    </item>
  </channel>
</rss>