<dfn id="is4kg"></dfn>
  • <ul id="is4kg"></ul>
  • <abbr id="is4kg"></abbr>
  • <ul id="is4kg"></ul>
    <bdo id="is4kg"></bdo>

    曙海教育集團(tuán)論壇Linux專(zhuān)區(qū)Linux應(yīng)用開(kāi)發(fā) → mips linux技術(shù)經(jīng)驗(yàn)總結(jié)


      共有9840人關(guān)注過(guò)本帖樹(shù)形打印

    主題:mips linux技術(shù)經(jīng)驗(yàn)總結(jié)

    美女呀,離線,留言給我吧!
    wangxinxin
      1樓 個(gè)性首頁(yè) | 博客 | 信息 | 搜索 | 郵箱 | 主頁(yè) | UC


    加好友 發(fā)短信
    等級(jí):青蜂俠 帖子:1393 積分:14038 威望:0 精華:0 注冊(cè):2010-11-12 11:08:23
    mips linux技術(shù)經(jīng)驗(yàn)總結(jié)  發(fā)帖心情 Post By:2010-11-23 14:00:31

    1:
    mipsel-linux-gcc xxxx.o  -L/xxxx/lib -lixml -lthreadutil -lpthread -lupnp -o ushare -static
    /xxxx/upnpapi.c:216: undefined reference to `pthread_rwlock_init'
    應(yīng)該使用下面的命令
    mipsel-linux-gcc -o ushare -static -Wall -Wl,--start-group xxxxxx.o    -L/xxxx/lib -lixml -lthreadutil -lpthread -lupnp -Wl,--end-group
    原因未知
    2:
    echo -ne "string \n"   -ne參數(shù)解釋轉(zhuǎn)義字符
           -n     do not output the trailing newline
           -e     enable interpretation of the backslash-escaped characters listed
                  below
    3:
    sed /^$/d 刪除文件中的空行
                    
                    
                   


    支持(0中立(0反對(duì)(0單帖管理 | 引用 | 回復(fù) 回到頂部

    返回版面帖子列表

    mips linux技術(shù)經(jīng)驗(yàn)總結(jié)








    簽名