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: how to build synthetic targets?


azad wrote:

Hi , list
how to build synthetic targets on i386linux?



Build eCos library with:


ecosconfig new i386linux
ecosconfig tree
make

Some drivers require auxiliary suport wich you build and install with:

<path-to-ecos>/packages/hal/synth/arch/current/host/configure
make
make install

You have to do the same for drivers wich require auxiliary support - like ethernet driver:

<path-to-ecos>/packages/devs/eth/synth/ecosynth/current/host/configure
make
make install

Then build you app and run it - if you need the auxiliary support use '-io' switch, you
may also need to write a tdf file (examples are in host directories) wich you specifiy
with '-t' option.


And the most important thing is to read the documentation.

savin


-- 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]