From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: (qmail 17958 invoked by alias); 1 Sep 2008 09:27:41 -0000 Received: (qmail 17936 invoked by uid 22791); 1 Sep 2008 09:27:40 -0000 X-Spam-Check-By: sourceware.org Received: from fg-out-1718.google.com (HELO fg-out-1718.google.com) (72.14.220.156) by sourceware.org (qpsmtpd/0.31) with ESMTP; Mon, 01 Sep 2008 09:27:01 +0000 Received: by fg-out-1718.google.com with SMTP id 16so1083049fgg.44 for ; Mon, 01 Sep 2008 02:26:58 -0700 (PDT) Received: by 10.86.84.5 with SMTP id h5mr4397197fgb.58.1220261218278; Mon, 01 Sep 2008 02:26:58 -0700 (PDT) Received: from localhost ( [212.41.76.200]) by mx.google.com with ESMTPS id d6sm5451110fga.2.2008.09.01.02.26.55 (version=SSLv3 cipher=RC4-MD5); Mon, 01 Sep 2008 02:26:56 -0700 (PDT) Date: Mon, 01 Sep 2008 09:27:00 -0000 To: "Andrew Lunn" , "Gary Thomas" Reply-To: Bob.Brusa@gmail.com Cc: "MailingList:ecos-discuss ;" Content-Type: text/plain; format=flowed; delsp=yes; charset=utf-8 MIME-Version: 1.0 References: <48B8137D.7040803@mlbassoc.com> <20080829162608.GV31987@lunn.ch> Content-Transfer-Encoding: 7bit Message-ID: In-Reply-To: <20080829162608.GV31987@lunn.ch> User-Agent: Opera Mail/9.52 (Linux) From: Robert Brusa 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: Re: [ECOS] Fwd: AT91SAM7X-EK with TC/IP - unresolved conflicts X-SW-Source: 2008-09/txt/msg00002.txt.bz2 On Fri, 29 Aug 2008 18:26:08 +0200, Andrew Lunn wrote: ...some old stuff removed... > However, this is a pointless exercise. The AT91SAM7X only has 64K > RAM. Getting the FreeBSD stack to work in that is probably impossible. > > Try the lwip_eth template. Then you will need to tune the lwip > configuration. > > Andrew Not beeing able to use ethernet would be a serious blow to my planing. I intend to call a few routines on my target using RPC. This would allow me to implement a nice GUI on a PC and have the embedded software free of lengthy user I/F-code. Is RPC supported by ecos? Back to the above exercise: When using ecosconfig, it seems to work, but when I call ecosconfig check, I get the following: ================ calling ecosconfig --verbose check ecos.db, package CYGPKG_HAL_FR30_MB91360: warning This package is not present in the component repository. There is no directory `/opt/ecos/ecos-2.x/packages/hal/fr30/mb91360'. ecos.db, package CYGPKG_HAL_FR30_MB91360_PHYTEC91F364G: warning This package is not present in the component repository. There is no directory `/opt/ecos/ecos-2.x/packages/hal/fr30/phytec91f364g'. ecos.db, target phytec91f364g: warning This target refers to an unknown package `CYGPKG_HAL_FR30_MB91360'. ecos.db, target phytec91f364g: warning This target refers to an unknown package `CYGPKG_HAL_FR30_MB91360_PHYTEC91F364G'. ecos.db, target pc_usb_d12: warning This target refers to a package `CYGPKG_IO_FILEIO' that is not hardware-specific. Target: at91sam7xek Template: net No conflicts ============= Then I call make. It goes through with much output and no errors, but I can find nowhere a result (library). ???? Finally: Prior to switching to lwip_eth, I would like to learn a bit more about this package (RPC ?). But a search with lwip in the ecos reference did not produce a hit. -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss