arthas.kang的专栏

人生是个积累的过程,总会有摔倒,即使跌倒了,也要懂得抓一把沙子在手里

用户操作
[即时聊天] [发私信] [加为好友]
arthas.kang
最近评论
danny:我正在这方面学习,希望能得到你的回复,谢谢!
danny:你好,看了你的文章受益匪浅,我尝试着做了一下。完全是照着你的方法做的,编译也没有出现错误提示。但是在最后测试时,./QtLauncher www.google.com 并没有出现google的主页。出现了以下提示:
[root@localhost bin]# ./QtLauncher www.google.com
FIXME: UNIMPLEMENTED: ../../.……
hugerat:感谢博主,正需要这方面的知识呢。
匿名:图片显示不了……
htjgdw:我板子上的bootloader叫做LogicLoader是LogicPD公司自己的,跟别的不太一样。

zyzyis兄:能否将你的移植过程写成文章,发出来,以便让更多的人能够学习MX27?
文章分类
收藏
    相册
    程序图表
    blog链接
    absurd的专栏(RSS)
    gliethttp.cublog.cn
    whyspai.浪钦馨云
    博客园 - 八进制 (RSS)
    朱 培 — 无 线 空 间(RSS)
    谷丰的BLOG
    飞镖的blog
    Embed Linux
    ARM architecture
    ARM Information Center
    中国Linux公社论坛-嵌入式开发-精华(RSS)
    实时操作系统 RTOS(RSS)
    百思论坛 » 电子技术 » ARM
    WebService
    IBM developerWorks 中国 SOA and Web services(RSS)
    存档
    订阅我的博客
    XML聚合  FeedSky
    订阅到鲜果
    订阅到Google
    订阅到抓虾
    订阅到BlogLines
    订阅到Yahoo
    订阅到GouGou
    订阅到飞鸽
    订阅到Rojo
    订阅到newsgator
    订阅到netvibes
    2008年08月20日

    原创 交叉编译mpg321到MX27 ADS Rel3平台收藏

    mpg321 是mpg123一个替代版本,全部使用定点运算,需要libmad,libid3tag,及libao的支持。

    libid3tag  libmad  http://www.mars.org/home/rob/proj/mpeg

    libao http://www.xiph.org/downloads/

     

    libao 编译配置(只使用ALSA09版本及OSS):

    ./configure --with-default-audio=alsa --build=i686 --host=arm-none-linux-gnueabi CFLAGS=-I/opt/freescale/ltib/rootfs/usr/include LDFLAGS=-L/opt/freescale/ltib阅读全文>

    发表于 @ 2008年08月20日 16:20:00|评论(loading...)|收藏

    2008年07月29日

    原创 恢复在console模式下无法使用Ctrl-C收藏

    What is the correct procedure to follow to get around this problem and get ctrl-c working on console?

    It looks like everyone is taking a swing at this one, so I think I'll
    join in.  First off, the easiest way I've found to track down why
    ctrl-c doesn't work is to just run "ps -j".  For ctrl-c to work, you
    need a controlling terminal (the TTY column) and a process group.  If
    you have a '?' in the TTY column, ctrl-c won't work.  In the past I<阅读全文>

    发表于 @ 2008年07月29日 15:36:00|评论(loading...)|收藏

    2008年06月03日

    转载 Modifying a Dynamic Library Without Changing the Source Code 收藏

    Modifying a Dynamic Library Without Changing the Source Code / 在不更動原始程式碼的前提下,修改動態程式庫 阅读全文>

    发表于 @ 2008年06月03日 11:01:00|评论(loading...)|收藏

    Csdn Blog version 3.1a
    Copyright © arthas.kang