This is the mail archive of the ecos-discuss@sources.redhat.com 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]

Re: help for building microwindows


On Mon, 2003-11-24 at 08:28, alfred wrote:
> Dear Gary ,
> 
> the configuration as belows
> 
> target alm2_arm9 {
>  alias { " ARM9/alm2 board" palm2_arm9 }
>  packages {     CYGPKG_HAL_ARM
>                    CYGPKG_HAL_ARM_ARM9
>                    CYGPKG_HAL_ARM_ARM9_ALM2
>                    CYGPKG_IO_SERIAL_ARM_ALM2
>                    CYGPKG_DEVS_ETH_ALM2_NE2000
>                    CYGPKG_IO_DSP_ARM_ALM2
>                    CYGPKG_DEVS_CAMERA_ARM_OV7645
>         }
>         description "
>         The Excalibur target provides the packages needed to run
>         eCos on an Altera Excalibur board."
> }
> 
> And I also added 
>     Common error code
>     dynamic memory allocation
>     ISO C and POSIX infrastructure
>     Microwindows
>     POSIX compatibility layer
>     POSIX File IO compatibility layer
>     ISO C library
>     
> Thanks,
> alfred

You need to have networking.  Try this:
  % ecosconfig new alm2 net
  % ecosconfig add mw
  % ecosconfig tree
  % make

If you can get this to build, then you'll need to add some code to get 
a test environment running, etc.  If you update to the latest CVS, this
last step is much simpler.

> 
> >   % ecosconfig new ipaq net
> >   % ecosconfig add mw
> >   % ecosconfig tree
> >   % make
> > (or the similar operations using the GUI)
> > 
> > How have you configured eCos for your platform?
> > Did you do anything besides just adding the MicroWindows (mw) package?
> > 
> > -- 
> > Gary Thomas <gary@mlbassoc.com>
> > MLB Associates
> > 
-- 
Gary Thomas <gary@mlbassoc.com>
MLB Associates


-- 
Before posting, please read the FAQ: http://sources.redhat.com/fom/ecos
and search the list archive: http://sources.redhat.com/ml/ecos-discuss


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