ubuntu 10.04 make sysall error - Linux

Xanthe avatar
By Xanthe
at 2011-02-27T18:54

Table of Contents

開發平台embedded linux ubuntu 10.04


以下是make sysall錯誤訊息

Making all in subdirectory ntpclient...
make[7]: Entering directory `/work/ipnc/ipnc_app/network/ntpclient'
/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -O3 -D__USE_BSD -c -o ntpclient.o ntpclient.c
ntpclient.c: 在函式 「primary_loop」 中:
ntpclient.c:400: 警告:傳遞參數 6 (屬於 「recvfrom」) 給指標時目的與指標有/無號不一致
/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -Wall -O3 -D__USE_BSD -c -o phaselock.o phaselock.c
phaselock.c: 在函式 「contemplate_data」 中:
phaselock.c:199: 警告:此函式中的 「check.slope」 在使用前可能未初始化
phaselock.c:199: 警告:此函式中的 「check.offset」 在使用前可能未初始化
/opt/mv_pro_5.0/montavista/pro/devkit/arm/v5t_le/bin/arm_v5t_le-gcc -o ntpclient ntpclient.o phaselock.o
make[7]: Leaving directory `/work/ipnc/ipnc_app/network/ntpclient'

Making all in subdirectory quftp-1.0.7...
make[7]: Entering directory `/work/ipnc/ipnc_app/network/quftp-1.0.7'
arm_v5t_le-gcc -g -O3 -Wall -I/work/ipnc/ipnc_app/interface/inc -c -o ftp.o ftp.c
make[7]: arm_v5t_le-gcc: Command not found
make[7]: *** [ftp.o] Error 127
make[7]: Leaving directory `/work/ipnc/ipnc_app/network/quftp-1.0.7'
make[6]: *** [quftp-1.0.7] Error 2
make[6]: Leaving directory `/work/ipnc/ipnc_app/network'
make[5]: *** [network] Error 2
make[5]: Leaving directory `/work/ipnc/ipnc_app'
make[4]: *** [libs] Error 2
make[4]: Leaving directory `/work/ipnc/av_capture/application/ipnc'
make[3]: *** [libs] Error 2
make[3]: Leaving directory `/work/ipnc'
make[2]: *** [exe] Error 2
make[2]: Leaving directory `/work/ipnc'
make[1]: *** [all] Error 2
make[1]: Leaving directory `/work/ipnc'
make: *** [sysall] Error 2


GCC4.4編譯出來的error

請問跟gcc版本有關係嗎?還是哪裡出問題了呢?arm_v5t_le-gcc這個路徑是有低

請各位高手解惑...

--
Tags: Linux

All Comments

Noah avatar
By Noah
at 2011-02-28T22:17
把 /work/ipnc/ipnc_app/network/quftp-1.0.7 裡的
Frederica avatar
By Frederica
at 2011-03-05T06:44
Makefile 裡的編譯器路徑修改成絕對路徑試試
Franklin avatar
By Franklin
at 2011-03-09T09:45
請問編譯器路徑怎麼看?
Ivy avatar
By Ivy
at 2011-03-10T02:08
沒有看到export相關指令= ="
Yedda avatar
By Yedda
at 2011-03-13T06:23
用 which
不對啊你編譯訊息裡就有寫了不是嗎, /opt/mv_pro_5.0 開
Susan avatar
By Susan
at 2011-03-14T06:23
頭那個不就是絕對路徑... -_-
Cara avatar
By Cara
at 2011-03-17T01:37
對的...因為我看也都是絕對路徑...問題還沒解決

編譯核心問題

Kyle avatar
By Kyle
at 2011-02-27T00:24
Hi all, 環境:Ubuntu 10.04 LTS NB:HP Presorio V3000 第一次編譯 linux kerenl,編譯完kernel之後遇到重新開機卻無法順利開機問題。 build steps如下: 1.下載linux-2.6.37.2.tar.bz2 2.cd linux-sou ...

有關lib

Mary avatar
By Mary
at 2011-02-26T20:56
想請問各位大大 如果系統中沒有需要的library 要如何下載呢? 我的distribution是Gentoo 要找的lib是 /usr/include/linux/init.h 及 /usr/include/linux/module.h 麻煩各位大大解答了 - ...

yahoo也改linux啦?

Joe avatar
By Joe
at 2011-02-26T19:10
Hosting History Netblock Owner IP address OS Web Server Last changed Yahoo Europe 87.248.112.181 Linux YTS/1.18.5 25-Feb-2011 Ya ...

linux 讀取權限問題

Emma avatar
By Emma
at 2011-02-26T16:36
各位好!! 我在 centos 上掛載了一個透過 nfs 分享的 windows 資料夾(用 SFU 3.5), 掛載後的資料夾權限如下: drwx------ 2 cookie cookie 64 2月 26 15:24 test 可是我以帳號 cookie 卻切換不進去 t ...

無線網路不順...

Daph Bay avatar
By Daph Bay
at 2011-02-26T12:55
我的eeepc 1005p 無線網卡是atheros ar2427 用了多種發行版 都有相同情形: 無線網路用起來不順,常常斷線(系統列圖示沒表示)、 按了網址連結反應慢、網速偏慢。 爬文用這個簡單方法也無效 sudo apt-get install linux-backports-modules-wire ...