From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 9326 invoked by alias); 23 Aug 2007 01:49:50 -0000 Received: (qmail 9171 invoked by uid 22791); 23 Aug 2007 01:49:49 -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; Thu, 23 Aug 2007 01:49:44 +0000 Received: from ariga (p3109-ipbf1207marunouchi.tokyo.ocn.ne.jp [124.84.132.109]) by pop132.ocn.ne.jp (OCN) with SMTP id l7N1nexE007252 for ; Thu, 23 Aug 2007 10:49:40 +0900 (JST) Message-ID: <000d01c7e527$dda7b7b0$1c0110ac@ariga> From: "ariga masahiro" To: Date: Thu, 23 Aug 2007 01:49:00 -0000 MIME-Version: 1.0 Content-Type: text/plain; format=flowed; charset="iso-2022-jp"; reply-type=original 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] net configuration problem X-SW-Source: 2007-08/txt/msg00119.txt.bz2 Hi everyone, I beseech you to help me. I am trying to pass net work test using nc_test_slave. As prev step,when I made eCos library, I chose template package "net". According to Anthony J.Massa's Book,it says, "The eCos Net template includes the OpenBSD implementation". So I expected to use OpenBSD Stack.. But I found in Building log, it included bsd_tcpip subdirectory files like these, make -r -C net/bsd_tcpip/v2_0 build make[1]: Entering directory `/ecos-c/cygwin/home/LINK/mytarget20070823-for-nc_test_slave/untitled1_build/net/bsd_tcpip/v2_0' sh-elf-gcc -c -I/ecos-c/cygwin/home/LINK/mytarget20070823-for-nc_test_slave/untitled1_install/include -I/opt/ecos/ecos-2.0/packages/net/bsd_tcpip/v2_0 -I/opt/ecos/ecos-2.0/packages/net/bsd_tcpip/v2_0/src -I/opt/ecos/ecos-2.0/packages/net/bsd_tcpip/v2_0/tests -I. -I/opt/ecos/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/ecos/ -D_KERNEL -D__ECOS -gdwarf-22 -mb -m3 -Wall -Wpointer-arith -Wstrict-prototypes -Winline -Wundef -Woverloaded-virtual -ggdb -O2 -ffunction-sections -fdata-sections -fno-rtti -fno-exceptions -fvtable-gc -finit-priority -D_KERNEL -D__ECOS -Wp,-MD,src/ecos/support.tmp -o src/ecos/net_bsd_tcpip_support.o /opt/ecos/ecos-2.0/packages/net/bsd_tcpip/v2_0/src/ecos/support.c My target's template definition in ecod.db is below. target mytarget { alias { "mytarget board" } packages { CYGPKG_HAL_SH CYGPKG_HAL_SH_SH3 CYGPKG_HAL_SH_SH77X9_mytarget CYGPKG_IO_FLASH CYGPKG_DEVS_FLASH_SH_mytarget CYGPKG_DEVS_FLASH_AMD_AM29XXXXX CYGPKG_DEVS_ETH_SMSC_LAN91CXX CYGPKG_DEVS_ETH_SH_mytarget CYGPKG_IO_SERIAL_SH_mytarget CYGPKG_IO_SERIAL_SH_SCIF CYGPKG_IO_ETH_DRIVERS } description " The mytarget provides the packages needed to run eCos on a mytarget board." } I also used this template definition in making RedBoot. I like to use OpenBSD Stack,so like to include tcpip subdirectory files. What should I do ? Please help me. 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