From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 27702 invoked by alias); 14 Sep 2007 05:37:20 -0000 Received: (qmail 27683 invoked by uid 22791); 14 Sep 2007 05:37:18 -0000 X-Spam-Check-By: sourceware.org Received: from pop132.ocn.ne.jp (HELO pop132.ocn.ne.jp) (60.37.31.215) by sourceware.org (qpsmtpd/0.31) with ESMTP; Fri, 14 Sep 2007 05:37:12 +0000 Received: from ariga (p3109-ipbf1207marunouchi.tokyo.ocn.ne.jp [124.84.132.109]) by pop132.ocn.ne.jp (OCN) with SMTP id l8E5b97g011764; Fri, 14 Sep 2007 14:37:09 +0900 (JST) Message-ID: <000501c7f691$4847e2f0$1c0110ac@ariga> From: "ariga masahiro" To: "Andrew Lunn" Cc: Date: Fri, 14 Sep 2007 05:37:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-8859-1"; reply-type=response Content-Transfer-Encoding: 7bit X-Mailer: Microsoft Outlook Express 6.00.2900.2869 X-IsSubscribed: yes Mailing-List: contact ecos-discuss-help@ecos.sourceware.org; run by ezmlm Precedence: bulk List-Id: List-Subscribe: List-Archive: List-Post: List-Help: , Sender: ecos-discuss-owner@ecos.sourceware.org Subject: [ECOS] Building error on CVS checkout sources X-SW-Source: 2007-09/txt/msg00084.txt.bz2 Hi, When I used other network than my com's I succeeded to download newsources from CVS repository. Maybe it was caused by my com's server limitation. I am sorry for having bothered you. First of all I tried to build from checkouted sources before anything changes. I believe "A good beginning makes a good ending." But I encountered next Building error.(Bad omen) So before I tamper with anything I would like you to make my brain clear. I made /ecoscvs under /opt and changed ECOS_REPOSITORY environment variable like next. ECOS_REPOSITORY=/opt/ecoscvs/ecos/packages ; export ECOS_REPOSITORY Please enlighten me why next error happened although anything changed. I put on last part of Building log below. I each time started up configtool.exe and made save directory. I usesd Template for Target "Hitach SE77x9 board" and "old_net". I tried "net" Template too but resulted into the same error. --"old_net" Buildin error make[1]: Leaving directory `/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_build/io/fileio/current' make -r -C net/common/current build make[1]: Entering directory `/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_build/net/common/current' sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_install/include -I/opt/ecoscvs/ecos/packages/net/common/current -I/opt/ecoscvs/ecos/packages/net/common/current/src -I/opt/ecoscvs/ecos/packages/net/common/current/tests -I. -I/opt/ecoscvs/ecos/packages/net/common/current/src/ -finline-limit=7000 -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -ggdb -O2 -ffunction-sections -fdata-sections -fno-exceptions -D_KERNEL -D__ECOS -D__INSIDE_NET -Wp,-MD,src/inet_addr.tmp -o src/net_common_inet_addr.o /opt/ecoscvs/ecos/packages/net/common/current/src/inet_addr.c sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_install/include -I/opt/ecoscvs/ecos/packages/net/common/current -I/opt/ecoscvs/ecos/packages/net/common/current/src -I/opt/ecoscvs/ecos/packages/net/common/current/tests -I. -I/opt/ecoscvs/ecos/packages/net/common/current/src/ -finline-limit=7000 -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -ggdb -O2 -ffunction-sections -fdata-sections -fno-exceptions -D_KERNEL -D__ECOS -D__INSIDE_NET -Wp,-MD,src/inet_ntoa.tmp -o src/net_common_inet_ntoa.o /opt/ecoscvs/ecos/packages/net/common/current/src/inet_ntoa.c sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_install/include -I/opt/ecoscvs/ecos/packages/net/common/current -I/opt/ecoscvs/ecos/packages/net/common/current/src -I/opt/ecoscvs/ecos/packages/net/common/current/tests -I. -I/opt/ecoscvs/ecos/packages/net/common/current/src/ -finline-limit=7000 -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -ggdb -O2 -ffunction-sections -fdata-sections -fno-exceptions -D_KERNEL -D__ECOS -D__INSIDE_NET -Wp,-MD,src/inet_ntop.tmp -o src/net_common_inet_ntop.o /opt/ecoscvs/ecos/packages/net/common/current/src/inet_ntop.c sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_install/include -I/opt/ecoscvs/ecos/packages/net/common/current -I/opt/ecoscvs/ecos/packages/net/common/current/src -I/opt/ecoscvs/ecos/packages/net/common/current/tests -I. -I/opt/ecoscvs/ecos/packages/net/common/current/src/ -finline-limit=7000 -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -ggdb -O2 -ffunction-sections -fdata-sections -fno-exceptions -D_KERNEL -D__ECOS -D__INSIDE_NET -Wp,-MD,src/inet_pton.tmp -o src/net_common_inet_pton.o /opt/ecoscvs/ecos/packages/net/common/current/src/inet_pton.c sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_install/include -I/opt/ecoscvs/ecos/packages/net/common/current -I/opt/ecoscvs/ecos/packages/net/common/current/src -I/opt/ecoscvs/ecos/packages/net/common/current/tests -I. -I/opt/ecoscvs/ecos/packages/net/common/current/src/ -finline-limit=7000 -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -ggdb -O2 -ffunction-sections -fdata-sections -fno-exceptions -D_KERNEL -D__ECOS -D__INSIDE_NET -Wp,-MD,src/bootp_support.tmp -o src/net_common_bootp_support.o /opt/ecoscvs/ecos/packages/net/common/current/src/bootp_support.c sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_install/include -I/opt/ecoscvs/ecos/packages/net/common/current -I/opt/ecoscvs/ecos/packages/net/common/current/src -I/opt/ecoscvs/ecos/packages/net/common/current/tests -I. -I/opt/ecoscvs/ecos/packages/net/common/current/src/ -finline-limit=7000 -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -ggdb -O2 -ffunction-sections -fdata-sections -fno-exceptions -D_KERNEL -D__ECOS -D__INSIDE_NET -Wp,-MD,src/dhcp_support.tmp -o src/net_common_dhcp_support.o /opt/ecoscvs/ecos/packages/net/common/current/src/dhcp_support.c sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_install/include -I/opt/ecoscvs/ecos/packages/net/common/current -I/opt/ecoscvs/ecos/packages/net/common/current/src -I/opt/ecoscvs/ecos/packages/net/common/current/tests -I. -I/opt/ecoscvs/ecos/packages/net/common/current/src/ -finline-limit=7000 -ml -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -ggdb -O2 -ffunction-sections -fdata-sections -fno-exceptions -D_KERNEL -D__ECOS -D__INSIDE_NET -Wp,-MD,src/dhcp_prot.tmp -o src/net_common_dhcp_prot.o /opt/ecoscvs/ecos/packages/net/common/current/src/dhcp_prot.c make[1]: Leaving directory `/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_build/net/common/current' /opt/ecoscvs/ecos/packages/net/common/current/src/dhcp_prot.c: In function `do_dhcp': make: Leaving directory `/ecos-c/cygwin/home/LINK/ecoscvs-old_net/untitled1_build' /opt/ecoscvs/ecos/packages/net/common/current/src/dhcp_prot.c:1375: internal error: Segmentation fault Please submit a full bug report, with preprocessed source if appropriate. See for instructions. make[1]: *** [src/dhcp_prot.o.d] Error 1 make: *** [build] Error 2 Please make my brain clear. Masahiro Ariga -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss