This is the mail archive of the ecos-discuss@sourceware.org mailing list for the eCos project.


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]
Other format: [Raw text]

Building error on CVS checkout sources


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 <URL:http://www.gnu.org/software/gcc/bugs.html> 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


Index Nav: [Date Index] [Subject Index] [Author Index] [Thread Index]
Message Nav: [Date Prev] [Date Next] [Thread Prev] [Thread Next]