On Mon, Sep 01, 2008 at 11:28:58AM +0200, Robert Brusa wrote: > On Fri, 29 Aug 2008 18:26:08 +0200, Andrew Lunn <[EMAIL PROTECTED]> 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 never said that. I just said the FreeBSD stack will not work. The lwip stack has been shown to work on the AT91SAM7X. Go google lwip. > Is RPC supported by ecos? RPC is too generic a word. Do you mean Suns RPC used by NFS, RFC 1057? Do you mean XML-RPC like http://www.xmlrpc.com/. Do you mean COBRA? Out of the box eCos supports none of these. However you could port something or write your own RPC code. > 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). ???? Look in install/lib . Andrew -- Before posting, please read the FAQ: http://ecos.sourceware.org/fom/ecos and search the list archive: http://ecos.sourceware.org/ml/ecos-discuss
